We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e896d1 commit 0c05a1aCopy full SHA for 0c05a1a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-input-color",
3
- "version": "4.0.0",
+ "version": "4.1.0",
4
"description": "React input color component with hsv color picker",
5
"main": "dist/index.cjs.js",
6
"module": "dist/index.esm.js",
@@ -56,7 +56,7 @@
56
"react-input-slider": "^5.1.2"
57
},
58
"peerDependencies": {
59
- "react": "^16.8.4",
+ "react": "^16.8.4 || ^17.0.0 || ^18.0.0",
60
"react-dom": "^16.8.4"
61
62
"repository": {
0 commit comments