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 Sep 30, 2023
1 parent 8042cc8 commit 2b91157
Show file tree
Hide file tree
Showing 3 changed files with 319 additions and 232 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
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 @@ -44,7 +44,7 @@ jobs:
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 @@ -69,7 +69,7 @@ jobs:
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 @@ -91,7 +91,7 @@ jobs:
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
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"@elonehoo/eslint-config": "2.0.0",
"@elonehoo/rimraf": "^0.0.1",
"@elonehoo/vite-plugin-type-ts": "0.0.3-beta.0",
"@types/node": "20.4.4",
"@types/node": "20.8.0",
"@vitest/coverage-c8": "^0.33.0",
"bumpp": "9.1.1",
"c8": "^8.0.0",
"eslint": "8.45.0",
"pnpm": "8.6.9",
"typescript": "5.1.6",
"vite": "4.4.6",
"vitest": "0.33.0"
"bumpp": "9.2.0",
"c8": "^8.0.1",
"eslint": "8.50.0",
"pnpm": "8.8.0",
"typescript": "5.2.2",
"vite": "4.4.9",
"vitest": "0.34.6"
},
"dependencies": {
"unbuild": "^1.2.1"
Expand Down

0 comments on commit 2b91157

Please sign in to comment.