Skip to content

Commit

Permalink
⬆️ Update dependency @material-ui/core to v4.3.0 (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and timmo001 committed Jul 28, 2019
1 parent 997ba12 commit bf8bf0d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@feathersjs/authentication-client": "1.0.11",
"@feathersjs/feathers": "3.3.1",
"@feathersjs/socketio-client": "1.2.1",
"@material-ui/core": "4.2.1",
"@material-ui/core": "4.3.0",
"@material-ui/icons": "4.2.1",
"@mdi/font": "3.8.95",
"array-move": "2.1.0",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1241,17 +1241,17 @@
"@types/istanbul-reports" "^1.1.1"
"@types/yargs" "^12.0.9"

"@material-ui/core@4.2.1":
version "4.2.1"
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.2.1.tgz#18255c01d039ff856bfdb2f955fec6c9ae64a464"
integrity sha512-hasPQUFAb9OxKng7UX2+SjUWtVZbnkVJ/jHZWXTivVcU+UzvNIpA9AyRRQvZ8SPV6swP/HD2VzUBzoMEeRR6wg==
"@material-ui/core@4.3.0":
version "4.3.0"
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.3.0.tgz#ce44f7fad736f44b70f6d44d390ba8b848fcfca0"
integrity sha512-KAYvvq8Z/uP4zvdF3Adi53OfjmcnLiIi+KXb0vROkZ+soYkRQcw6X7VoCuQNwL7Sp7Rr1SSFTxgtJ3G+YBSVyA==
dependencies:
"@babel/runtime" "^7.2.0"
"@babel/runtime" "^7.4.4"
"@material-ui/styles" "^4.2.0"
"@material-ui/system" "^4.3.0"
"@material-ui/types" "^4.1.1"
"@material-ui/utils" "^4.1.0"
"@types/react-transition-group" "^2.0.16"
"@types/react-transition-group" "^4.2.0"
clsx "^1.0.2"
convert-css-length "^2.0.1"
deepmerge "^4.0.0"
Expand Down Expand Up @@ -1687,13 +1687,20 @@
"@types/react-dom" "*"
"@types/react-transition-group" "*"

"@types/react-transition-group@*", "@types/react-transition-group@^2.0.16":
"@types/react-transition-group@*":
version "2.9.2"
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-2.9.2.tgz#c48cf2a11977c8b4ff539a1c91d259eaa627028d"
integrity sha512-5Fv2DQNO+GpdPZcxp2x/OQG/H19A01WlmpjVD9cKvVFmoVLOZ9LvBgSWG6pSXIU4og5fgbvGPaCV5+VGkWAEHA==
dependencies:
"@types/react" "*"

"@types/react-transition-group@^4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.2.0.tgz#86ddb509ce3de27341c7cb7797abb99b1c4676bf"
integrity sha512-8KkpFRwqS9U1dtVVw1kt/MmWgLmbd5iK5TgqsaeC7fAm74J4j/HiBiRC8eETvwjGGju48RAwyZ3l5iv1H1x93Q==
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@16.8.23":
version "16.8.23"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.23.tgz#ec6be3ceed6353a20948169b6cb4c97b65b97ad2"
Expand Down

0 comments on commit bf8bf0d

Please sign in to comment.