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] committed Feb 19, 2024
1 parent 4c4be66 commit 4de3704
Show file tree
Hide file tree
Showing 6 changed files with 252 additions and 197 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.7.0",
"typescript": "5.3.3",
"vitest": "0.34.6"
"vitest": "1.3.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.7.0",
"typescript": "5.3.3",
"vitest": "0.34.6"
"vitest": "1.3.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.7.0",
"typescript": "5.3.3",
"vitest": "0.34.6"
"vitest": "1.3.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.7.0",
"typescript": "5.3.3",
"vitest": "0.34.6"
"vitest": "1.3.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.7.0",
"type-fest": "4.10.2",
"typescript": "5.3.3",
"vitest": "0.34.6",
"vitest": "1.3.0",
"yargs": "17.7.2"
},
"engines": {
Expand Down

0 comments on commit 4de3704

Please sign in to comment.