Skip to content

Commit 7f7fbab

Browse files
committed
Update peer dependency of react final-form as required by #61
1 parent a9be6b5 commit 7f7fbab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"eslint-plugin-import": "^2.16.0",
5353
"eslint-plugin-jsx-a11y": "^6.2.1",
5454
"eslint-plugin-react": "^7.13.0",
55-
"final-form": "^4.18.2",
55+
"final-form": "^4.20.8",
5656
"flow-bin": "^0.102.0",
5757
"glow": "^1.2.2",
5858
"husky": "^3.0.0",
@@ -73,7 +73,7 @@
7373
"typescript": "^3.5.3"
7474
},
7575
"peerDependencies": {
76-
"final-form": "^4.18.2"
76+
"final-form": "^4.20.8"
7777
},
7878
"lint-staged": {
7979
"*.{js*,ts*,json,md,css}": [
@@ -101,4 +101,4 @@
101101
"threshold": "1kB"
102102
}
103103
]
104-
}
104+
}

0 commit comments

Comments
 (0)