Skip to content

Commit

Permalink
chore(deps): update dependency vitest to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 23, 2024
1 parent 9021eea commit 95a92b2
Show file tree
Hide file tree
Showing 6 changed files with 376 additions and 311 deletions.
2 changes: 1 addition & 1 deletion packages/shared-lib-blitz-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"prettier": "3.2.5",
"sort-package-json": "2.8.0",
"typescript": "5.4.3",
"vitest": "0.34.6"
"vitest": "1.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-lib-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"prettier": "3.2.5",
"sort-package-json": "2.8.0",
"typescript": "5.4.3",
"vitest": "0.34.6"
"vitest": "1.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-lib-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"react-dom": "18.2.0",
"sort-package-json": "2.8.0",
"typescript": "5.4.3",
"vitest": "0.34.6"
"vitest": "1.4.0"
},
"peerDependencies": {
"react": "~18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"prettier": "3.2.5",
"sort-package-json": "2.8.0",
"typescript": "5.4.3",
"vitest": "0.34.6"
"vitest": "1.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/wb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"sort-package-json": "2.8.0",
"type-fest": "4.13.1",
"typescript": "5.4.3",
"vitest": "0.34.6",
"vitest": "1.4.0",
"yargs": "17.7.2"
},
"engines": {
Expand Down
Loading

0 comments on commit 95a92b2

Please sign in to comment.