Files
matrix-authentication-service/frontend/package.json
T
dependabot[bot] 581db6db7a build(deps): bump the i18next group in /frontend with 4 updates
Bumps the i18next group in /frontend with 4 updates: [i18next](https://github.com/i18next/i18next), [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector), [i18next-http-backend](https://github.com/i18next/i18next-http-backend) and [react-i18next](https://github.com/i18next/react-i18next).


Updates `i18next` from 23.6.0 to 23.7.6
- [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.6.0...v23.7.6)

Updates `i18next-browser-languagedetector` from 7.1.0 to 7.2.0
- [Changelog](https://github.com/i18next/i18next-browser-languageDetector/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next-browser-languageDetector/compare/v7.1.0...v7.2.0)

Updates `i18next-http-backend` from 2.3.1 to 2.4.1
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.3.1...v2.4.1)

Updates `react-i18next` from 13.3.1 to 13.4.1
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v13.3.1...v13.4.1)

---
updated-dependencies:
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: i18next
- dependency-name: i18next-browser-languagedetector
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: i18next
- dependency-name: i18next-http-backend
  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-minor
  dependency-group: i18next
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-14 13:42:26 +01:00

89 lines
2.9 KiB
JSON

{
"name": "mas-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"generate": "graphql-codegen && eslint --fix .",
"lint": "graphql-codegen && eslint . && tsc && i18next --fail-on-warnings --fail-on-update",
"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": {
"@emotion/react": "^11.11.1",
"@fontsource/inconsolata": "^5.0.15",
"@fontsource/inter": "^5.0.15",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@types/ua-parser-js": "^0.7.39",
"@urql/core": "^4.1.4",
"@urql/devtools": "^2.0.3",
"@urql/exchange-graphcache": "^6.3.3",
"@urql/exchange-refocus": "^1.0.2",
"@urql/exchange-request-policy": "^1.0.2",
"@vector-im/compound-design-tokens": "^0.0.7",
"@vector-im/compound-web": "^0.6.3",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"graphql": "^16.8.1",
"history": "^5.3.0",
"i18next": "^23.7.6",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-http-backend": "^2.4.1",
"jotai": "^2.5.1",
"jotai-devtools": "^0.7.0",
"jotai-location": "^0.5.2",
"jotai-urql": "^0.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.4.1",
"ua-parser-js": "^1.0.37"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/urql-introspection": "^3.0.0",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/react-vite": "^7.5.3",
"@testing-library/react": "^14.0.0",
"@types/node": "^20.8.10",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@types/react-test-renderer": "^18.0.5",
"@vitejs/plugin-react": "^4.1.1",
"@vitest/coverage-v8": "^0.34.6",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-matrix-org": "^1.2.1",
"eslint-plugin-prettier": "^5.0.1",
"happy-dom": "^12.10.3",
"i18next-parser": "^8.9.0",
"postcss": "^8.4.31",
"postcss-modules": "^6.0.0",
"prettier": "3.1.0",
"react-test-renderer": "^18.2.0",
"rimraf": "^5.0.5",
"storybook": "^7.5.3",
"storybook-react-i18next": "^2.0.9",
"tailwindcss": "^3.3.5",
"typescript": "5.2.2",
"vite": "^4.5.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-graphql-codegen": "^3.3.1",
"vite-plugin-manifest-sri": "^0.1.0",
"vite-plugin-svgr": "^4.1.0",
"vitest": "^0.34.6"
}
}