Skip to content

Commit

Permalink
Update dependency react-hook-form to v7.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 1, 2021
1 parent 008eea8 commit cccadbc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/webadmin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"loglevel": "^1.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.18.0",
"react-hook-form": "7.18.1",
"react-hot-toast": "^2.1.1",
"react-redux": "^7.2.6",
"react-router": "^6.0.0-beta.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"next-validations": "0.1.10",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "7.18.0",
"react-hook-form": "7.18.1",
"react-query": "3.29.1",
"yup": "0.32.11"
},
Expand Down
10 changes: 4 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20755,10 +20755,10 @@ react-helmet-async@^1.0.7:
react-fast-compare "^3.2.0"
shallowequal "^1.1.0"

react-hook-form@7.18.0, react-hook-form@^7.18.0:
version "7.18.0"
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.18.0.tgz#2ba847096be0209e1f6e4d82e7168a037a2fe103"
integrity sha512-aTFs1jXGvpBBv4vYuhheVd9KbAZw/l3DOZhLIadNDyFddaDQmn+yJa63IZ14GDFz4NFgIi+ROkubfGJG2x6q2Q==
react-hook-form@7.18.1:
version "7.18.1"
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.18.1.tgz#dcd412a22fc1843bdb54d0acb21035a4a75f7435"
integrity sha512-T9Lv5nBnLzncEd2p87Bc0+LtNYS+ochURtyvw7Ln474xSGxoUjvVygXa3WPWTc/2lH1sw3VdGtSfNKC35vJd5A==

react-hot-toast@^2.1.1:
version "2.1.1"
Expand Down Expand Up @@ -24763,10 +24763,8 @@ watchpack@^1.7.4:
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.5.tgz#1267e6c55e0b9b5be44c2023aed5437a2c26c453"
integrity sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==
dependencies:
chokidar "^3.4.1"
graceful-fs "^4.1.2"
neo-async "^2.5.0"
watchpack-chokidar2 "^2.0.1"
optionalDependencies:
chokidar "^3.4.1"
watchpack-chokidar2 "^2.0.1"
Expand Down

0 comments on commit cccadbc

Please sign in to comment.