Skip to content

Commit d21b767

Browse files
committed
update vitest to 2.1.9
1 parent b63c866 commit d21b767

File tree

2 files changed

+95
-83
lines changed

2 files changed

+95
-83
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"@types/node": "^22.5.4",
5656
"@typescript-eslint/eslint-plugin": "^8.13.0",
5757
"@typescript-eslint/parser": "^8.13.0",
58-
"@vitest/coverage-v8": "^2.0.5",
59-
"@vitest/expect": "^2.0.5",
58+
"@vitest/coverage-v8": "^2.1.9",
59+
"@vitest/expect": "^2.1.9",
6060
"ast-types": "^0.14.2",
6161
"babel-plugin-annotate-pure-calls": "^0.4.0",
6262
"eslint": "^9.9.1",
@@ -74,12 +74,12 @@
7474
"tsx": "^4.17.0",
7575
"typescript": "^5.6.2",
7676
"vite": "^5.4.0",
77-
"vitest": "^2.0.5",
77+
"vitest": "^2.1.9",
7878
"@testcontainers/mongodb": "^10.10.4"
7979
},
8080
"pnpm": {
8181
"overrides": {
82-
"vitest": "^2.0.5"
82+
"vitest": "^2.1.9"
8383
},
8484
"patchedDependencies": {
8585
"babel-plugin-annotate-pure-calls@0.4.0": "patches/babel-plugin-annotate-pure-calls@0.4.0.patch"

0 commit comments

Comments
 (0)