Skip to content

Commit f64a4d7

Browse files
chore(ui): bump vitest to latest
All but the core `vitest` package were updated recently. Tests still ran but the test UI dashboard didn't. After updating, all tests still run, seems fine. Also tested building in app and package mode.
1 parent 5a6d9bd commit f64a4d7

File tree

2 files changed

+313
-876
lines changed

2 files changed

+313
-876
lines changed

invokeai/frontend/web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@
136136
"@types/react-dom": "^18.3.0",
137137
"@types/uuid": "^10.0.0",
138138
"@vitejs/plugin-react-swc": "^3.8.0",
139-
"@vitest/coverage-v8": "^3.0.5",
140-
"@vitest/ui": "^3.0.5",
139+
"@vitest/coverage-v8": "^3.0.6",
140+
"@vitest/ui": "^3.0.6",
141141
"concurrently": "^8.2.2",
142142
"csstype": "^3.1.3",
143143
"dpdm": "^3.14.0",
@@ -158,7 +158,7 @@
158158
"vite-plugin-dts": "^4.5.0",
159159
"vite-plugin-eslint": "^1.8.1",
160160
"vite-tsconfig-paths": "^5.1.4",
161-
"vitest": "^1.6.0"
161+
"vitest": "^3.0.6"
162162
},
163163
"engines": {
164164
"pnpm": "8"

0 commit comments

Comments
 (0)