Merge pull request #5961 from storybooks/5831-add-corejs-to-everything

Add core JS dependencies across the stack where it was missing
This commit is contained in:
Michael Shilman 2019-03-08 11:31:28 +08:00 committed by GitHub
commit 142878878a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 18 additions and 0 deletions

View File

@ -28,6 +28,7 @@
"@storybook/components": "5.1.0-alpha.1",
"@storybook/core-events": "5.1.0-alpha.1",
"@storybook/theming": "5.1.0-alpha.1",
"core-js": "^2.6.5",
"markdown-to-jsx": "^6.9.1",
"prop-types": "^15.7.2",
"util-deprecate": "^1.0.2"

View File

@ -47,6 +47,7 @@
"babel-runtime": "^6.26.0",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"commander": "^2.19.0",
"core-js": "^2.6.5",
"dotenv-webpack": "^1.7.0",
"ejs": "^2.6.1",
"express": "^4.16.4",

View File

@ -23,6 +23,7 @@
"dependencies": {
"@storybook/channels": "5.1.0-alpha.1",
"@storybook/client-logger": "5.1.0-alpha.1",
"core-js": "^2.6.5",
"global": "^4.3.2",
"util-deprecate": "^1.0.2"
},

View File

@ -23,6 +23,7 @@
"dependencies": {
"@storybook/channels": "5.1.0-alpha.1",
"@storybook/client-logger": "5.1.0-alpha.1",
"core-js": "^2.6.5",
"global": "^4.3.2",
"telejson": "^2.1.1"
},

View File

@ -22,6 +22,7 @@
},
"dependencies": {
"@storybook/channels": "5.1.0-alpha.1",
"core-js": "^2.6.5",
"global": "^4.3.2",
"json-fn": "^1.1.1"
},

View File

@ -22,5 +22,8 @@
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"core-js": "^2.6.5"
}
}

View File

@ -22,5 +22,8 @@
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"core-js": "^2.6.5"
}
}

View File

@ -26,6 +26,7 @@
"@storybook/core-events": "5.1.0-alpha.1",
"@storybook/router": "5.1.0-alpha.1",
"@storybook/theming": "5.1.0-alpha.1",
"core-js": "^2.6.5",
"global": "^4.3.2",
"js-beautify": "^1.8.9",
"memoizerific": "^1.11.3",

View File

@ -22,5 +22,8 @@
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"core-js": "^2.6.5"
}
}

View File

@ -22,6 +22,7 @@
"dependencies": {
"@reach/router": "^1.2.1",
"@storybook/theming": "5.1.0-alpha.1",
"core-js": "^2.6.5",
"global": "^4.3.2",
"memoizerific": "^1.11.3",
"qs": "^6.6.0"

View File

@ -24,6 +24,7 @@
"@emotion/core": "^10.0.7",
"@emotion/styled": "^10.0.7",
"@storybook/client-logger": "5.1.0-alpha.1",
"core-js": "^2.6.5",
"common-tags": "^1.8.0",
"deep-object-diff": "^1.1.0",
"emotion-theming": "^10.0.7",

View File

@ -28,6 +28,7 @@
"@storybook/core-events": "5.1.0-alpha.1",
"@storybook/router": "5.1.0-alpha.1",
"@storybook/theming": "5.1.0-alpha.1",
"core-js": "^2.6.5",
"fast-deep-equal": "^2.0.1",
"fuzzy-search": "^3.0.1",
"global": "^4.3.2",