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 27, 2022
1 parent 28310f3 commit 64c74a8
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 245 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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.1
2 changes: 1 addition & 1 deletion .node-version
@@ -1 +1 @@
16.17.0
16.17.1
20 changes: 10 additions & 10 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",
"@types/node": "18.7.23",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"@vitest/coverage-c8": "0.23.4",
"eslint": "8.24.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",
"typescript": "4.8.3",
"vite": "3.1.3",
"vitepress": "1.0.0-alpha.17",
"vitest": "0.23.4",
"zx": "7.0.8"
},
"packageManager": "pnpm@7.9.5",
"packageManager": "pnpm@7.12.2",
"lint-staged": {
"**/*.{ts}": [
"eslint --fix"
Expand Down

0 comments on commit 64c74a8

Please sign in to comment.