Skip to content

Commit

Permalink
Merge pull request #14811 from osdiab/osdiab/lower-babel-loader-dep
Browse files Browse the repository at this point in the history
lower babel-loader required version everywhere
  • Loading branch information
shilman committed Aug 2, 2021
2 parents 6fedc7d + a84c879 commit df7b3f8
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion addons/docs/package.json
Expand Up @@ -118,7 +118,7 @@
"@types/prop-types": "^15.7.3",
"@types/tmp": "^0.2.0",
"@types/util-deprecate": "^1.0.0",
"babel-loader": "^8.2.2",
"babel-loader": "^8.0.0",
"babel-plugin-react-docgen": "^4.2.1",
"cross-spawn": "^7.0.3",
"fs-extra": "^9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion addons/storyshots/storyshots-core/package.json
Expand Up @@ -72,7 +72,7 @@
"@storybook/react": "6.4.0-alpha.22",
"@storybook/vue": "6.4.0-alpha.22",
"@storybook/vue3": "6.4.0-alpha.22",
"babel-loader": "^8.2.2",
"babel-loader": "^8.0.0",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.1",
"jest-emotion": "^10.0.32",
Expand Down
2 changes: 1 addition & 1 deletion examples/cra-react15/package.json
Expand Up @@ -11,7 +11,7 @@
"test": "react-scripts test --env=jsdom"
},
"dependencies": {
"babel-loader": "8.2.2",
"babel-loader": "^8.0.0",
"global": "^4.4.0",
"react": "^15.7.0",
"react-dom": "^15.7.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/ember-cli/package.json
Expand Up @@ -29,7 +29,7 @@
"@storybook/ember": "6.4.0-alpha.22",
"@storybook/ember-cli-storybook": "^0.2.1",
"@storybook/source-loader": "6.4.0-alpha.22",
"babel-loader": "^8",
"babel-loader": "^8.0.0",
"broccoli-asset-rev": "^3.0.0",
"cross-env": "^7.0.3",
"ember-ajax": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/preact-kitchen-sink/package.json
Expand Up @@ -28,7 +28,7 @@
"@types/prop-types": "^15.7.3",
"@types/react": "^17",
"@types/react-dom": "^17",
"babel-loader": "^8.2.2",
"babel-loader": "^8.0.0",
"cross-env": "^7.0.3",
"enzyme-adapter-preact": "^0.2.0",
"file-loader": "^6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-3-cli/package.json
Expand Up @@ -23,7 +23,7 @@
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"babel-loader": "^8.2.2",
"babel-loader": "^8.0.0",
"typescript": "~3.9.3",
"vue-jest": "^5.0.0-alpha.8",
"vue-loader": "^16.1.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-kitchen-sink/package.json
Expand Up @@ -27,7 +27,7 @@
"@storybook/source-loader": "6.4.0-alpha.22",
"@storybook/vue": "6.4.0-alpha.22",
"@vue/babel-preset-jsx": "^1.2.4",
"babel-loader": "^8.2.2",
"babel-loader": "^8.0.0",
"cross-env": "^7.0.3",
"file-loader": "^6.2.0",
"prop-types": "^15.7.2",
Expand Down
2 changes: 1 addition & 1 deletion lib/builder-webpack4/package.json
Expand Up @@ -78,7 +78,7 @@
"@types/node": "^14.0.10",
"@types/webpack": "^4.41.26",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.2.2",
"babel-loader": "^8.0.0",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-polyfill-corejs3": "^0.1.0",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/builder-webpack5/package.json
Expand Up @@ -74,7 +74,7 @@
"@storybook/semver": "^7.3.2",
"@storybook/theming": "6.4.0-alpha.22",
"@types/node": "^14.0.10",
"babel-loader": "^8.2.2",
"babel-loader": "^8.0.0",
"babel-plugin-macros": "^3.0.1",
"babel-plugin-polyfill-corejs3": "^0.1.0",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/core-common/package.json
Expand Up @@ -66,7 +66,7 @@
"@types/micromatch": "^4.0.1",
"@types/node": "^14.0.10",
"@types/pretty-hrtime": "^1.0.0",
"babel-loader": "^8.2.2",
"babel-loader": "^8.0.0",
"babel-plugin-macros": "^3.0.1",
"babel-plugin-polyfill-corejs3": "^0.1.0",
"chalk": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/manager-webpack4/package.json
Expand Up @@ -53,7 +53,7 @@
"@storybook/ui": "6.4.0-alpha.22",
"@types/node": "^14.0.10",
"@types/webpack": "^4.41.26",
"babel-loader": "^8.2.2",
"babel-loader": "^8.0.0",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"chalk": "^4.1.0",
"core-js": "^3.8.2",
Expand Down
2 changes: 1 addition & 1 deletion lib/manager-webpack5/package.json
Expand Up @@ -52,7 +52,7 @@
"@storybook/theming": "6.4.0-alpha.22",
"@storybook/ui": "6.4.0-alpha.22",
"@types/node": "^14.0.10",
"babel-loader": "^8.2.2",
"babel-loader": "^8.0.0",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"chalk": "^4.1.0",
"core-js": "^3.8.2",
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/package.json
Expand Up @@ -72,7 +72,7 @@
"devDependencies": {
"@babel/core": "^7.12.10",
"@testing-library/react": "^11.2.2",
"babel-loader": "^8.2.2",
"babel-loader": "^8.0.0",
"chromatic": "^5.6.0",
"enzyme": "^3.11.0",
"flush-promises": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -197,7 +197,7 @@
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-loader": "^8.0.0",
"babel-plugin-add-react-displayname": "^0.0.5",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-emotion": "^10.0.33",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Expand Up @@ -5976,7 +5976,7 @@ __metadata:
acorn: ^7.4.1
acorn-jsx: ^5.3.1
acorn-walk: ^7.2.0
babel-loader: ^8.2.2
babel-loader: ^8.0.0
babel-plugin-react-docgen: ^4.2.1
core-js: ^3.8.2
cross-spawn: ^7.0.3
Expand Down Expand Up @@ -6256,7 +6256,7 @@ __metadata:
"@types/glob": ^7.1.3
"@types/jest": ^26.0.16
"@types/jest-specific-snapshot": ^0.5.3
babel-loader: ^8.2.2
babel-loader: ^8.0.0
babel-plugin-require-context-hook: ^1.0.0
core-js: ^3.8.2
enzyme: ^3.11.0
Expand Down Expand Up @@ -6587,7 +6587,7 @@ __metadata:
"@types/webpack-hot-middleware": ^2.25.3
"@types/webpack-virtual-modules": ^0.1.0
autoprefixer: ^9.8.6
babel-loader: ^8.2.2
babel-loader: ^8.0.0
babel-plugin-macros: ^2.8.0
babel-plugin-polyfill-corejs3: ^0.1.0
case-sensitive-paths-webpack-plugin: ^2.3.0
Expand Down Expand Up @@ -6673,7 +6673,7 @@ __metadata:
"@types/webpack-dev-middleware": ^4.1.0
"@types/webpack-hot-middleware": ^2.25.3
"@types/webpack-virtual-modules": ^0.1.0
babel-loader: ^8.2.2
babel-loader: ^8.0.0
babel-plugin-macros: ^3.0.1
babel-plugin-polyfill-corejs3: ^0.1.0
case-sensitive-paths-webpack-plugin: ^2.3.0
Expand Down Expand Up @@ -6943,7 +6943,7 @@ __metadata:
"@types/mock-fs": ^4.13.0
"@types/node": ^14.0.10
"@types/pretty-hrtime": ^1.0.0
babel-loader: ^8.2.2
babel-loader: ^8.0.0
babel-plugin-macros: ^3.0.1
babel-plugin-polyfill-corejs3: ^0.1.0
chalk: ^4.1.0
Expand Down Expand Up @@ -7281,7 +7281,7 @@ __metadata:
"@types/webpack": ^4.41.26
"@types/webpack-dev-middleware": ^3.7.3
"@types/webpack-virtual-modules": ^0.1.0
babel-loader: ^8.2.2
babel-loader: ^8.0.0
case-sensitive-paths-webpack-plugin: ^2.3.0
chalk: ^4.1.0
core-js: ^3.8.2
Expand Down Expand Up @@ -7335,7 +7335,7 @@ __metadata:
"@types/terser-webpack-plugin": ^5.0.2
"@types/webpack-dev-middleware": ^4.1.0
"@types/webpack-virtual-modules": ^0.1.0
babel-loader: ^8.2.2
babel-loader: ^8.0.0
case-sensitive-paths-webpack-plugin: ^2.3.0
chalk: ^4.1.0
core-js: ^3.8.2
Expand Down Expand Up @@ -7628,7 +7628,7 @@ __metadata:
babel-core: ^7.0.0-bridge.0
babel-eslint: ^10.1.0
babel-jest: ^26.6.3
babel-loader: ^8.2.2
babel-loader: ^8.0.0
babel-plugin-add-react-displayname: ^0.0.5
babel-plugin-dynamic-import-node: ^2.3.3
babel-plugin-emotion: ^10.0.33
Expand Down Expand Up @@ -7894,7 +7894,7 @@ __metadata:
"@storybook/semver": ^7.3.2
"@storybook/theming": 6.4.0-alpha.22
"@testing-library/react": ^11.2.2
babel-loader: ^8.2.2
babel-loader: ^8.0.0
chromatic: ^5.6.0
copy-to-clipboard: ^3.3.1
core-js: ^3.8.2
Expand Down Expand Up @@ -12650,7 +12650,7 @@ __metadata:
languageName: node
linkType: hard

"babel-loader@npm:8.2.2, babel-loader@npm:^8, babel-loader@npm:^8.1.0, babel-loader@npm:^8.2.2":
"babel-loader@npm:8.2.2, babel-loader@npm:^8.0.0, babel-loader@npm:^8.1.0":
version: 8.2.2
resolution: "babel-loader@npm:8.2.2"
dependencies:
Expand Down Expand Up @@ -16604,7 +16604,7 @@ __metadata:
"@storybook/react": 6.4.0-alpha.22
"@storybook/theming": 6.4.0-alpha.22
babel-core: 6
babel-loader: 8.2.2
babel-loader: ^8.0.0
babel-runtime: 6
global: ^4.4.0
react: ^15.7.0
Expand Down Expand Up @@ -19193,7 +19193,7 @@ __metadata:
"@storybook/ember": 6.4.0-alpha.22
"@storybook/ember-cli-storybook": ^0.2.1
"@storybook/source-loader": 6.4.0-alpha.22
babel-loader: ^8
babel-loader: ^8.0.0
broccoli-asset-rev: ^3.0.0
cross-env: ^7.0.3
ember-ajax: ^5.0.0
Expand Down Expand Up @@ -34716,7 +34716,7 @@ fsevents@^1.2.7:
"@types/prop-types": ^15.7.3
"@types/react": ^17
"@types/react-dom": ^17
babel-loader: ^8.2.2
babel-loader: ^8.0.0
cross-env: ^7.0.3
enzyme-adapter-preact: ^0.2.0
file-loader: ^6.2.0
Expand Down Expand Up @@ -43426,7 +43426,7 @@ typescript@2.9.1:
"@vue/cli-plugin-typescript": ~4.5.0
"@vue/cli-service": ~4.5.0
"@vue/compiler-sfc": ^3.0.0
babel-loader: ^8.2.2
babel-loader: ^8.0.0
core-js: ^3.8.2
typescript: ~3.9.3
vue: ^3.0.0
Expand Down Expand Up @@ -43517,7 +43517,7 @@ typescript@2.9.1:
"@storybook/source-loader": 6.4.0-alpha.22
"@storybook/vue": 6.4.0-alpha.22
"@vue/babel-preset-jsx": ^1.2.4
babel-loader: ^8.2.2
babel-loader: ^8.0.0
cross-env: ^7.0.3
file-loader: ^6.2.0
prop-types: ^15.7.2
Expand Down

0 comments on commit df7b3f8

Please sign in to comment.