Skip to content

Commit

Permalink
fix(deps): update mui monorepo to v4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 14, 2019
1 parent 312cfc6 commit 994755c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"dependencies": {
"@babel/preset-react": "7.6.3",
"@material-ui/core": "4.5.0",
"@material-ui/icons": "4.4.3",
"@material-ui/core": "4.5.1",
"@material-ui/icons": "4.5.1",
"@rails/actioncable": "6.0.0",
"@rails/activestorage": "6.0.0",
"@rails/actiontext": "6.0.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -751,10 +751,10 @@
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.7.2.tgz#53211e564604beb9befa7a4400ebf8147473eeef"
integrity sha512-RMtr1i6E8MXaBWwhXL3yeOU8JXRnz8GNxHvaUfVvwxokvayUY0zoBeWbKw1S9XkufmGEEdQd228pSZXFkAln8Q==

"@material-ui/core@4.5.0":
version "4.5.0"
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.5.0.tgz#7e57cc40988c71b6340e3b2569b47dbac1820351"
integrity sha512-UHVAjU+1uDtA+OMBNBHb4RlCZOu514XeYPafNJv+GTdXBDr1SCPK7yqRE6TV1/bulxlDusTgu5Q6BAUgpmO4MA==
"@material-ui/core@4.5.1":
version "4.5.1"
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.5.1.tgz#6f1bbb298cc2893b29169ab9398a00ca5a6ac971"
integrity sha512-6pyk7diT7bflf4qUpqgPCpKYqjhRHPFwsgEV2Gv71lMqwxuRygFGHE2TdZ+l5T249H66Doj2P/j6fW7yzgxTWw==
dependencies:
"@babel/runtime" "^7.4.4"
"@material-ui/styles" "^4.5.0"
Expand All @@ -772,10 +772,10 @@
prop-types "^15.7.2"
react-transition-group "^4.3.0"

"@material-ui/icons@4.4.3":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@material-ui/icons/-/icons-4.4.3.tgz#5d4346ddbb2673a1b57ebc78fd6d50bcd88711db"
integrity sha512-HVVvUyc/78kmaBd93LkfWyGkXMM+zOMKzUfulWXxaV/fFAZ3N0pD0oHjWUd94zrOoF3tZP9JC7EPlIpIcZSNow==
"@material-ui/icons@4.5.1":
version "4.5.1"
resolved "https://registry.yarnpkg.com/@material-ui/icons/-/icons-4.5.1.tgz#6963bad139e938702ece85ca43067688018f04f8"
integrity sha512-YZ/BgJbXX4a0gOuKWb30mBaHaoXRqPanlePam83JQPZ/y4kl+3aW0Wv9tlR70hB5EGAkEJGW5m4ktJwMgxQAeA==
dependencies:
"@babel/runtime" "^7.4.4"

Expand Down

0 comments on commit 994755c

Please sign in to comment.