Skip to content

Commit

Permalink
chore(deps): update vitest to v3 (major) (#1075)
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 Feb 20, 2025
1 parent ef4a74e commit dc70f94
Show file tree
Hide file tree
Showing 7 changed files with 114 additions and 99 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.4",
"typescript": "5.7.3",
"vitest": "2.1.9",
"vitest": "3.0.6",
"vue-tsc": "2.2.2"
},
"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": "17.1.1",
"playwright-core": "1.50.1",
"typescript": "5.7.3",
"vitest": "2.1.9"
"vitest": "3.0.6"
}
}
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.4",
"vitest": "2.1.9"
"vitest": "3.0.6"
}
}
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.2.1",
"nuxt": "3.15.4",
"vitest": "2.1.9"
"vitest": "3.0.6"
}
}
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.4",
"vitest": "2.1.9"
"vitest": "3.0.6"
}
}
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.1.2",
"vitest": "2.1.9",
"vitest": "3.0.6",
"vue-router": "4.5.0",
"vue-tsc": "2.2.2"
},
Expand Down Expand Up @@ -151,8 +151,8 @@
"@nuxt/test-utils": "workspace:*",
"rollup": "4.34.8",
"vite": "^6.1.1",
"vite-node": "2.1.9",
"vitest": "2.1.9",
"vite-node": "3.0.6",
"vitest": "3.0.6",
"vue": "^3.5.13"
},
"engines": {
Expand Down
Loading

0 comments on commit dc70f94

Please sign in to comment.