mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-04-27 06:25:42 +00:00
c79c23212a
Bumps the vite group with 3 updates in the /frontend directory: [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [vite-plugin-graphql-codegen](https://github.com/danielwaltz/vite-plugin-graphql-codegen). Updates `@vitejs/plugin-react` from 4.5.2 to 4.6.0 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@4.6.0/packages/plugin-react) Updates `vite` from 6.3.5 to 7.0.0 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/create-vite@7.0.0/packages/vite) Updates `vite-plugin-graphql-codegen` from 3.6.1 to 3.6.2 - [Release notes](https://github.com/danielwaltz/vite-plugin-graphql-codegen/releases) - [Changelog](https://github.com/danielwaltz/vite-plugin-graphql-codegen/blob/main/CHANGELOG.md) - [Commits](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.6.1...v3.6.2) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 4.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: vite - dependency-name: vite dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: vite - dependency-name: vite-plugin-graphql-codegen dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vite ... 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",
|
|
"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.6",
|
|
"@fontsource/inter": "^5.2.6",
|
|
"@radix-ui/react-collapsible": "^1.1.11",
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
"@tanstack/react-query": "^5.85.5",
|
|
"@tanstack/react-router": "^1.131.27",
|
|
"@vector-im/compound-design-tokens": "5.0.2",
|
|
"@vector-im/compound-web": "^8.2.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.5.2",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-i18next": "^15.7.3",
|
|
"swagger-ui-dist": "^5.27.1",
|
|
"valibot": "^1.1.0",
|
|
"vaul": "^1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.2.4",
|
|
"@browser-logos/chrome": "^2.0.0",
|
|
"@browser-logos/firefox": "^3.0.10",
|
|
"@browser-logos/safari": "^2.1.0",
|
|
"@graphql-codegen/cli": "^5.0.7",
|
|
"@graphql-codegen/client-preset": "^4.8.3",
|
|
"@graphql-codegen/typescript-msw": "^3.0.1",
|
|
"@storybook/addon-docs": "^9.1.5",
|
|
"@storybook/react-vite": "^9.1.5",
|
|
"@tanstack/react-query-devtools": "^5.85.5",
|
|
"@tanstack/react-router-devtools": "^1.131.27",
|
|
"@tanstack/router-plugin": "^1.131.27",
|
|
"@testing-library/jest-dom": "^6.8.0",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/node": "^24.3.0",
|
|
"@types/react": "19.1.10",
|
|
"@types/react-dom": "19.1.7",
|
|
"@types/swagger-ui-dist": "^3.30.6",
|
|
"@vitejs/plugin-react": "^5.0.2",
|
|
"@vitest/coverage-v8": "^3.2.4",
|
|
"autoprefixer": "^10.4.21",
|
|
"browserslist-to-esbuild": "^2.1.1",
|
|
"graphql": "^16.11.0",
|
|
"happy-dom": "^18.0.1",
|
|
"i18next-parser": "^9.3.0",
|
|
"knip": "^5.62.0",
|
|
"msw": "^2.11.1",
|
|
"msw-storybook-addon": "^2.0.5",
|
|
"postcss": "^8.5.6",
|
|
"postcss-import": "^16.1.1",
|
|
"postcss-nesting": "^13.0.2",
|
|
"rimraf": "^6.0.1",
|
|
"storybook": "^9.0.1",
|
|
"storybook-react-i18next": "4.0.11",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.9.2",
|
|
"vite": "7.1.5",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-graphql-codegen": "^3.6.3",
|
|
"vite-plugin-manifest-sri": "^0.2.0",
|
|
"vitest": "^3.2.3"
|
|
},
|
|
"msw": {
|
|
"workerDirectory": [
|
|
".storybook/public"
|
|
]
|
|
}
|
|
}
|