keycloak-scim/apps/account-ui/package.json
dependabot[bot] 886d5e0120
Bump i18next from 21.10.0 to 22.0.2 (#3626)
Bumps [i18next](https://github.com/i18next/i18next) from 21.10.0 to 22.0.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/v21.10.0...v22.0.2)

---
updated-dependencies:
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-24 10:11:32 +02:00

28 lines
733 B
JSON

{
"name": "account-ui",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext js,jsx,mjs,ts,tsx"
},
"dependencies": {
"@patternfly/patternfly": "^4.217.1",
"@patternfly/react-core": "^4.250.1",
"@patternfly/react-icons": "^4.92.6",
"i18next": "^22.0.2",
"i18next-http-backend": "^1.4.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.18.6",
"react-router": "^6.4.1",
"react-router-dom": "^6.4.1"
},
"devDependencies": {
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.16",
"@vitejs/plugin-react": "^2.1.0",
"vite": "^3.1.8",
"vite-plugin-checker": "^0.5.1"
}
}