Skip to content

Commit

Permalink
Addon-contexts, RN-server: Add core-js dep (#7094)
Browse files Browse the repository at this point in the history
Addon-contexts, RN-server: Add core-js dep
  • Loading branch information
shilman committed Jun 13, 2019
1 parent f129c15 commit 3a72834
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/contexts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"@storybook/addons": "5.1.4",
"@storybook/api": "5.1.4",
"@storybook/components": "5.1.4",
"@storybook/core-events": "5.1.4"
"@storybook/core-events": "5.1.4",
"core-js": "^3.0.1"
},
"peerDependencies": {
"global": "*",
Expand Down
1 change: 1 addition & 0 deletions app/react-native-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@storybook/core-events": "5.1.4",
"@storybook/ui": "5.1.4",
"commander": "^2.19.0",
"core-js": "^3.0.1",
"global": "^4.3.2",
"react": "^16.6.0",
"react-dom": "^16.8.3",
Expand Down

0 comments on commit 3a72834

Please sign in to comment.