Skip to content

Commit

Permalink
[core] Patch correct dependencies
Browse files Browse the repository at this point in the history
Closes mui#20168
  • Loading branch information
oliviertassinari committed Mar 18, 2020
1 parent 276b8ff commit 10bc98f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/core",
"version": "4.9.6",
"version": "4.9.7",
"private": false,
"author": "Material-UI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -48,8 +48,8 @@
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@material-ui/styles": "^4.9.0",
"@material-ui/system": "^4.9.3",
"@material-ui/styles": "^4.9.6",
"@material-ui/system": "^4.9.6",
"@material-ui/types": "^5.0.0",
"@material-ui/utils": "^4.9.6",
"@types/react-transition-group": "^4.2.0",
Expand Down

0 comments on commit 10bc98f

Please sign in to comment.