Skip to content

Commit

Permalink
Update @storybook/addon-actions from 3.4.3 to 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependencies-bot committed May 14, 2018
1 parent e821794 commit c2257cb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"storybook": "start-storybook -p 9009 -s src/pages"
},
"dependencies": {
"@storybook/addon-actions": "^3.4.3",
"@storybook/addon-actions": "^3.4.4",
"@storybook/addon-links": "^3.4.3",
"@storybook/addons": "^3.4.3",
"@storybook/react": "^3.4.3",
Expand Down
25 changes: 24 additions & 1 deletion docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


"@storybook/addon-actions@3.4.3", "@storybook/addon-actions@^3.4.3":
"@storybook/addon-actions@3.4.3":
version "3.4.3"
resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-3.4.3.tgz#27ac798cb0085c9588c4fd0a1c4cbfa32ce3bd54"
dependencies:
Expand All @@ -17,6 +17,21 @@
react-inspector "^2.2.2"
uuid "^3.2.1"

"@storybook/addon-actions@^3.4.4":
version "3.4.4"
resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-3.4.4.tgz#03cc675977b6c6ce44a4dd7e2d36a910848af85f"
dependencies:
"@storybook/components" "3.4.4"
babel-runtime "^6.26.0"
deep-equal "^1.0.1"
glamor "^2.20.40"
glamorous "^4.12.1"
global "^4.3.2"
make-error "^1.3.4"
prop-types "^15.6.1"
react-inspector "^2.2.2"
uuid "^3.2.1"

"@storybook/addon-links@3.4.3", "@storybook/addon-links@^3.4.3":
version "3.4.3"
resolved "https://registry.yarnpkg.com/@storybook/addon-links/-/addon-links-3.4.3.tgz#93bb28e10830b1b230be8b1710265d5d06453bde"
Expand Down Expand Up @@ -54,6 +69,14 @@
glamorous "^4.12.1"
prop-types "^15.6.1"

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

"@storybook/core@3.4.3":
version "3.4.3"
resolved "https://registry.yarnpkg.com/@storybook/core/-/core-3.4.3.tgz#40375ad652e3b22e2c3373e05cb9cff0456f3865"
Expand Down

0 comments on commit c2257cb

Please sign in to comment.