Skip to content

Commit 10bc98f

Browse files
[core] Patch correct dependencies
Closes #20168
1 parent 276b8ff commit 10bc98f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/material-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/core",
3-
"version": "4.9.6",
3+
"version": "4.9.7",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "React components that implement Google's Material Design.",
@@ -48,8 +48,8 @@
4848
},
4949
"dependencies": {
5050
"@babel/runtime": "^7.4.4",
51-
"@material-ui/styles": "^4.9.0",
52-
"@material-ui/system": "^4.9.3",
51+
"@material-ui/styles": "^4.9.6",
52+
"@material-ui/system": "^4.9.6",
5353
"@material-ui/types": "^5.0.0",
5454
"@material-ui/utils": "^4.9.6",
5555
"@types/react-transition-group": "^4.2.0",

0 commit comments

Comments
 (0)