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 Jun 20, 2024
1 parent f5268d3 commit 9664e35
Show file tree
Hide file tree
Showing 4 changed files with 869 additions and 311 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- run: corepack enable pnpm
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand All @@ -34,4 +34,4 @@ jobs:
run: pnpm build
- name: test
run: pnpm test
- uses: codecov/codecov-action@v3.1.4
- uses: codecov/codecov-action@v3.1.6
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
18.20.3
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,22 @@
},
"devDependencies": {
"@jsdevtools/version-bump-prompt": "6.1.0",
"@types/node": "20.5.7",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@types/node": "20.14.7",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "5.62.0",
"@vitest/coverage-v8": "0.34.3",
"eslint": "8.48.0",
"@vitest/coverage-v8": "0.34.6",
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
"husky": "8.0.3",
"lint-staged": "13.3.0",
"prettier": "2.8.8",
"typescript": "5.2.2",
"vite": "4.4.9",
"vitepress": "1.0.0-rc.4",
"vitest": "0.34.3",
"typescript": "5.5.2",
"vite": "4.5.3",
"vitepress": "1.2.3",
"vitest": "0.34.6",
"zx": "7.2.3"
},
"packageManager": "pnpm@8.7.0",
"packageManager": "pnpm@8.15.8",
"lint-staged": {
"**/*.{ts}": [
"eslint --fix"
Expand Down
Loading

0 comments on commit 9664e35

Please sign in to comment.