Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
NewOldMax committed Jan 29, 2020
1 parent 561b58f commit 359af51
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 72 deletions.
100 changes: 34 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-material-ui-form-validator",
"version": "2.0.9",
"description": "Simple validator for forms designed with material-ui v1/v3 components.",
"description": "Simple validator for forms designed with material-ui v1/v3/v4 components.",
"main": "./lib/index.js",
"scripts": {
"build": "babel ./src -d ./lib --presets=es2015,react,stage-2",
Expand All @@ -24,13 +24,13 @@
},
"homepage": "https://github.com/NewOldMax/react-material-ui-form-validator#readme",
"dependencies": {
"react-form-validator-core": "0.6.4"
"react-form-validator-core": "0.6.4",
"prop-types": "^15.0.0"
},
"peerDependencies": {
"@material-ui/core": "^1.0.0 || ^3.0.0 || ^4.0.0",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0",
"prop-types": "^15.0.0"
"react-dom": "^15.0.0 || ^16.0.0"
},
"devDependencies": {
"babel-cli": "^6.3.17",
Expand All @@ -43,7 +43,6 @@
"babel-preset-stage-2": "6.16.0",
"babelify": "7.3.0",
"browserify": "13.1.0",
"bufferutil": "1.2.1",
"envify": "3.4.1",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^13.0.0",
Expand All @@ -52,7 +51,6 @@
"eslint-plugin-react": "^6.8.0",
"nodemon": "^1.18.10",
"uglify-js": "2.7.3",
"utf-8-validate": "1.2.1",
"watchify": "^3.11.1"
}
}

0 comments on commit 359af51

Please sign in to comment.