Skip to content

Commit 93886fb

Browse files
authored
fix bundle error (#194)
1 parent db77992 commit 93886fb

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"prettier": "^2.2.1",
9999
"react": "^17.0.2",
100100
"react-dom": "^17.0.2",
101-
"react-hook-form": "^7.33.1",
101+
"react-hook-form": "^7.43.5",
102102
"rimraf": "^3.0.2",
103103
"rollup": "^2.45.2",
104104
"rollup-plugin-peer-deps-external": "^2.2.4",

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6412,6 +6412,11 @@ fill-range@^4.0.0:
64126412
version "4.0.0"
64136413
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7"
64146414
integrity sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==
6415+
dependencies:
6416+
extend-shallow "^2.0.1"
6417+
is-number "^3.0.0"
6418+
repeat-string "^1.6.1"
6419+
to-regex-range "^2.1.0"
64156420

64166421
fill-range@^7.0.1:
64176422
version "7.0.1"
@@ -10371,10 +10376,10 @@ react-element-to-jsx-string@^14.3.4:
1037110376
is-plain-object "5.0.0"
1037210377
react-is "17.0.2"
1037310378

10374-
react-hook-form@^7.33.1:
10375-
version "7.33.1"
10376-
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.33.1.tgz#8c4410e3420788d3b804d62cc4c142915c2e46d0"
10377-
integrity sha512-ydTfTxEJdvgjCZBj5DDXRc58oTEfnFupEwwTAQ9FSKzykEJkX+3CiAkGtAMiZG7IPWHuzgT6AOBfogiKhUvKgg==
10379+
react-hook-form@7.43.5:
10380+
version "7.43.5"
10381+
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.43.5.tgz#b320405594f1506d8d57b954383166d4ff563778"
10382+
integrity sha512-YcaXhuFHoOPipu5pC7ckxrLrialiOcU91pKu8P+isAcXZyMgByUK9PkI9j5fENO4+6XU5PwWXRGMIFlk9u9UBQ==
1037810383

1037910384
react-inspector@^5.1.0:
1038010385
version "5.1.1"

0 commit comments

Comments
 (0)