diff --git a/packages/donations/package.json b/packages/donations/package.json index 80c3229..bfd55f4 100644 --- a/packages/donations/package.json +++ b/packages/donations/package.json @@ -14,7 +14,7 @@ "@types/superagent": "^4.1.10", "lodash": "^4.17.15", "react-async-hook": "^3.6.1", - "react-hook-form": "^6.4.0", + "react-hook-form": "^7.12.2", "stripe": "^8.86.0", "superagent": "^6.0.0", "theme-ui": "^0.3.1", diff --git a/packages/forms/package.json b/packages/forms/package.json index e92a5a4..668e05d 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -10,7 +10,7 @@ "@stripe/stripe-js": "^1.9.0", "@theme-ui/components": "^0.3.1", "lodash": "^4.17.15", - "react-hook-form": "^6.4.0", + "react-hook-form": "^7.12.2", "theme-ui": "^0.3.1", "yup": "^0.29.3" }, diff --git a/packages/subscriptions/package.json b/packages/subscriptions/package.json index 24ed138..14da4af 100644 --- a/packages/subscriptions/package.json +++ b/packages/subscriptions/package.json @@ -14,7 +14,7 @@ "mailchimp-api-v3": "^1.14.0", "md5": "^2.3.0", "react-async-hook": "^3.6.1", - "react-hook-form": "^6.4.0", + "react-hook-form": "^7.12.2", "stripe": "^8.86.0", "theme-ui": "^0.3.1", "yup": "^0.29.3" diff --git a/yarn.lock b/yarn.lock index 3d1e988..c7bd0a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12307,10 +12307,10 @@ react-helmet-async@^1.0.2: react-fast-compare "^3.0.1" shallowequal "^1.1.0" -react-hook-form@^6.4.0: - version "6.7.2" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-6.7.2.tgz#a6a498bff188cfead9fd8e4a1404bd53e0ebe66e" - integrity sha512-nZakWdvKqAuoz96UD463/lWND4/yMZIr4xTRdkyeN2JDnXbrWgCeVjwP6/mLw33WajMCHSdFW4tvJTq+bM9dzg== +react-hook-form@^7.12.2: + version "7.12.2" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.12.2.tgz#2660afbf03c4ef360a9314ebf46ce3d972296c77" + integrity sha512-cpxocjrgpMAJCMJQR51BQhMoEx80/EQqePNihMTgoTYTqCRbd2GExi+N4GJIr+cFqrmbwNj9wxk5oLWYQsUefg== react-hotkeys@2.0.0: version "2.0.0"