Skip to content

Commit 68c9139

Browse files
authored
chore: update to v0.4.8 (#106)
* fix: wrong margin for Inputs * chore: v04.8
1 parent 606909e commit 68c9139

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ npm install material-ui-color
7373
you need to have in your dependencies:
7474

7575
```
76-
"@material-ui/core": "^4.9.5",
77-
"material-ui-popup-state": "^1.5.3",
76+
"@material-ui/core": "^4.11.2",
77+
"material-ui-popup-state": "^1.7.1",
7878
"prop-types": "^15.7.2",
79-
"react": "^16.12.0",
80-
"react-dom": "^16.12.0",
81-
"styled-components": "^5.0.1"
79+
"react": "^17.0.1",
80+
"react-dom": "^17.0.1",
81+
"styled-components": "^5.2.1"
8282
```
8383

8484
`material-ui-color` bring 5 components.

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-ui-color",
3-
"version": "0.4.6",
3+
"version": "0.4.8",
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",
@@ -55,6 +55,7 @@
5555
"material-ui-popup-state": "^1.7.1",
5656
"packito": "^0.5.0",
5757
"prettier": "^1.19.1",
58+
"prop-types": "^15.7.2",
5859
"react": "^17.0.1",
5960
"react-dom": "^17.0.1",
6061
"react-refresh": "^0.7.2",
@@ -81,12 +82,12 @@
8182
}
8283
},
8384
"peerDependencies": {
84-
"@material-ui/core": "^4.10.1",
85-
"material-ui-popup-state": "^1.5.4",
86-
"prop-types": "15.7.2",
87-
"react": "^16.13.1",
88-
"react-dom": "^16.13.1",
89-
"styled-components": "^5.1.1"
85+
"@material-ui/core": "^4.11.2",
86+
"material-ui-popup-state": "^1.7.1",
87+
"prop-types": "^15.7.2",
88+
"react": "^17.0.1",
89+
"react-dom": "^17.0.1",
90+
"styled-components": "^5.2.1"
9091
},
9192
"dependencies": {},
9293
"jest": {

0 commit comments

Comments
 (0)