Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sugarshin committed Mar 7, 2019
1 parent 2b48e6e commit e2dc97b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 40 deletions.
42 changes: 5 additions & 37 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -40,17 +40,15 @@
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"node-sass": "^4.10.0",
"prop-types": "^15.6.2",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"style-loader": "^0.23.1",
"webpack": "^3.12.0"
},
"peerDependencies": {
"prop-types": ">=15.5.8",
"react": ">=15.2.2"
},
"dependencies": {
"@types/react-image-crop": "^3.0.1"
"prop-types": ">=15.5.8"
}
}

0 comments on commit e2dc97b

Please sign in to comment.