Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 1, 2023
1 parent e413d69 commit b869d78
Show file tree
Hide file tree
Showing 3 changed files with 386 additions and 290 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: latest
- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: latest

Expand All @@ -39,7 +39,7 @@ jobs:
with:
node-version: latest
- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: latest

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@types/node": "20.4.4",
"@antfu/eslint-config": "^0.43.1",
"@types/node": "20.8.0",
"@vitest/coverage-v8": "^0.34.6",
"bumpp": "9.1.1",
"eslint": "8.45.0",
"pnpm": "8.6.9",
"rimraf": "5.0.1",
"tsup": "^7.1.0",
"typescript": "5.1.6",
"bumpp": "9.2.0",
"eslint": "8.50.0",
"pnpm": "8.8.0",
"rimraf": "5.0.5",
"tsup": "^7.2.0",
"typescript": "5.2.2",
"unbuild": "1.2.1",
"vite": "4.4.6",
"vitest": "0.33.0"
"vite": "4.4.9",
"vitest": "0.34.6"
}
}

0 comments on commit b869d78

Please sign in to comment.