Skip to content

Commit

Permalink
fix: upgrade vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Aug 20, 2024
1 parent 319672e commit 27865c4
Show file tree
Hide file tree
Showing 7 changed files with 175 additions and 143 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.3.3",
"sort-package-json": "2.10.0",
"typescript": "5.5.4",
"vitest": "1.6.0"
"vitest": "2.0.5"
},
"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.3.3",
"sort-package-json": "2.10.0",
"typescript": "5.5.4",
"vitest": "1.6.0"
"vitest": "2.0.5"
},
"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.3.1",
"sort-package-json": "2.10.0",
"typescript": "5.5.4",
"vitest": "1.6.0"
"vitest": "2.0.5"
},
"peerDependencies": {
"react": "~18.2.0 || ~18.3.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.3.3",
"sort-package-json": "2.10.0",
"typescript": "5.5.4",
"vitest": "1.6.0"
"vitest": "2.0.5"
},
"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 @@ -60,7 +60,7 @@
"sort-package-json": "2.10.0",
"type-fest": "4.21.0",
"typescript": "5.5.4",
"vitest": "1.6.0"
"vitest": "2.0.5"
},
"engines": {
"node": ">= 18"
Expand Down
4 changes: 2 additions & 2 deletions packages/wb/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export default defineConfig({
],
test: {
poolOptions: {
threads: {
singleThread: true,
forks: {
singleFork: true,
},
},
testTimeout: 10 * 60_000,
Expand Down
Loading

0 comments on commit 27865c4

Please sign in to comment.