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 Aug 5, 2023
1 parent 3338887 commit d72fa5d
Show file tree
Hide file tree
Showing 5 changed files with 197 additions and 172 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 @@ -47,7 +47,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 @@ -72,7 +72,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 @@ -97,7 +97,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
2 changes: 1 addition & 1 deletion example/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@elonehoo/log": "workspace:*",
"typescript": "5.1.6",
"vite": "4.4.6"
"vite": "4.4.8"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"devDependencies": {
"@elonehoo/eslint-config": "2.0.0",
"@elonehoo/log": "workspace:*",
"@types/node": "20.4.4",
"@types/node": "20.4.8",
"@vitest/coverage-c8": "^0.33.0",
"bumpp": "9.1.1",
"eslint": "8.45.0",
"pnpm": "8.6.9",
"eslint": "8.46.0",
"pnpm": "8.6.11",
"rimraf": "5.0.1",
"typescript": "5.1.6",
"unbuild": "1.2.1",
"vite": "4.4.6",
"vitest": "0.33.0"
"vite": "4.4.8",
"vitest": "0.34.1"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"rimraf": "5.0.1",
"typescript": "5.1.6",
"unbuild": "1.2.1",
"vitest": "0.33.0"
"vitest": "0.34.1"
}
}
Loading

0 comments on commit d72fa5d

Please sign in to comment.