Skip to content

Commit

Permalink
fix(deps): update dependency @material-ui/core to v4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 12, 2019
1 parent 53a99c1 commit ee9bb94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@babel/preset-react": "7.6.3",
"@material-ui/core": "4.5.2",
"@material-ui/core": "4.6.1",
"@material-ui/icons": "4.5.1",
"@rails/actioncable": "6.0.0",
"@rails/activestorage": "6.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -758,13 +758,13 @@
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.7.2.tgz#53211e564604beb9befa7a4400ebf8147473eeef"
integrity sha512-RMtr1i6E8MXaBWwhXL3yeOU8JXRnz8GNxHvaUfVvwxokvayUY0zoBeWbKw1S9XkufmGEEdQd228pSZXFkAln8Q==

"@material-ui/core@4.5.2":
version "4.5.2"
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.5.2.tgz#90a27655db527326876f4390a9d28d69de2ed639"
integrity sha512-yARw/hwavOXqljP+biDXHcmfbC63n8EkA8C10/tZt7KkBp7fs+7+z3BNR+ffotd8/uhirIC1jQWWKdLoUc34yA==
"@material-ui/core@4.6.1":
version "4.6.1"
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.6.1.tgz#039f97443547a88c41d290deabfb4a044c6031ec"
integrity sha512-TljDMCJmi1zh7JhAFTp8qjIlbkVACiNftrcitzJJ+hAqpuP9PTO4euEkkAuYjISfUFZl3Z4kaOrBwN1HDrhIOQ==
dependencies:
"@babel/runtime" "^7.4.4"
"@material-ui/styles" "^4.5.2"
"@material-ui/styles" "^4.6.0"
"@material-ui/system" "^4.5.2"
"@material-ui/types" "^4.1.1"
"@material-ui/utils" "^4.5.2"
Expand All @@ -784,10 +784,10 @@
dependencies:
"@babel/runtime" "^7.4.4"

"@material-ui/styles@^4.5.2":
version "4.5.2"
resolved "https://registry.yarnpkg.com/@material-ui/styles/-/styles-4.5.2.tgz#95ac4641a3daed5ee9cc91af1e224d39efafbecb"
integrity sha512-QUqPk4tdPiDLs/1flB6qdAqUrYSxHv4YLCgvFeZw9A9OK/lf8LFjciF/SsSIDOCwoV2kf3BiGTzWUGjb/TTgzA==
"@material-ui/styles@^4.6.0":
version "4.6.0"
resolved "https://registry.yarnpkg.com/@material-ui/styles/-/styles-4.6.0.tgz#15679fab6dcbe0cc2416f01a22966f3ea26607c5"
integrity sha512-lqqh4UEMdIYcU1Yth4pQyMTah02uAkg3NOT3MirN9FUexdL8pNA6zCHigEgDSfwmvnXyxHhxTkphfy0DRfnt9w==
dependencies:
"@babel/runtime" "^7.4.4"
"@emotion/hash" "^0.7.1"
Expand Down

0 comments on commit ee9bb94

Please sign in to comment.