Skip to content

Commit 2a3ec76

Browse files
committed
v3.1.0
1 parent a544e4d commit 2a3ec76

File tree

7 files changed

+250
-184
lines changed

7 files changed

+250
-184
lines changed

package-lock.json

Lines changed: 70 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-final-form",
3-
"version": "3.0.5",
3+
"version": "3.1.0",
44
"description":
55
"🏁 High performance subscription-based form state management for React",
66
"main": "dist/react-final-form.cjs.js",
@@ -42,8 +42,8 @@
4242
"eslint-plugin-import": "^2.8.0",
4343
"eslint-plugin-jsx-a11y": "^6.0.2",
4444
"eslint-plugin-react": "^7.4.0",
45-
"final-form": "^4.0.4",
46-
"flow-bin": "^0.63.1",
45+
"final-form": "^4.2.0",
46+
"flow-bin": "^0.64.0",
4747
"husky": "^0.14.3",
4848
"jest": "^22.1.4",
4949
"lint-staged": "^6.0.1",
@@ -66,7 +66,7 @@
6666
"typescript": "^2.6.2"
6767
},
6868
"peerDependencies": {
69-
"final-form": "^4.0.4",
69+
"final-form": "^4.2.0",
7070
"prop-types": "^15.6.0",
7171
"react": "^15.3.0 || ^16.0.0-0"
7272
},

0 commit comments

Comments
 (0)