fix react hook form

This commit is contained in:
João Geonizeli
2022-07-22 12:28:00 -03:00
parent feb72ce6a4
commit 20781746e6
17 changed files with 71 additions and 97 deletions

View File

@@ -3,7 +3,8 @@
"private": "true",
"dependencies": {
"@apollo/client": "^3.6.9",
"@ckeditor/ckeditor5-react": "^5.0.2",
"@ckeditor/ckeditor5-build-classic": "^21.0.0",
"@ckeditor/ckeditor5-react": "^2.1.0",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@nivo/core": "^0.79.0",
@@ -17,7 +18,7 @@
"react": "^18.2.0",
"react-avatar-edit": "^1.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^6.2.0",
"react-hook-form": "^7.33.1",
"react-icons": "^4.4.0",
"react-redux": "^8.0.2",
"react-router-dom": "^5.2.0",