Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Moved react to peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Oct 6, 2020
1 parent acec56c commit edbc35e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
"classnames": "^2.2.6",
"datapackage": "^1.1.8",
"lodash": "^4.17.15",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hot-loader": "^4.12.20",
"react-redux": "^7.2.0",
"recompose": "^0.30.0",
"redux": "^4.0.5",
Expand All @@ -46,6 +43,10 @@
"tableschema": "^1.12.3",
"uuid": "^3.4.0"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
Expand Down Expand Up @@ -74,6 +75,9 @@
"mini-css-extract-plugin": "^0.9.0",
"npm-check-updates": "^4.1.0",
"prettier": "^2.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hot-loader": "^4.12.20",
"react-test-renderer": "^16.13.1",
"referencer": "^0.2.5",
"style-loader": "^1.1.3",
Expand Down

0 comments on commit edbc35e

Please sign in to comment.