We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77cb50 commit 7bd554fCopy full SHA for 7bd554f
2 files changed
lerna.json
@@ -6,6 +6,6 @@
6
"--production",
7
"--no-optional"
8
],
9
- "version": "1.4.2",
+ "version": "2.0.0",
10
"useWorkspaces": true
11
}
packages/reactReduxFormBase/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-redux-form-base",
3
4
"description": "Provides a composable form structure with validation",
5
"main": "lib/index.js",
"license": "MIT",
@@ -69,9 +69,9 @@
69
"cross-env": "5.0.5",
70
"enzyme": "3.3.0",
71
"eslint": "3.19.0",
72
+ "lodash": "4.17.10",
73
"mocha": "3.5.3",
74
"mochawesome": "2.3.1",
- "lodash": "4.17.10",
75
"nyc": "10.0.0",
76
"prop-types": "15.6.0",
77
"react": "16.4.1",
0 commit comments