Skip to content

Commit e620480

Browse files
committed
pin react-hook-form to a version that supports node 16
1 parent 073eac1 commit e620480

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gadgetinc/react",
3-
"version": "0.14.15",
3+
"version": "0.14.16",
44
"files": [
55
"README.md",
66
"dist/**/*"
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@gadgetinc/api-client-core": "^0.15.11",
3232
"react-fast-compare": "^3.2.2",
33-
"react-hook-form": "^7.46.1",
33+
"react-hook-form": "~7.48.2",
3434
"urql": "^4.0.4"
3535
},
3636
"resolutions": {

pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)