Bump Vitest to 6 and Vite to 3, and other dependecies updates

This commit is contained in:
Quentin Gliech
2025-01-17 09:27:05 +01:00
parent 8a61b7a747
commit 4b484b18a0
2 changed files with 1326 additions and 1368 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -22,8 +22,8 @@
"@fontsource/inter": "^5.1.1",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.4",
"@tanstack/react-query": "^5.62.15",
"@tanstack/react-router": "^1.95.1",
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-router": "^1.97.1",
"@tanstack/router-zod-adapter": "^1.81.5",
"@vector-im/compound-design-tokens": "3.0.1",
"@vector-im/compound-web": "^7.6.2",
@@ -31,7 +31,7 @@
"@zxcvbn-ts/language-common": "^3.0.4",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"i18next": "^24.2.0",
"i18next": "^24.2.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^15.4.0",
@@ -48,44 +48,44 @@
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/client-preset": "^4.5.1",
"@graphql-codegen/typescript-msw": "^3.0.0",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/test": "^8.4.7",
"@tanstack/react-query-devtools": "^5.62.15",
"@tanstack/router-devtools": "^1.95.1",
"@tanstack/router-vite-plugin": "^1.95.1",
"@storybook/addon-essentials": "^8.5.0",
"@storybook/addon-interactions": "^8.5.0",
"@storybook/react": "^8.5.0",
"@storybook/react-vite": "^8.5.0",
"@storybook/test": "^8.5.0",
"@tanstack/react-query-devtools": "^5.64.1",
"@tanstack/router-devtools": "^1.97.1",
"@tanstack/router-vite-plugin": "^1.97.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.10.5",
"@types/react": "19.0.3",
"@types/react-dom": "19.0.2",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.0",
"@types/node": "^22.10.7",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@types/swagger-ui-react": "^4.18.3",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/coverage-v8": "^3.0.1",
"autoprefixer": "^10.4.20",
"browserslist-to-esbuild": "^2.1.1",
"graphql": "^16.10.0",
"happy-dom": "^16.3.0",
"happy-dom": "^16.6.0",
"i18next-parser": "^9.1.0",
"knip": "^5.41.1",
"knip": "^5.42.1",
"msw": "^2.7.0",
"msw-storybook-addon": "^2.0.4",
"postcss": "^8.4.49",
"postcss": "^8.5.1",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.1",
"rimraf": "^6.0.1",
"storybook": "^8.4.7",
"storybook": "^8.5.0",
"storybook-react-i18next": "^3.1.8",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "5.4.11",
"typescript": "^5.7.3",
"vite": "6.0.7",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-graphql-codegen": "^3.4.4",
"vite-plugin-manifest-sri": "^0.2.0",
"vitest": "^2.1.8"
"vitest": "^3.0.1"
},
"msw": {
"workerDirectory": [".storybook"]