Skip to content

Commit

Permalink
chore(deps): update dependency vitest to ^1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 12, 2024
1 parent a4961ac commit 7d2747a
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vite": "^5.2.11",
"vitest": "^1.5.2",
"vitest": "^1.6.0",
"ws": "^8.16.0"
},
"packageManager": "pnpm@9.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/naria2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"devDependencies": {
"@naria2/node": "workspace:*",
"@types/ws": "^8.5.10",
"vitest": "^1.5.2",
"vitest": "^1.6.0",
"ws": "^8.16.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"type-fest": "^4.17.0"
},
"devDependencies": {
"vitest": "^1.5.2"
"vitest": "^1.6.0"
},
"engines": {
"node": ">=v18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-naria2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"devDependencies": {
"vite": "^5.2.11",
"vitest": "^1.5.2"
"vitest": "^1.6.0"
},
"peerDependencies": {
"@naria2/node": "workspace:*",
Expand Down
80 changes: 40 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d2747a

Please sign in to comment.