Skip to content

Commit

Permalink
🐛 Bump Storybook version 4.1.x to its latest
Browse files Browse the repository at this point in the history
Suddenly having problem starting Storybook and need to bump the version to fix it according the following thread:
storybookjs/storybook#6248
  • Loading branch information
jimmyzhen committed Apr 16, 2019
1 parent ada8b2a commit 6b3cc56
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"not op_mini all"
],
"devDependencies": {
"@storybook/addon-actions": "4.1.11",
"@storybook/addon-links": "4.1.11",
"@storybook/addon-storyshots": "4.1.11",
"@storybook/addons": "4.1.11",
"@storybook/react": "4.1.11",
"@storybook/addon-actions": "4.1.18",
"@storybook/addon-links": "4.1.18",
"@storybook/addon-storyshots": "4.1.18",
"@storybook/addons": "4.1.18",
"@storybook/react": "4.1.18",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"enzyme": "3.8.0",
Expand Down

0 comments on commit 6b3cc56

Please sign in to comment.