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 13, 2023
1 parent 28310f3 commit ed7b4eb
Show file tree
Hide file tree
Showing 4 changed files with 1,232 additions and 575 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- run: corepack enable pnpm
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.4.1
uses: actions/setup-node@v3.7.0
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.0
- uses: codecov/codecov-action@v3.1.4
2 changes: 1 addition & 1 deletion .node-version
@@ -1 +1 @@
16.17.0
16.20.2
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -36,22 +36,22 @@
},
"devDependencies": {
"@jsdevtools/version-bump-prompt": "6.1.0",
"@types/node": "18.7.13",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"@vitest/coverage-c8": "0.22.1",
"eslint": "8.23.0",
"eslint-config-prettier": "8.5.0",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"typescript": "4.8.2",
"vite": "3.0.9",
"vitepress": "1.0.0-alpha.12",
"vitest": "0.22.1",
"zx": "7.0.8"
"@types/node": "18.17.5",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitest/coverage-c8": "0.33.0",
"eslint": "8.47.0",
"eslint-config-prettier": "8.10.0",
"husky": "8.0.3",
"lint-staged": "13.3.0",
"prettier": "2.8.8",
"typescript": "4.9.5",
"vite": "3.2.7",
"vitepress": "1.0.0-rc.4",
"vitest": "0.34.1",
"zx": "7.2.3"
},
"packageManager": "pnpm@7.9.5",
"packageManager": "pnpm@7.33.6",
"lint-staged": {
"**/*.{ts}": [
"eslint --fix"
Expand Down

0 comments on commit ed7b4eb

Please sign in to comment.