Skip to content

Commit

Permalink
chore(deps): update vitest to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 2c8f403 commit f3ed8ad
Show file tree
Hide file tree
Showing 7 changed files with 102 additions and 92 deletions.
2 changes: 1 addition & 1 deletion examples/app-vitest-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"listhen": "1.9.0",
"nuxt": "3.15.2",
"typescript": "5.7.3",
"vitest": "2.1.8",
"vitest": "3.0.4",
"vue-tsc": "2.2.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/app-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"happy-dom": "16.7.2",
"playwright-core": "1.49.1",
"typescript": "5.7.3",
"vitest": "2.1.8"
"vitest": "3.0.4"
}
}
2 changes: 1 addition & 1 deletion examples/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@nuxt/content": "2.13.4",
"@nuxt/test-utils": "latest",
"nuxt": "3.15.2",
"vitest": "2.1.8"
"vitest": "3.0.4"
}
}
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@nuxt/test-utils": "latest",
"@nuxtjs/i18n": "9.1.2",
"nuxt": "3.15.2",
"vitest": "2.1.8"
"vitest": "3.0.4"
}
}
2 changes: 1 addition & 1 deletion examples/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@nuxt/module-builder": "0.8.4",
"@nuxt/test-utils": "latest",
"nuxt": "3.15.2",
"vitest": "2.1.8"
"vitest": "3.0.4"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"typescript": "5.7.3",
"unbuild": "latest",
"unimport": "4.0.0",
"vitest": "2.1.8",
"vitest": "3.0.4",
"vue-router": "4.5.0",
"vue-tsc": "2.2.0"
},
Expand Down Expand Up @@ -151,8 +151,8 @@
"@nuxt/test-utils": "workspace:*",
"rollup": "4.31.0",
"vite": "^6.0.11",
"vite-node": "2.1.8",
"vitest": "2.1.8",
"vite-node": "3.0.4",
"vitest": "3.0.4",
"vue": "^3.5.13"
},
"engines": {
Expand Down
Loading

0 comments on commit f3ed8ad

Please sign in to comment.