64810da785
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.45.4 to 7.46.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.45.4...v7.46.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>
53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"name": "ui-shared",
|
|
"type": "module",
|
|
"main": "./dist/ui-shared.js",
|
|
"types": "./dist/ui-shared.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/ui-shared.js",
|
|
"types": "./dist/ui-shared.d.ts"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "wireit",
|
|
"lint": "wireit"
|
|
},
|
|
"wireit": {
|
|
"build": {
|
|
"command": "vite build",
|
|
"files": [
|
|
"src/**",
|
|
"package.json",
|
|
"tsconfig.json",
|
|
"vite.config.ts"
|
|
],
|
|
"output": [
|
|
"dist/**"
|
|
]
|
|
},
|
|
"lint": {
|
|
"command": "eslint . --ext js,jsx,mjs,ts,tsx"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@patternfly/react-core": "^4.276.8",
|
|
"@patternfly/react-icons": "^4.93.6",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "7.46.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.21",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@vitejs/plugin-react-swc": "^3.3.2",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"vite": "^4.4.9",
|
|
"vite-plugin-checker": "^0.6.2",
|
|
"vite-plugin-dts": "^3.5.3",
|
|
"vitest": "^0.34.3"
|
|
}
|
|
}
|