mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-07-23 23:51:11 +00:00
Bump all frontend dependencies
This commit is contained in:
+1
-10
@@ -7,14 +7,5 @@ import type { KnipConfig } from "knip";
|
||||
|
||||
export default {
|
||||
entry: ["src/entrypoints/*", "src/routes/*"],
|
||||
ignore: [
|
||||
"src/gql/*",
|
||||
"src/routeTree.gen.ts",
|
||||
".storybook/locales.ts",
|
||||
"i18next.config.ts",
|
||||
],
|
||||
ignoreDependencies: [
|
||||
// This is used by the tailwind PostCSS plugin, but not detected by knip
|
||||
"postcss-nesting",
|
||||
],
|
||||
ignore: ["src/gql/*", ".storybook/locales.ts", "i18next.config.ts"],
|
||||
} satisfies KnipConfig;
|
||||
|
||||
+17
-17
@@ -22,24 +22,24 @@
|
||||
"@fontsource/inter": "^5.2.8",
|
||||
"@radix-ui/react-collapsible": "^1.1.15",
|
||||
"@radix-ui/react-dialog": "^1.1.18",
|
||||
"@tanstack/react-query": "^5.101.0",
|
||||
"@tanstack/react-router": "^1.170.16",
|
||||
"@tanstack/react-query": "^5.101.2",
|
||||
"@tanstack/react-router": "^1.170.17",
|
||||
"@vector-im/compound-design-tokens": "10.2.2",
|
||||
"@vector-im/compound-web": "^9.7.1",
|
||||
"@zxcvbn-ts/core": "^4.1.2",
|
||||
"@zxcvbn-ts/language-common": "^4.1.2",
|
||||
"classnames": "^2.5.1",
|
||||
"date-fns": "^4.4.0",
|
||||
"i18next": "^26.3.1",
|
||||
"i18next": "^26.3.4",
|
||||
"react": "^19.2.7",
|
||||
"react-dom": "^19.2.7",
|
||||
"react-i18next": "^17.0.8",
|
||||
"swagger-ui-dist": "^5.32.6",
|
||||
"valibot": "^1.4.1",
|
||||
"swagger-ui-dist": "^5.32.8",
|
||||
"valibot": "^1.4.2",
|
||||
"vaul": "^1.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.5.0",
|
||||
"@biomejs/biome": "^2.5.2",
|
||||
"@browser-logos/chrome": "^2.0.0",
|
||||
"@browser-logos/firefox": "^3.0.10",
|
||||
"@browser-logos/safari": "^2.1.0",
|
||||
@@ -49,34 +49,34 @@
|
||||
"@graphql-typed-document-node/core": "^3.2.0",
|
||||
"@storybook/addon-docs": "^10.4.6",
|
||||
"@storybook/react-vite": "^10.4.6",
|
||||
"@tailwindcss/vite": "^4.3.1",
|
||||
"@tanstack/react-query-devtools": "^5.101.0",
|
||||
"@tailwindcss/vite": "^4.3.2",
|
||||
"@tanstack/react-query-devtools": "^5.101.2",
|
||||
"@tanstack/react-router-devtools": "^1.167.0",
|
||||
"@tanstack/router-plugin": "^1.168.18",
|
||||
"@tanstack/router-plugin": "^1.168.19",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.2",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/node": "^26.0.0",
|
||||
"@types/node": "^26.1.0",
|
||||
"@types/react": "19.2.17",
|
||||
"@types/react-dom": "19.2.3",
|
||||
"@types/swagger-ui-dist": "^3.30.6",
|
||||
"@vitejs/plugin-react": "^6.0.2",
|
||||
"@vitest/coverage-v8": "^4.1.7",
|
||||
"@vitejs/plugin-react": "^6.0.3",
|
||||
"@vitest/coverage-v8": "^4.1.9",
|
||||
"browserslist-to-esbuild": "^2.1.1",
|
||||
"graphql": "^16.14.0",
|
||||
"happy-dom": "^20.10.6",
|
||||
"i18next-cli": "^1.64.1",
|
||||
"knip": "^6.17.1",
|
||||
"i18next-cli": "^1.65.0",
|
||||
"knip": "^6.24.0",
|
||||
"msw": "^2.14.6",
|
||||
"msw-storybook-addon": "^2.0.7",
|
||||
"rimraf": "^6.1.3",
|
||||
"storybook": "^10.4.6",
|
||||
"tailwindcss": "^4.3.1",
|
||||
"tailwindcss": "^4.3.2",
|
||||
"tinyglobby": "^0.2.17",
|
||||
"typescript": "^6.0.3",
|
||||
"vite": "8.0.16",
|
||||
"vite": "8.1.3",
|
||||
"vite-plugin-graphql-codegen": "^4.0.1",
|
||||
"vitest": "^4.1.7"
|
||||
"vitest": "^4.1.9"
|
||||
},
|
||||
"msw": {
|
||||
"workerDirectory": [
|
||||
|
||||
+1
-1
@@ -4,6 +4,6 @@
|
||||
"packageManager": "pnpm@11.3.0+sha512.2c403d6594527287672b1f7056343a1f7c3634036a67ffabfcc2b3d7595d843768f8787148d1b57cf7956c90606bbd192857c363af19e96d2d0ec9ec5741d215",
|
||||
"devDependencies": {
|
||||
"@localazy/cli": "^2.0.11",
|
||||
"semver": "^7.8.4"
|
||||
"semver": "^7.8.5"
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+775
-586
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user