We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d0dd2 commit 2e114baCopy full SHA for 2e114ba
package.json
@@ -10,7 +10,7 @@
10
"validation",
11
"material"
12
],
13
- "version": "1.10.11",
+ "version": "1.10.12",
14
"main": "./dist/index.js",
15
"types": "./dist/index.d.ts",
16
"license": "MIT",
@@ -37,10 +37,11 @@
37
}
38
},
39
"dependencies": {
40
+ "@date-io/date-fns": "^0.0.2",
41
"@react-form-fields/core": "^1.3.1",
42
"autosuggest-highlight": ">=3.0.0",
- "date-fns": ">=2.0.0-alpha.16",
43
- "material-ui-pickers": "1.0.0-rc.13",
+ "date-fns": "2.0.0-alpha.21",
44
+ "material-ui-pickers": "2.0.5",
45
"react-autosuggest": ">=9.0.0",
46
"react-color": ">=2.14.1",
47
"tslib": ">=1.9.2",
0 commit comments