mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-10 19:27:03 +00:00
Bump all the frontend dependencies (#4481)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* - Please do NOT serve this file on production.
|
||||
*/
|
||||
|
||||
const PACKAGE_VERSION = '2.7.4'
|
||||
const PACKAGE_VERSION = '2.7.5'
|
||||
const INTEGRITY_CHECKSUM = '00729d72e3b82faf54ca8b9621dbb96f'
|
||||
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
|
||||
const activeClientIds = new Set()
|
||||
|
||||
Generated
+911
-1292
File diff suppressed because it is too large
Load Diff
+23
-21
@@ -20,20 +20,20 @@
|
||||
"dependencies": {
|
||||
"@fontsource/inconsolata": "^5.2.5",
|
||||
"@fontsource/inter": "^5.2.5",
|
||||
"@radix-ui/react-collapsible": "^1.1.3",
|
||||
"@radix-ui/react-dialog": "^1.1.6",
|
||||
"@tanstack/react-query": "^5.74.3",
|
||||
"@tanstack/react-router": "^1.116.0",
|
||||
"@vector-im/compound-design-tokens": "4.0.1",
|
||||
"@vector-im/compound-web": "^7.10.1",
|
||||
"@radix-ui/react-collapsible": "^1.1.8",
|
||||
"@radix-ui/react-dialog": "^1.1.11",
|
||||
"@tanstack/react-query": "^5.74.11",
|
||||
"@tanstack/react-router": "^1.119.0",
|
||||
"@vector-im/compound-design-tokens": "4.0.2",
|
||||
"@vector-im/compound-web": "^7.10.2",
|
||||
"@zxcvbn-ts/core": "^3.0.4",
|
||||
"@zxcvbn-ts/language-common": "^3.0.4",
|
||||
"classnames": "^2.5.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"i18next": "^24.2.3",
|
||||
"i18next": "^25.0.2",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"react-i18next": "^15.4.1",
|
||||
"react-i18next": "^15.5.1",
|
||||
"swagger-ui-dist": "^5.21.0",
|
||||
"valibot": "^1.0.0",
|
||||
"vaul": "^1.1.2"
|
||||
@@ -51,32 +51,32 @@
|
||||
"@storybook/addon-interactions": "^8.6.12",
|
||||
"@storybook/react": "^8.6.12",
|
||||
"@storybook/react-vite": "^8.6.12",
|
||||
"@storybook/test": "^8.5.5",
|
||||
"@tanstack/react-query-devtools": "^5.74.3",
|
||||
"@tanstack/react-router-devtools": "^1.116.0",
|
||||
"@tanstack/router-plugin": "^1.116.1",
|
||||
"@storybook/test": "^8.6.12",
|
||||
"@tanstack/react-query-devtools": "^5.74.11",
|
||||
"@tanstack/react-router-devtools": "^1.119.0",
|
||||
"@tanstack/router-plugin": "^1.119.0",
|
||||
"@testing-library/jest-dom": "^6.6.3",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/node": "^22.14.1",
|
||||
"@types/react": "19.1.1",
|
||||
"@types/react-dom": "19.1.2",
|
||||
"@types/node": "^22.15.3",
|
||||
"@types/react": "19.1.2",
|
||||
"@types/react-dom": "19.1.3",
|
||||
"@types/swagger-ui-dist": "^3.30.5",
|
||||
"@vitejs/plugin-react": "^4.4.1",
|
||||
"@vitest/coverage-v8": "^3.1.2",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"browserslist-to-esbuild": "^2.1.1",
|
||||
"graphql": "^16.10.0",
|
||||
"graphql": "^16.11.0",
|
||||
"happy-dom": "^17.4.4",
|
||||
"i18next-parser": "^9.3.0",
|
||||
"knip": "^5.51.0",
|
||||
"msw": "^2.7.4",
|
||||
"knip": "^5.51.1",
|
||||
"msw": "^2.7.5",
|
||||
"msw-storybook-addon": "^2.0.4",
|
||||
"postcss": "^8.5.3",
|
||||
"postcss-import": "^16.1.0",
|
||||
"postcss-nesting": "^13.0.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"storybook": "^8.5.5",
|
||||
"storybook": "^8.6.12",
|
||||
"storybook-react-i18next": "^3.3.1",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"typescript": "^5.8.3",
|
||||
@@ -84,9 +84,11 @@
|
||||
"vite-plugin-compression": "^0.5.1",
|
||||
"vite-plugin-graphql-codegen": "^3.5.0",
|
||||
"vite-plugin-manifest-sri": "^0.2.0",
|
||||
"vitest": "^3.0.5"
|
||||
"vitest": "^3.1.2"
|
||||
},
|
||||
"msw": {
|
||||
"workerDirectory": [".storybook/public"]
|
||||
"workerDirectory": [
|
||||
".storybook/public"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user