Skip to content

Commit

Permalink
chore(deps): update vitest monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 3f449d6 commit 4a3ec8c
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 247 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"@nuxt/schema": "3.11.2",
"@types/node": "^20.12.12",
"@vitejs/plugin-vue2": "^2.3.1",
"@vitest/ui": "1.6.0",
"@vitest/ui": "2.1.2",
"changelogen": "^0.5.5",
"eslint": "8.57.0",
"nuxi": "^3.11.1",
"nuxt": "2.17.3",
"unbuild": "^2.0.0",
"vitest": "1.6.0"
"vitest": "2.1.2"
},
"pnpm": {
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-bridge-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"peerDependencies": {
"@vitejs/plugin-vue2": "*",
"vite": "*",
"vitest": "^0.34.6 || ^1.0.0"
"vitest": "^0.34.6 || ^1.0.0 || ^2.0.0"
},
"dependencies": {
"@nuxt/kit": "3.11.2",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"happy-dom": "^14.11.0",
"nuxi": "3.11.1",
"nuxt": "2.17.2",
"vitest": "1.6.0"
"vitest": "2.1.2"
}
}
Loading

0 comments on commit 4a3ec8c

Please sign in to comment.