keycloak-scim/js/libs/ui-shared/package.json
dependabot[bot] 2fa903e4ad
Bump react-hook-form from 7.52.2 to 7.53.0 (#32377)
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.52.2 to 7.53.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.52.2...v7.53.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 14:18:55 +02:00

72 lines
1.7 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/**",
"package.json",
"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.3.4",
"@patternfly/react-icons": "^5.3.2",
"@patternfly/react-styles": "^5.3.1",
"@patternfly/react-table": "^5.3.4",
"i18next": "^23.14.0",
"keycloak-js": "workspace:*",
"lodash-es": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "7.53.0",
"react-i18next": "^15.0.1"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^5.4.2",
"vite-plugin-checker": "^0.7.2",
"vite-plugin-dts": "^4.0.3",
"vite-plugin-lib-inject-css": "^2.1.1",
"vitest": "^2.0.5"
}
}