Skip to content

Commit

Permalink
fix: move react to peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan (Jony) Célio committed Mar 17, 2021
1 parent f1b1254 commit 1438f4e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,19 @@
"test": "jest --collectCoverage",
"test:ci": "jest --collectCoverage && codecov"
},
"peerDependencies": {
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
},
"dependencies": {
"colorthief": "2.3.2",
"prop-types": "15.7.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"tslib": "2.0.3",
"use-current-effect": "2.1.0"
},
"devDependencies": {
"react": "17.0.1",
"react-dom": "17.0.1",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@testing-library/react": "10.4.9",
Expand Down

0 comments on commit 1438f4e

Please sign in to comment.