Skip to content

Commit 359af51

Browse files
committed
Update deps
1 parent 561b58f commit 359af51

File tree

2 files changed

+38
-72
lines changed

2 files changed

+38
-72
lines changed

package-lock.json

Lines changed: 34 additions & 66 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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-material-ui-form-validator",
33
"version": "2.0.9",
4-
"description": "Simple validator for forms designed with material-ui v1/v3 components.",
4+
"description": "Simple validator for forms designed with material-ui v1/v3/v4 components.",
55
"main": "./lib/index.js",
66
"scripts": {
77
"build": "babel ./src -d ./lib --presets=es2015,react,stage-2",
@@ -24,13 +24,13 @@
2424
},
2525
"homepage": "https://github.com/NewOldMax/react-material-ui-form-validator#readme",
2626
"dependencies": {
27-
"react-form-validator-core": "0.6.4"
27+
"react-form-validator-core": "0.6.4",
28+
"prop-types": "^15.0.0"
2829
},
2930
"peerDependencies": {
3031
"@material-ui/core": "^1.0.0 || ^3.0.0 || ^4.0.0",
3132
"react": "^15.0.0 || ^16.0.0",
32-
"react-dom": "^15.0.0 || ^16.0.0",
33-
"prop-types": "^15.0.0"
33+
"react-dom": "^15.0.0 || ^16.0.0"
3434
},
3535
"devDependencies": {
3636
"babel-cli": "^6.3.17",
@@ -43,7 +43,6 @@
4343
"babel-preset-stage-2": "6.16.0",
4444
"babelify": "7.3.0",
4545
"browserify": "13.1.0",
46-
"bufferutil": "1.2.1",
4746
"envify": "3.4.1",
4847
"eslint": "^4.18.2",
4948
"eslint-config-airbnb": "^13.0.0",
@@ -52,7 +51,6 @@
5251
"eslint-plugin-react": "^6.8.0",
5352
"nodemon": "^1.18.10",
5453
"uglify-js": "2.7.3",
55-
"utf-8-validate": "1.2.1",
5654
"watchify": "^3.11.1"
5755
}
5856
}

0 commit comments

Comments
 (0)