Skip to content

Commit

Permalink
⬆️ Update vitest monorepo to ^2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent e0d1ced commit 6d784a1
Show file tree
Hide file tree
Showing 8 changed files with 138 additions and 140 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/supertest": "^6.0.2",
"happy-dom": "^15.7.4",
"typescript": "~5.6.3",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
},
"author": "Nicolas DUBIEN <[email protected]>",
"license": "MIT"
Expand Down
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.11",
"@types/node": "^20.14.15",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/coverage-v8": "^2.1.4",
"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.2.0",
"typedoc": "^0.26.10",
"typescript": "~5.6.3",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
},
"keywords": [
"property-based testing",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"jest": "^29.7.0",
"jest-jasmine2": "^29.7.0",
"typescript": "~5.6.3",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
},
"keywords": [
"jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/packaged/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/npm-packlist": "^7.0.3",
"@types/npmcli__arborist": "^5.6.11",
"typescript": "~5.6.3",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
},
"keywords": [],
"funding": [
Expand Down
2 changes: 1 addition & 1 deletion packages/poisoning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@types/node": "^20.14.15",
"typescript": "~5.6.3",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
},
"keywords": [
"poisoning",
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"fast-check": "workspace:*",
"typescript": "~5.6.3",
"vite": "^5.4.10",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
},
"keywords": [
"vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@types/node": "^20.14.15",
"typescript": "~5.6.3",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
},
"keywords": [
"worker",
Expand Down
Loading

0 comments on commit 6d784a1

Please sign in to comment.