Skip to content

Commit

Permalink
Update dependency vitest to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 10, 2024
1 parent 04d436e commit 0d95e5d
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 381 deletions.
2 changes: 1 addition & 1 deletion packages/build-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"prettier": "3.3.3",
"rollup": "4.25.0",
"typescript": "5.6.3",
"vitest": "1.6.0"
"vitest": "2.1.4"
},
"peerDependencies": {},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"pkgroll": "2.5.1",
"prettier": "3.3.3",
"typescript": "5.6.3",
"vitest": "1.6.0"
"vitest": "2.1.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"pkgroll": "2.5.1",
"prettier": "3.3.3",
"typescript": "5.6.3",
"vitest": "1.6.0"
"vitest": "2.1.4"
},
"peerDependenciesMeta": {
"blurhash": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"rollup": "4.25.0",
"typescript": "5.6.3",
"vite": "5.4.10",
"vitest": "1.6.0"
"vitest": "2.1.4"
},
"peerDependencies": {
"vite": "^5.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"prettier": "3.3.3",
"style-loader": "4.0.0",
"typescript": "5.6.3",
"vitest": "1.6.0",
"vitest": "2.1.4",
"webpack": "5.96.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 0d95e5d

Please sign in to comment.