Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 19, 2022
1 parent 184b9e5 commit 940029b
Show file tree
Hide file tree
Showing 4 changed files with 361 additions and 316 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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.1.1
uses: actions/setup-node@v3.3.0
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.14.2
16.15.1
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@
},
"devDependencies": {
"@jsdevtools/version-bump-prompt": "6.1.0",
"@typescript-eslint/eslint-plugin": "5.20.0",
"@typescript-eslint/parser": "5.20.0",
"c8": "7.11.0",
"eslint": "8.14.0",
"@typescript-eslint/eslint-plugin": "5.28.0",
"@typescript-eslint/parser": "5.28.0",
"c8": "7.11.3",
"eslint": "8.18.0",
"eslint-config-prettier": "8.5.0",
"husky": "7.0.4",
"lint-staged": "12.4.0",
"prettier": "2.6.2",
"typescript": "4.6.3",
"vite": "2.9.5",
"vitepress": "0.22.3",
"vitest": "0.9.3",
"zx": "6.1.0"
"lint-staged": "12.5.0",
"prettier": "2.7.1",
"typescript": "4.7.4",
"vite": "2.9.12",
"vitepress": "0.22.4",
"vitest": "0.15.1",
"zx": "6.2.5"
},
"packageManager": "pnpm@6.32.9",
"packageManager": "pnpm@6.32.23",
"lint-staged": {
"**/*.{ts}": [
"eslint --fix"
Expand Down
Loading

0 comments on commit 940029b

Please sign in to comment.