Skip to content

Commit 4b00cab

Browse files
authored
upgrade react-hook-form to 5.x (#20)
1 parent 29164fa commit 4b00cab

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"lodash": "^4.17.15",
1818
"react": "^16.12.0",
1919
"react-dom": "^16.12.0",
20-
"react-hook-form": "^4.9.2",
20+
"react-hook-form": "^5.6.1",
2121
"react-hook-form-devtools": "1.0.1-beta.1",
2222
"react-scripts": "3.3.1",
2323
"react-simple-animate": "^3.3.6",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hook-form-devtools",
3-
"version": "1.1.3",
3+
"version": "2.0.0",
44
"description": "React Hook Form dev tool to help debugging forms",
55
"main": "dist/react-hook-form-devtools.js",
66
"module": "dist/react-hook-form-devtools.es.js",
@@ -21,7 +21,7 @@
2121
"peerDependencies": {
2222
"react": "^16.12.0",
2323
"react-dom": "^16.12.0",
24-
"react-hook-form": "^4.9.2"
24+
"react-hook-form": "^5.6.1"
2525
},
2626
"dependencies": {
2727
"@emotion/core": "^10.0.27",
@@ -44,7 +44,7 @@
4444
"prettier": "^1.19.1",
4545
"react": "^16.12.0",
4646
"react-dom": "^16.12.0",
47-
"react-hook-form": "^4.9.2",
47+
"react-hook-form": "^5.6.1",
4848
"rollup": "^1.31.0",
4949
"rollup-plugin-typescript2": "^0.25.3",
5050
"ts-jest": "^25.2.0",

0 commit comments

Comments
 (0)