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:
Anton Gunnarsson
2025-07-03 09:59:07 +00:00
parent e5f8394f50
commit aab4e5a0a1
3 changed files with 4 additions and 1 deletions

View File

@@ -140,7 +140,8 @@
"@radix-ui/react-slot": "^1.2.2",
"react": "^19.1.0",
"react-aria-components": "^1.8.0",
"react-dom": "^19.1.0"
"react-dom": "^19.1.0",
"react-hook-form": "^7.56.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",

View File

@@ -46,6 +46,7 @@ export default defineConfig({
'react-dom',
'react/jsx-runtime',
'react-aria-components',
'react-hook-form',
],
onwarn(warning, defaultHandler) {
if (

View File

@@ -6884,6 +6884,7 @@ __metadata:
react: ^19.1.0
react-aria-components: ^1.8.0
react-dom: ^19.1.0
react-hook-form: ^7.56.2
languageName: unknown
linkType: soft