Merge pull request #19022 from storybookjs/cleanup-deps

Remove babel-loader from core-common
This commit is contained in:
Michael Shilman 2022-08-26 09:44:08 +08:00 committed by GitHub
commit cc76464d5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 7 deletions

View File

@ -75,7 +75,6 @@
"@types/express": "^4.7.0", "@types/express": "^4.7.0",
"@types/node": "^14.0.10 || ^16.0.0", "@types/node": "^14.0.10 || ^16.0.0",
"@types/pretty-hrtime": "^1.0.0", "@types/pretty-hrtime": "^1.0.0",
"babel-loader": "^8.2.5",
"babel-plugin-macros": "^3.0.1", "babel-plugin-macros": "^3.0.1",
"babel-plugin-polyfill-corejs3": "^0.1.0", "babel-plugin-polyfill-corejs3": "^0.1.0",
"chalk": "^4.1.0", "chalk": "^4.1.0",

View File

@ -58,13 +58,13 @@
"devDependencies": { "devDependencies": {
"@babel/core": "^7.11.5", "@babel/core": "^7.11.5",
"@types/util-deprecate": "^1.0.0", "@types/util-deprecate": "^1.0.0",
"jest-specific-snapshot": "^4.0.0",
"require-from-string": "^2.0.2",
"typescript": "~4.6.3" "typescript": "~4.6.3"
}, },
"peerDependencies": { "peerDependencies": {
"jest-specific-snapshot": "^4.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
"require-from-string": "^2.0.2"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"typescript": { "typescript": {

View File

@ -8129,7 +8129,6 @@ __metadata:
"@types/node": ^14.0.10 || ^16.0.0 "@types/node": ^14.0.10 || ^16.0.0
"@types/picomatch": ^2.3.0 "@types/picomatch": ^2.3.0
"@types/pretty-hrtime": ^1.0.0 "@types/pretty-hrtime": ^1.0.0
babel-loader: ^8.2.5
babel-plugin-macros: ^3.0.1 babel-plugin-macros: ^3.0.1
babel-plugin-polyfill-corejs3: ^0.1.0 babel-plugin-polyfill-corejs3: ^0.1.0
chalk: ^4.1.0 chalk: ^4.1.0
@ -9084,17 +9083,17 @@ __metadata:
escodegen: ^2.0.0 escodegen: ^2.0.0
global: ^4.4.0 global: ^4.4.0
html-tags: ^3.1.0 html-tags: ^3.1.0
jest-specific-snapshot: ^4.0.0
lodash: ^4.17.21 lodash: ^4.17.21
prop-types: ^15.7.2 prop-types: ^15.7.2
react-element-to-jsx-string: ^14.3.4 react-element-to-jsx-string: ^14.3.4
require-from-string: ^2.0.2
ts-dedent: ^2.0.0 ts-dedent: ^2.0.0
typescript: ~4.6.3 typescript: ~4.6.3
util-deprecate: ^1.0.2 util-deprecate: ^1.0.2
peerDependencies: peerDependencies:
jest-specific-snapshot: ^4.0.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
require-from-string: ^2.0.2
peerDependenciesMeta: peerDependenciesMeta:
typescript: typescript:
optional: true optional: true