Files
matrix-authentication-service/frontend/package.json
T
dependabot[bot] ca5cebfa98 build(deps): bump the i18next group across 1 directory with 2 updates
Bumps the i18next group with 2 updates in the /frontend directory: [i18next](https://github.com/i18next/i18next) and [react-i18next](https://github.com/i18next/react-i18next).


Updates `i18next` from 23.10.1 to 23.11.3
- [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/v23.10.1...v23.11.3)

Updates `react-i18next` from 14.1.0 to 14.1.1
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v14.1.0...v14.1.1)

---
updated-dependencies:
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: i18next
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: i18next
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-30 14:34:53 +02:00

93 lines
3.0 KiB
JSON

{
"name": "mas-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"generate": "graphql-codegen",
"lint": "graphql-codegen && prettier --check . && eslint . && tsc && i18next --fail-on-warnings --fail-on-update",
"format": "prettier --write . && eslint --fix .",
"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"
},
"dependencies": {
"@fontsource/inconsolata": "^5.0.17",
"@fontsource/inter": "^5.0.17",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-form": "^0.0.3",
"@tanstack/react-router": "^1.26.9",
"@urql/core": "^5.0.0",
"@urql/devtools": "^2.0.3",
"@urql/exchange-graphcache": "^7.0.0",
"@urql/exchange-refocus": "^1.0.2",
"@urql/exchange-request-policy": "^1.1.0",
"@vector-im/compound-design-tokens": "1.2.0",
"@vector-im/compound-web": "^3.3.1",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
"graphql": "^16.8.1",
"i18next": "^23.11.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.1",
"urql": "^4.0.7",
"vaul": "^0.9.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@browser-logos/chrome": "^2.0.0",
"@browser-logos/firefox": "^3.0.10",
"@browser-logos/safari": "^2.1.0",
"@graphql-codegen/add": "^5.0.2",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.2.5",
"@graphql-codegen/urql-introspection": "^3.0.0",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/react": "^8.0.9",
"@storybook/react-vite": "^8.0.9",
"@tanstack/router-devtools": "^1.26.9",
"@tanstack/router-vite-plugin": "^1.26.8",
"@testing-library/react": "^14.2.2",
"@types/node": "^20.12.4",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/react-test-renderer": "^18.0.7",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.4.0",
"autoprefixer": "^10.4.19",
"browserslist-to-esbuild": "^2.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-matrix-org": "^1.2.1",
"happy-dom": "^14.7.1",
"i18next-parser": "^8.13.0",
"postcss": "^8.4.38",
"postcss-modules": "^6.0.0",
"postcss-nesting": "^12.1.1",
"prettier": "3.2.5",
"react-test-renderer": "^18.2.0",
"rimraf": "^5.0.5",
"storybook": "^8.0.9",
"storybook-react-i18next": "^3.0.1",
"tailwindcss": "^3.4.3",
"typescript": "5.4.4",
"vite": "5.2.8",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-graphql-codegen": "^3.3.6",
"vite-plugin-manifest-sri": "^0.2.0",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^1.4.0"
}
}