Skip to content

Commit 99b673c

Browse files
committed
chore: peer dependency conflict
1 parent 74cd79a commit 99b673c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-ui-color",
3-
"version": "0.4.9",
3+
"version": "0.4.10",
44
"description": "The lightest colorpicker for React Material-Ui. No dependencies. It uses Hooks and support RGBA, HSVA, and more !",
55
"main": "index.js",
66
"module": "./esm/index.js",
@@ -82,12 +82,12 @@
8282
}
8383
},
8484
"peerDependencies": {
85-
"@material-ui/core": "^4.11.2",
86-
"material-ui-popup-state": "^1.7.1",
85+
"@material-ui/core": "^4.9.5",
86+
"material-ui-popup-state": "^1.5.3",
8787
"prop-types": "^15.7.2",
88-
"react": "^17.0.1",
89-
"react-dom": "^17.0.1",
90-
"styled-components": "^5.2.1"
88+
"react": "^16.12.0",
89+
"react-dom": "^16.12.0",
90+
"styled-components": "^5.0.1"
9191
},
9292
"dependencies": {},
9393
"jest": {

0 commit comments

Comments
 (0)