Skip to content

Commit

Permalink
Merge pull request #4981 from storybooks/add-core-js-to-addons
Browse files Browse the repository at this point in the history
Add core-js to addons
  • Loading branch information
ndelangen authored and shilman committed Dec 12, 2018
1 parent a500e52 commit c13b97e
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions addons/a11y/package.json
Expand Up @@ -31,6 +31,7 @@
"@storybook/components": "4.1.0-alpha.12",
"@storybook/core-events": "4.1.0-alpha.12",
"axe-core": "^3.1.2",
"core-js": "^2.5.7",
"global": "^4.3.2",
"prop-types": "^15.6.2"
},
Expand Down
1 change: 1 addition & 0 deletions addons/actions/package.json
Expand Up @@ -26,6 +26,7 @@
"@storybook/addons": "4.1.0-alpha.12",
"@storybook/components": "4.1.0-alpha.12",
"@storybook/core-events": "4.1.0-alpha.12",
"core-js": "^2.5.7",
"deep-equal": "^1.0.1",
"global": "^4.3.2",
"lodash": "^4.17.11",
Expand Down
1 change: 1 addition & 0 deletions addons/backgrounds/package.json
Expand Up @@ -27,6 +27,7 @@
"@emotion/styled": "^0.10.6",
"@storybook/addons": "4.1.0-alpha.12",
"@storybook/core-events": "4.1.0-alpha.12",
"core-js": "^2.5.7",
"eventemitter3": "^3.1.0",
"global": "^4.3.2",
"prop-types": "^15.6.2",
Expand Down
1 change: 1 addition & 0 deletions addons/centered/package.json
Expand Up @@ -22,6 +22,7 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"core-js": "^2.5.7",
"global": "^4.3.2"
},
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions addons/cssresources/package.json
Expand Up @@ -28,6 +28,7 @@
"@storybook/addons": "4.1.0-alpha.12",
"@storybook/components": "4.1.0-alpha.12",
"@storybook/core-events": "4.1.0-alpha.12",
"core-js": "^2.5.7",
"global": "^4.3.2",
"prop-types": "^15.6.2",
"react-syntax-highlighter": "^10.0.0",
Expand Down
1 change: 1 addition & 0 deletions addons/events/package.json
Expand Up @@ -26,6 +26,7 @@
"@emotion/styled": "^0.10.6",
"@storybook/addons": "4.1.0-alpha.12",
"@storybook/core-events": "4.1.0-alpha.12",
"core-js": "^2.5.7",
"format-json": "^1.0.3",
"prop-types": "^15.6.2",
"react-lifecycles-compat": "^3.0.4",
Expand Down
1 change: 1 addition & 0 deletions addons/google-analytics/package.json
Expand Up @@ -22,6 +22,7 @@
},
"dependencies": {
"@storybook/addons": "4.1.0-alpha.12",
"core-js": "^2.5.7",
"global": "^4.3.2",
"react-ga": "^2.5.3"
},
Expand Down
1 change: 1 addition & 0 deletions addons/graphql/package.json
Expand Up @@ -21,6 +21,7 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"core-js": "^2.5.7",
"global": "^4.3.2",
"graphiql": "^0.12.0",
"graphql": "^14.0.2",
Expand Down
1 change: 1 addition & 0 deletions addons/info/package.json
Expand Up @@ -25,6 +25,7 @@
"@storybook/addons": "4.1.0-alpha.12",
"@storybook/client-logger": "4.1.0-alpha.12",
"@storybook/components": "4.1.0-alpha.12",
"core-js": "^2.5.7",
"global": "^4.3.2",
"marksy": "^6.1.0",
"nested-object-assign": "^1.0.1",
Expand Down
1 change: 1 addition & 0 deletions addons/jest/package.json
Expand Up @@ -30,6 +30,7 @@
"@emotion/styled": "^0.10.6",
"@storybook/addons": "4.1.0-alpha.12",
"@storybook/components": "4.1.0-alpha.12",
"core-js": "^2.5.7",
"global": "^4.3.2",
"prop-types": "^15.6.2",
"upath": "^1.1.0",
Expand Down
1 change: 1 addition & 0 deletions addons/knobs/package.json
Expand Up @@ -26,6 +26,7 @@
"@storybook/components": "4.1.0-alpha.12",
"@storybook/core-events": "4.1.0-alpha.12",
"copy-to-clipboard": "^3.0.8",
"core-js": "^2.5.7",
"escape-html": "^1.0.3",
"fast-deep-equal": "^2.0.1",
"global": "^4.3.2",
Expand Down
1 change: 1 addition & 0 deletions addons/links/package.json
Expand Up @@ -24,6 +24,7 @@
"@storybook/addons": "4.1.0-alpha.12",
"@storybook/components": "4.1.0-alpha.12",
"@storybook/core-events": "4.1.0-alpha.12",
"core-js": "^2.5.7",
"global": "^4.3.2",
"prop-types": "^15.6.2"
},
Expand Down
3 changes: 2 additions & 1 deletion addons/notes/package.json
Expand Up @@ -24,7 +24,8 @@
"dependencies": {
"@emotion/styled": "^0.10.6",
"@storybook/addons": "4.1.0-alpha.12",
"marked": "^0.5.1",
"core-js": "^2.5.7",
"marked": "^0.5.2",
"prop-types": "^15.6.2"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions addons/ondevice-backgrounds/package.json
Expand Up @@ -24,6 +24,7 @@
},
"dependencies": {
"@storybook/addons": "4.1.0-alpha.12",
"core-js": "^2.5.7",
"prop-types": "^15.6.2"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions addons/ondevice-knobs/package.json
Expand Up @@ -21,6 +21,7 @@
},
"dependencies": {
"@storybook/addons": "4.1.0-alpha.12",
"core-js": "^2.5.7",
"deep-equal": "^1.0.1",
"prop-types": "^15.6.2",
"react-native-color-picker": "^0.4.0",
Expand Down
1 change: 1 addition & 0 deletions addons/ondevice-notes/package.json
Expand Up @@ -19,6 +19,7 @@
},
"dependencies": {
"@storybook/addons": "4.1.0-alpha.12",
"core-js": "^2.5.7",
"prop-types": "^15.6.2",
"react-native-simple-markdown": "^1.1.0"
},
Expand Down
1 change: 1 addition & 0 deletions addons/options/package.json
Expand Up @@ -21,6 +21,7 @@
},
"dependencies": {
"@storybook/addons": "4.1.0-alpha.12",
"core-js": "^2.5.7",
"util-deprecate": "^1.0.2"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions addons/viewport/package.json
Expand Up @@ -24,6 +24,7 @@
"@storybook/addons": "4.1.0-alpha.12",
"@storybook/components": "4.1.0-alpha.12",
"@storybook/core-events": "4.1.0-alpha.12",
"core-js": "^2.5.7",
"global": "^4.3.2",
"prop-types": "^15.6.2",
"util-deprecate": "^1.0.2"
Expand Down

0 comments on commit c13b97e

Please sign in to comment.