Skip to content

Commit

Permalink
Fix peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arcatdmz committed Jul 11, 2020
1 parent ac5b575 commit 617bfc0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
11 changes: 9 additions & 2 deletions package-lock.json

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

8 changes: 5 additions & 3 deletions package.json
Expand Up @@ -38,8 +38,6 @@
},
"homepage": "https://github.com/arch-inc/react-color-modal#readme",
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-input-slider": "^5.1.7",
"tinycolor2": "^1.4.1"
},
Expand All @@ -57,6 +55,8 @@
"del-cli": "^3.0.1",
"next": "^9.4.4",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rollup": "^2.19.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-terser": "^6.1.0",
Expand All @@ -66,6 +66,8 @@
"typescript": "^3.9.6"
},
"peerDependencies": {
"styled-components": ">= 3"
"react": ">=16.8",
"react-dom": ">=16.8",
"styled-components": ">=3"
}
}

0 comments on commit 617bfc0

Please sign in to comment.