Skip to content

Commit e0991f1

Browse files
authored
[test] Fix the flaky browser tests (#851)
1 parent 3d54f5c commit e0991f1

File tree

4 files changed

+132
-133
lines changed

4 files changed

+132
-133
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
"@typescript-eslint/eslint-plugin": "^7.18.0",
9494
"@typescript-eslint/parser": "^7.18.0",
9595
"@vitejs/plugin-react": "^4.3.3",
96-
"@vitest/browser": "^2.1.4",
97-
"@vitest/coverage-v8": "^2.1.4",
98-
"@vitest/ui": "2.1.4",
96+
"@vitest/browser": "^2.1.5",
97+
"@vitest/coverage-istanbul": "2.1.5",
98+
"@vitest/ui": "2.1.5",
9999
"babel-loader": "^9.2.1",
100100
"babel-plugin-add-import-extension": "1.6.0",
101101
"babel-plugin-istanbul": "^6.1.1",
@@ -171,7 +171,7 @@
171171
"tsx": "^4.8.2",
172172
"typescript": "^5.6.3",
173173
"unist-util-visit": "^5.0.0",
174-
"vitest": "^2.1.4",
174+
"vitest": "^2.1.5",
175175
"webpack": "^5.91.0",
176176
"webpack-bundle-analyzer": "^4.10.2",
177177
"webpack-cli": "^5.1.4",

0 commit comments

Comments
 (0)