keycloak/js/libs/ui-shared/package.json
dependabot[bot] 56728a6979 Bump react-hook-form from 7.62.0 to 7.63.0 in /js
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.62.0 to 7.63.0.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.62.0...v7.63.0)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-version: 7.63.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-25 13:51:47 -03:00

72 lines
1.6 KiB
JSON

{
"name": "@keycloak/keycloak-ui-shared",
"version": "999.0.0-SNAPSHOT",
"type": "module",
"main": "./dist/keycloak-ui-shared.js",
"types": "./dist/keycloak-ui-shared.d.ts",
"exports": {
".": {
"import": "./dist/keycloak-ui-shared.js",
"types": "./dist/keycloak-ui-shared.d.ts"
}
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "wireit",
"lint": "wireit"
},
"wireit": {
"build": {
"command": "vite build",
"dependencies": [
"../keycloak-admin-client:build"
],
"files": [
"src",
"tsconfig.json",
"vite.config.ts"
],
"output": [
"dist"
]
},
"lint": {
"command": "eslint .",
"dependencies": [
"../keycloak-admin-client:build"
]
}
},
"dependencies": {
"@keycloak/keycloak-admin-client": "workspace:*",
"@patternfly/react-core": "^5.4.14",
"@patternfly/react-icons": "^5.4.2",
"@patternfly/react-styles": "^5.4.1",
"@patternfly/react-table": "^5.4.16",
"i18next": "^25.5.2",
"keycloak-js": "^26.2.0",
"lodash-es": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "7.63.0",
"react-i18next": "^15.7.3"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react-swc": "^4.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^7.1.6",
"vite-plugin-checker": "^0.10.3",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-lib-inject-css": "^2.2.2",
"vitest": "^3.2.4"
}
}