Skip to content

Commit

Permalink
#3029 use @storybook/podda to fix npm engine version in podda
Browse files Browse the repository at this point in the history
  • Loading branch information
danielduan committed Feb 20, 2018
1 parent 3ad0ef8 commit 7dd2f15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"lodash.debounce": "^4.0.8",
"lodash.pick": "^4.4.0",
"lodash.sortby": "^4.7.0",
"podda": "^1.2.2",
"@storybook/podda": "^1.2.3",
"prop-types": "^15.6.0",
"qs": "^6.5.1",
"react-fuzzy": "^0.5.2",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,13 @@
"@storybook/react-simple-di" "^1.2.1"
babel-runtime "6.x.x"

"@storybook/podda@^1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@storybook/podda/-/podda-1.2.3.tgz#53c4a1a3f8c7bbd5755dff5c34576fd1af9d38ba"
dependencies:
babel-runtime "^6.11.6"
immutable "^3.8.1"

"@storybook/react-komposer@^2.0.1", "@storybook/react-komposer@^2.0.3":
version "2.0.3"
resolved "https://registry.yarnpkg.com/@storybook/react-komposer/-/react-komposer-2.0.3.tgz#f9e12a9586b2ce95c24c137eabb8b71527ddb369"
Expand Down Expand Up @@ -11670,13 +11677,6 @@ pngjs@^3.0.0, pngjs@^3.3.0:
version "3.3.1"
resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-3.3.1.tgz#8e14e6679ee7424b544334c3b2d21cea6d8c209a"

podda@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/podda/-/podda-1.2.2.tgz#15b0edbd334ade145813343f5ecf9c10a71cf500"
dependencies:
babel-runtime "^6.11.6"
immutable "^3.8.1"

[email protected], polymer-webpack-loader@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/polymer-webpack-loader/-/polymer-webpack-loader-2.0.1.tgz#d15d45328f6a6700366dfaee83fc606f39cdcee0"
Expand Down

0 comments on commit 7dd2f15

Please sign in to comment.