Merged in fix/external-react-hook-form (pull request #2510)
Mark react-hook-form as external in design-system * Mark react-hook-form as external in design-system Approved-by: Joakim Jäderberg Approved-by: Linus Flood
This commit is contained in:
@@ -140,7 +140,8 @@
|
|||||||
"@radix-ui/react-slot": "^1.2.2",
|
"@radix-ui/react-slot": "^1.2.2",
|
||||||
"react": "^19.1.0",
|
"react": "^19.1.0",
|
||||||
"react-aria-components": "^1.8.0",
|
"react-aria-components": "^1.8.0",
|
||||||
"react-dom": "^19.1.0"
|
"react-dom": "^19.1.0",
|
||||||
|
"react-hook-form": "^7.56.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/eslintrc": "^3.3.1",
|
"@eslint/eslintrc": "^3.3.1",
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ export default defineConfig({
|
|||||||
'react-dom',
|
'react-dom',
|
||||||
'react/jsx-runtime',
|
'react/jsx-runtime',
|
||||||
'react-aria-components',
|
'react-aria-components',
|
||||||
|
'react-hook-form',
|
||||||
],
|
],
|
||||||
onwarn(warning, defaultHandler) {
|
onwarn(warning, defaultHandler) {
|
||||||
if (
|
if (
|
||||||
|
|||||||
Reference in New Issue
Block a user