Skip to content

Commit

Permalink
feat: update to latest component library
Browse files Browse the repository at this point in the history
  • Loading branch information
aldeed committed Feb 13, 2019
1 parent 9baa2a3 commit cbbacdd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@material-ui/core": "^3.1.0",
"@reactioncommerce/components": "^0.61.0",
"@reactioncommerce/components": "^0.63.0",
"@reactioncommerce/components-context": "^1.1.0",
"@segment/snippet": "^4.3.1",
"apollo-cache-inmemory": "^1.1.11",
Expand Down
22 changes: 18 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,13 @@
core-js "^2.5.3"
regenerator-runtime "^0.11.1"

"@babel/runtime@^7.3.1":
version "7.3.1"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.3.1.tgz#574b03e8e8a9898eaf4a872a92ea20b7846f6f2a"
integrity sha512-7jGW8ppV0ant637pIqAcFfQDDH1orEPGJb8aXfUozuCU3QqX7rX4DA8iwrbPrR1hcH0FTTHz47yQnk+bl5xHQA==
dependencies:
regenerator-runtime "^0.12.0"

"@babel/template@7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0.tgz#c2bc9870405959c89a9c814376a2ecb247838c80"
Expand Down Expand Up @@ -1024,18 +1031,20 @@
dependencies:
hoist-non-react-statics "^3.2.0"

"@reactioncommerce/components@^0.61.0":
version "0.61.0"
resolved "https://registry.yarnpkg.com/@reactioncommerce/components/-/components-0.61.0.tgz#6a29d2ddd08f992ed2879cc66590216183eb9bdd"
"@reactioncommerce/components@^0.63.0":
version "0.63.0"
resolved "https://registry.yarnpkg.com/@reactioncommerce/components/-/components-0.63.0.tgz#ae900ef9105363c7fd40c7cb04f9af112d5cd61e"
integrity sha512-eNvyjYA+uRJQwGOTuujMoGWGHJ2enZhnacInDCUM732ZcDFuwpRHpx8PTbrMxgBk7Ig4o86qRmqauoz3g30xTw==
dependencies:
"@babel/runtime" "^7.3.1"
"@material-ui/core" "^3.1.0"
accounting-js "^1.1.1"
lodash.debounce "^4.0.8"
lodash.get "^4.4.2"
lodash.isempty "^4.4.0"
lodash.isequal "^4.5.0"
lodash.uniqueid "^4.0.1"
mdi-material-ui "^5.4.0"
mdi-material-ui "^5.8.0"
react-is "^16.4.1"
react-select "^2.0.0"

Expand Down Expand Up @@ -5771,6 +5780,11 @@ mdi-material-ui@^5.4.0:
version "5.4.0"
resolved "https://registry.yarnpkg.com/mdi-material-ui/-/mdi-material-ui-5.4.0.tgz#355526e342414bb5a320bd35cdbd4b653fadea18"

mdi-material-ui@^5.8.0:
version "5.9.0"
resolved "https://registry.yarnpkg.com/mdi-material-ui/-/mdi-material-ui-5.9.0.tgz#88d662a0c618224e8150d02b3f7f2ab2569803a0"
integrity sha512-+3vYdXmh3zS/FhIb/0+fGLoplgVGxOtK6zxP7hhDZ9nVYxhSP85n+Uh/g5qLb/W1mXihOxEGkcKS2p+dxYBg6w==

meant@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/meant/-/meant-1.0.0.tgz#cb6286e3b7af9315f16118fdc224726ed38074bb"
Expand Down

0 comments on commit cbbacdd

Please sign in to comment.