keycloak-scim/apps/account-ui/package.json
dependabot[bot] 2bd404b0b2
Bump @patternfly/react-core from 4.258.3 to 4.258.6 (#3719)
Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react) from 4.258.3 to 4.258.6.
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.258.3...@patternfly/react-core@4.258.6)

---
updated-dependencies:
- dependency-name: "@patternfly/react-core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-11-08 11:28:47 -05:00

61 lines
1.5 KiB
JSON

{
"name": "account-ui",
"scripts": {
"dev": "wireit",
"build": "wireit",
"preview": "wireit",
"lint": "wireit"
},
"dependencies": {
"@patternfly/patternfly": "^4.219.2",
"@patternfly/react-core": "^4.258.6",
"@patternfly/react-icons": "^4.92.10",
"i18next": "^22.0.2",
"i18next-http-backend": "^2.0.1",
"keycloak-js": "999.0.0-dev",
"keycloak-masthead": "999.0.0-dev",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.38.0",
"react-i18next": "^12.0.0",
"react-router": "^6.4.3",
"react-router-dom": "^6.4.3"
},
"devDependencies": {
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.16",
"@vitejs/plugin-react": "^2.2.0",
"vite": "^3.2.2",
"vite-plugin-checker": "^0.5.1"
},
"wireit": {
"dev": {
"command": "vite --host",
"dependencies": [
"../../libs/keycloak-masthead:build",
"../../libs/keycloak-js:build"
]
},
"preview": {
"command": "vite preview",
"dependencies": [
"../../libs/keycloak-masthead:build",
"../../libs/keycloak-js:build"
]
},
"build": {
"command": "vite build",
"dependencies": [
"../../libs/keycloak-masthead:build",
"../../libs/keycloak-js:build"
]
},
"lint": {
"command": "eslint . --ext js,jsx,mjs,ts,tsx",
"dependencies": [
"../../libs/keycloak-masthead:build",
"../../libs/keycloak-js:build"
]
}
}
}