mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-04-01 08:15:48 +00:00
Bumps the tanstack-query group in /frontend with 2 updates: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) and [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools). Updates `@tanstack/react-query` from 5.75.5 to 5.75.7 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.75.7/packages/react-query) Updates `@tanstack/react-query-devtools` from 5.75.5 to 5.75.7 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.75.7/packages/react-query-devtools) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.75.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tanstack-query - dependency-name: "@tanstack/react-query-devtools" dependency-version: 5.75.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tanstack-query ... Signed-off-by: dependabot[bot] <support@github.com>
95 lines
2.9 KiB
JSON
95 lines
2.9 KiB
JSON
{
|
|
"name": "mas-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"generate": "graphql-codegen",
|
|
"lint": "graphql-codegen && biome check && tsc && i18next --fail-on-warnings --fail-on-update",
|
|
"format": "biome format --write",
|
|
"build": "rimraf ./dist/ && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"coverage": "vitest run --coverage",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build",
|
|
"i18n": "i18next",
|
|
"knip": "knip"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/inconsolata": "^5.2.5",
|
|
"@fontsource/inter": "^5.2.5",
|
|
"@radix-ui/react-collapsible": "^1.1.8",
|
|
"@radix-ui/react-dialog": "^1.1.11",
|
|
"@tanstack/react-query": "^5.77.2",
|
|
"@tanstack/react-router": "^1.120.3",
|
|
"@vector-im/compound-design-tokens": "4.0.2",
|
|
"@vector-im/compound-web": "^7.12.0",
|
|
"@zxcvbn-ts/core": "^3.0.4",
|
|
"@zxcvbn-ts/language-common": "^3.0.4",
|
|
"classnames": "^2.5.1",
|
|
"date-fns": "^4.1.0",
|
|
"i18next": "^25.1.2",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-i18next": "^15.5.1",
|
|
"swagger-ui-dist": "^5.21.0",
|
|
"valibot": "^1.0.0",
|
|
"vaul": "^1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@browser-logos/chrome": "^2.0.0",
|
|
"@browser-logos/firefox": "^3.0.10",
|
|
"@browser-logos/safari": "^2.1.0",
|
|
"@codecov/vite-plugin": "^1.9.0",
|
|
"@graphql-codegen/cli": "^5.0.6",
|
|
"@graphql-codegen/client-preset": "^4.8.0",
|
|
"@graphql-codegen/typescript-msw": "^3.0.0",
|
|
"@storybook/addon-essentials": "^8.6.12",
|
|
"@storybook/addon-interactions": "^8.6.12",
|
|
"@storybook/react": "^8.6.12",
|
|
"@storybook/react-vite": "^8.6.12",
|
|
"@storybook/test": "^8.6.12",
|
|
"@tanstack/react-query-devtools": "^5.77.2",
|
|
"@tanstack/react-router-devtools": "^1.120.3",
|
|
"@tanstack/router-plugin": "^1.120.3",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/node": "^22.15.21",
|
|
"@types/react": "19.1.5",
|
|
"@types/react-dom": "19.1.5",
|
|
"@types/swagger-ui-dist": "^3.30.5",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"@vitest/coverage-v8": "^3.1.3",
|
|
"autoprefixer": "^10.4.21",
|
|
"browserslist-to-esbuild": "^2.1.1",
|
|
"graphql": "^16.11.0",
|
|
"happy-dom": "^17.4.6",
|
|
"i18next-parser": "^9.3.0",
|
|
"knip": "^5.57.2",
|
|
"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.6.12",
|
|
"storybook-react-i18next": "^3.3.1",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.8.3",
|
|
"vite": "6.3.5",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-graphql-codegen": "^3.6.1",
|
|
"vite-plugin-manifest-sri": "^0.2.0",
|
|
"vitest": "^3.1.2"
|
|
},
|
|
"msw": {
|
|
"workerDirectory": [
|
|
".storybook/public"
|
|
]
|
|
}
|
|
}
|