mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-24 21:45:31 +00:00
1322cf03a3
Bumps the i18next group in /frontend with 3 updates: [i18next](https://github.com/i18next/i18next), [react-i18next](https://github.com/i18next/react-i18next) and [i18next-cli](https://github.com/i18next/i18next-cli). Updates `i18next` from 25.7.1 to 25.7.2 - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v25.7.1...v25.7.2) Updates `react-i18next` from 16.3.5 to 16.4.0 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v16.3.5...v16.4.0) Updates `i18next-cli` from 1.29.4 to 1.30.4 - [Changelog](https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next-cli/compare/v1.29.4...v1.30.4) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: i18next - dependency-name: react-i18next dependency-version: 16.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: i18next - dependency-name: i18next-cli dependency-version: 1.30.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: i18next ... Signed-off-by: dependabot[bot] <support@github.com>
91 lines
2.8 KiB
JSON
91 lines
2.8 KiB
JSON
{
|
|
"name": "mas-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"generate": "graphql-codegen && i18next-cli extract",
|
|
"lint": "graphql-codegen && biome check && tsc && i18next-cli extract --ci",
|
|
"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-cli",
|
|
"knip": "knip"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/inconsolata": "^5.2.8",
|
|
"@fontsource/inter": "^5.2.8",
|
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@tanstack/react-query": "^5.90.12",
|
|
"@tanstack/react-router": "^1.131.44",
|
|
"@vector-im/compound-design-tokens": "6.4.0",
|
|
"@vector-im/compound-web": "^8.2.5",
|
|
"@zxcvbn-ts/core": "^3.0.4",
|
|
"@zxcvbn-ts/language-common": "^3.0.4",
|
|
"classnames": "^2.5.1",
|
|
"date-fns": "^4.1.0",
|
|
"i18next": "^25.7.2",
|
|
"react": "^19.2.1",
|
|
"react-dom": "^19.2.1",
|
|
"react-i18next": "^16.4.1",
|
|
"swagger-ui-dist": "^5.29.5",
|
|
"valibot": "^1.2.0",
|
|
"vaul": "^1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.8",
|
|
"@browser-logos/chrome": "^2.0.0",
|
|
"@browser-logos/firefox": "^3.0.10",
|
|
"@browser-logos/safari": "^2.1.0",
|
|
"@graphql-codegen/cli": "^6.1.0",
|
|
"@graphql-codegen/client-preset": "^5.1.1",
|
|
"@graphql-codegen/typescript-msw": "^3.0.1",
|
|
"@storybook/addon-docs": "^10.1.4",
|
|
"@storybook/react-vite": "^10.1.4",
|
|
"@tanstack/react-query-devtools": "^5.91.1",
|
|
"@tanstack/react-router-devtools": "^1.131.44",
|
|
"@tanstack/router-plugin": "^1.131.44",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/node": "^24.10.1",
|
|
"@types/react": "19.2.7",
|
|
"@types/react-dom": "19.2.3",
|
|
"@types/swagger-ui-dist": "^3.30.6",
|
|
"@vitejs/plugin-react": "^5.1.1",
|
|
"@vitest/coverage-v8": "^4.0.15",
|
|
"autoprefixer": "^10.4.21",
|
|
"browserslist-to-esbuild": "^2.1.1",
|
|
"graphql": "^16.11.0",
|
|
"happy-dom": "^20.0.4",
|
|
"i18next-cli": "^1.30.5",
|
|
"knip": "^5.66.4",
|
|
"msw": "^2.11.6",
|
|
"msw-storybook-addon": "^2.0.6",
|
|
"postcss": "^8.5.6",
|
|
"postcss-import": "^16.1.1",
|
|
"postcss-nesting": "^13.0.2",
|
|
"rimraf": "^6.0.1",
|
|
"storybook": "^10.0.5",
|
|
"tailwindcss": "^3.4.18",
|
|
"tinyglobby": "^0.2.15",
|
|
"typescript": "^5.9.3",
|
|
"vite": "7.2.6",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-graphql-codegen": "^3.7.0",
|
|
"vite-plugin-manifest-sri": "^0.2.0",
|
|
"vitest": "^4.0.14"
|
|
},
|
|
"msw": {
|
|
"workerDirectory": [
|
|
".storybook/public"
|
|
]
|
|
}
|
|
}
|