Skip to content

Commit 871f9e1

Browse files
committed
Pin Vitest to avoid type error
See vitest-dev/vitest#8081 and vitest-dev/vitest#8082
1 parent bf1f7d3 commit 871f9e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@stryker-mutator/vitest-runner": "^9.0.1",
8383
"@types/mdast": "^4.0.4",
8484
"@types/node": "^22.15.30",
85-
"@vitest/coverage-v8": "^3.2.2",
85+
"@vitest/coverage-v8": "^3.1.4 <3.2.0",
8686
"@vitest/eslint-plugin": "^1.2.1",
8787
"eslint": "^9.28.0",
8888
"eslint-config-prettier": "^10.1.5",
@@ -97,6 +97,6 @@
9797
"typescript": "^5.8.3",
9898
"typescript-eslint": "^8.33.1",
9999
"vite-tsconfig-paths": "^5.1.4",
100-
"vitest": "^3.2.2"
100+
"vitest": "^3.1.4 <3.2.0"
101101
}
102102
}

0 commit comments

Comments
 (0)