Skip to content

Commit

Permalink
chore(deps): update dependency babel-loader to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2023
1 parent 31eeded commit 1654726
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@storybook/react": "6.5.13",
"@storybook/testing-library": "0.0.13",
"@svgr/webpack": "6.5.1",
"babel-loader": "8.3.0",
"babel-loader": "9.1.2",
"eslint": "8.27.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@testing-library/react": "12.1.5",
"autoprefixer": "10.4.13",
"babel-jest": "29.2.2",
"babel-loader": "8.3.0",
"babel-loader": "9.1.2",
"css-loader": "6.7.2",
"css-minimizer-webpack-plugin": "4.2.2",
"gulp": "4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"babel-jest": "29.2.2",
"babel-loader": "8.3.0",
"babel-loader": "9.1.2",
"css-loader": "6.7.2",
"css-minimizer-webpack-plugin": "4.2.2",
"jest": "29.2.2",
Expand Down
26 changes: 12 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4665,7 +4665,7 @@ __metadata:
"@testing-library/react": 12.1.5
autoprefixer: 10.4.13
babel-jest: 29.2.2
babel-loader: 8.3.0
babel-loader: 9.1.2
classnames: 2.3.2
css-loader: 6.7.2
css-minimizer-webpack-plugin: 4.2.2
Expand Down Expand Up @@ -4743,7 +4743,7 @@ __metadata:
"@storybook/react": 6.5.13
"@storybook/testing-library": 0.0.13
"@svgr/webpack": 6.5.1
babel-loader: 8.3.0
babel-loader: 9.1.2
eslint: 8.27.0
eslint-config-prettier: 8.5.0
eslint-plugin-prettier: 4.2.1
Expand Down Expand Up @@ -4827,7 +4827,7 @@ __metadata:
"@testing-library/react": 12.1.5
antd: ~4.24.0
babel-jest: 29.2.2
babel-loader: 8.3.0
babel-loader: 9.1.2
css-loader: 6.7.2
css-minimizer-webpack-plugin: 4.2.2
jest: 29.2.2
Expand Down Expand Up @@ -8364,18 +8364,16 @@ __metadata:
languageName: node
linkType: hard

"babel-loader@npm:8.3.0":
version: 8.3.0
resolution: "babel-loader@npm:8.3.0"
"babel-loader@npm:9.1.2":
version: 9.1.2
resolution: "babel-loader@npm:9.1.2"
dependencies:
find-cache-dir: ^3.3.1
loader-utils: ^2.0.0
make-dir: ^3.1.0
schema-utils: ^2.6.5
find-cache-dir: ^3.3.2
schema-utils: ^4.0.0
peerDependencies:
"@babel/core": ^7.0.0
webpack: ">=2"
checksum: d48bcf9e030e598656ad3ff5fb85967db2eaaf38af5b4a4b99d25618a2057f9f100e6b231af2a46c1913206db506115ca7a8cbdf52c9c73d767070dae4352ab5
"@babel/core": ^7.12.0
webpack: ">=5"
checksum: f0edb8e157f9806b810ba3f2c8ca8fa489d377ae5c2b7b00c2ace900a6925641ce4ec520b9c12f70e37b94aa5366e7003e0f6271b26821643e109966ce741cb7
languageName: node
linkType: hard

Expand Down Expand Up @@ -12657,7 +12655,7 @@ __metadata:
languageName: node
linkType: hard

"find-cache-dir@npm:^3.3.1":
"find-cache-dir@npm:^3.3.1, find-cache-dir@npm:^3.3.2":
version: 3.3.2
resolution: "find-cache-dir@npm:3.3.2"
dependencies:
Expand Down

0 comments on commit 1654726

Please sign in to comment.