From cb2d6dbfd4dfd9fec9e75df618a2bd24a9f5c610 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Sat, 21 Dec 2024 19:02:05 -0800 Subject: [PATCH] +react-hook-form --- package-lock.json | 17 +++++++++++++++++ package.json | 1 + 2 files changed, 18 insertions(+) diff --git a/package-lock.json b/package-lock.json index cb1de5ce5..4adebfd6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,6 +45,7 @@ "react-beautiful-dnd": "^13.1.1", "react-csv": "^2.2.2", "react-dom": "^18.3.1", + "react-hook-form": "^7.54.2", "react-katex": "^3.0.1", "react-markdown": "^9.0.1", "react-player": "^2.16.0", @@ -7714,6 +7715,22 @@ "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==", "license": "MIT" }, + "node_modules/react-hook-form": { + "version": "7.54.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.54.2.tgz", + "integrity": "sha512-eHpAUgUjWbZocoQYUHposymRb4ZP6d0uwUnooL2uOybA9/3tPUvoAKqEWK1WaSiTxxOfTpffNZP7QwlnM3/gEg==", + "license": "MIT", + "engines": { + "node": ">=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/react-hook-form" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17 || ^18 || ^19" + } + }, "node_modules/react-is": { "version": "19.0.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.0.0.tgz", diff --git a/package.json b/package.json index 6d4ce41b8..6eae8ec7d 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,7 @@ "react-beautiful-dnd": "^13.1.1", "react-csv": "^2.2.2", "react-dom": "^18.3.1", + "react-hook-form": "^7.54.2", "react-katex": "^3.0.1", "react-markdown": "^9.0.1", "react-player": "^2.16.0",