Skip to content

Commit

Permalink
⬆️ Update vitest monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent 570f816 commit 824359c
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 199 deletions.
4 changes: 2 additions & 2 deletions packages/fast-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@
"@fast-check/poisoning": "workspace:*",
"@microsoft/api-extractor": "^7.47.0",
"@types/node": "^20.14.10",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/coverage-v8": "^2.0.1",
"cross-env": "^7.0.3",
"glob": "^11.0.0",
"not-node-buffer": "npm:buffer@^6.0.3",
"regexp-tree": "^0.1.27",
"replace-in-file": "^8.1.0",
"typedoc": "^0.26.3",
"typescript": "~5.5.3",
"vitest": "^1.6.0"
"vitest": "^2.0.1"
},
"keywords": [
"property-based testing",
Expand Down
4 changes: 2 additions & 2 deletions packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"fast-check": "^3.0.0"
},
"peerDependencies": {
"vitest": ">=0.28.1 <1.0.0 || ^1"
"vitest": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
Expand All @@ -60,7 +60,7 @@
"jest": "^29.7.0",
"typescript": "~5.5.3",
"vite": "^5.3.3",
"vitest": "^1.6.0"
"vitest": "^2.0.1"
},
"keywords": [
"vitest",
Expand Down
Loading

0 comments on commit 824359c

Please sign in to comment.