Skip to content

Commit

Permalink
chore(deps): update dependency @storybook/addon-links to v3.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 3, 2018
1 parent 2a608a8 commit cd9fc79
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@storybook/addon-actions": "3.3.13",
"@storybook/addon-links": "3.3.13",
"@storybook/addon-links": "3.4.10",
"@storybook/react": "3.3.13",
"argparse": "1.0.10",
"axios": "0.18.0",
Expand Down
49 changes: 48 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,16 @@
react-inspector "^2.2.2"
uuid "^3.1.0"

"@storybook/addon-links@3.3.13", "@storybook/addon-links@^3.3.13":
"@storybook/addon-links@3.4.10":
version "3.4.10"
resolved "https://registry.yarnpkg.com/@storybook/addon-links/-/addon-links-3.4.10.tgz#db53d0a0b354e7f5e55195315f48f7045307a429"
dependencies:
"@storybook/components" "3.4.10"
babel-runtime "^6.26.0"
global "^4.3.2"
prop-types "^15.6.1"

"@storybook/addon-links@^3.3.13":
version "3.3.13"
resolved "https://registry.yarnpkg.com/@storybook/addon-links/-/addon-links-3.3.13.tgz#ea27db37e609a9036e4e6164ed52edf768b99eef"
dependencies:
Expand Down Expand Up @@ -109,6 +118,14 @@
version "3.3.13"
resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-3.3.13.tgz#a8d3120cf7e013a9e467c05dd440f529b3a93254"

"@storybook/components@3.4.10":
version "3.4.10"
resolved "https://registry.yarnpkg.com/@storybook/components/-/components-3.4.10.tgz#9af0bba14234d10f14a37656ac5982ec640cfcc8"
dependencies:
glamor "^2.20.40"
glamorous "^4.12.1"
prop-types "^15.6.1"

"@storybook/components@^3.3.13":
version "3.3.13"
resolved "https://registry.yarnpkg.com/@storybook/components/-/components-3.3.13.tgz#003addacf9c98d61a35246eb7c76908d38d323c4"
Expand Down Expand Up @@ -2714,6 +2731,10 @@ cssom@0.3.x, "cssom@>= 0.3.2 < 0.4.0":
dependencies:
cssom "0.3.x"

csstype@^2.2.0:
version "2.5.6"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.5.6.tgz#2ae1db2319642d8b80a668d2d025c6196071e788"

currently-unhandled@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
Expand Down Expand Up @@ -4074,6 +4095,19 @@ glamorous@^4.11.2:
react-html-attributes "^1.3.0"
svg-tag-names "^1.1.0"

glamorous@^4.12.1:
version "4.13.1"
resolved "https://registry.yarnpkg.com/glamorous/-/glamorous-4.13.1.tgz#8909afcbc7f09133c6eb26bedcc1250c1f774312"
dependencies:
brcast "^3.0.0"
csstype "^2.2.0"
fast-memoize "^2.2.7"
html-tag-names "^1.1.1"
is-function "^1.0.1"
is-plain-object "^2.0.4"
react-html-attributes "^1.4.2"
svg-tag-names "^1.1.0"

glob-base@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4"
Expand Down Expand Up @@ -6535,6 +6569,13 @@ prop-types@15.6.0, prop-types@15.x, prop-types@^15.5.10, prop-types@^15.5.4, pro
loose-envify "^1.3.1"
object-assign "^4.1.1"

prop-types@^15.6.1:
version "15.6.2"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
dependencies:
loose-envify "^1.3.1"
object-assign "^4.1.1"

propagate@0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/propagate/-/propagate-0.4.0.tgz#f3fcca0a6fe06736a7ba572966069617c130b481"
Expand Down Expand Up @@ -7052,6 +7093,12 @@ react-html-attributes@^1.3.0:
dependencies:
html-element-attributes "^1.0.0"

react-html-attributes@^1.4.2:
version "1.4.3"
resolved "https://registry.yarnpkg.com/react-html-attributes/-/react-html-attributes-1.4.3.tgz#8c36c35fce6b750938d286af428ed1da7625186e"
dependencies:
html-element-attributes "^1.0.0"

react-icon-base@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/react-icon-base/-/react-icon-base-2.1.0.tgz#a196e33fdf1e7aaa1fda3aefbb68bdad9e82a79d"
Expand Down

0 comments on commit cd9fc79

Please sign in to comment.