Skip to content

Commit

Permalink
chore(deps): update dependency babel-loader to v9 (#12731)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency babel-loader to v9

* chore(yarn): dedupe

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alison Joseph <alison.joseph@us.ibm.com>
Co-authored-by: Taylor Jones <taylor.jones826@gmail.com>
Co-authored-by: Taylor Jones <tay1orjones@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
5 people authored Dec 6, 2022
1 parent 8e5649d commit 50e1418
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"autoprefixer": "^10.4.0",
"babel-loader": "^8.2.3",
"babel-loader": "^9.0.0",
"babel-plugin-dev-expression": "^0.2.3",
"babel-preset-carbon": "^0.3.0",
"browserify-zlib": "^0.2.0",
Expand Down
23 changes: 18 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^5.38.1
"@typescript-eslint/parser": ^5.38.1
autoprefixer: ^10.4.0
babel-loader: ^8.2.3
babel-loader: ^9.0.0
babel-plugin-dev-expression: ^0.2.3
babel-preset-carbon: ^0.3.0
browserify-zlib: ^0.2.0
Expand Down Expand Up @@ -9628,6 +9628,19 @@ __metadata:
languageName: node
linkType: hard

"babel-loader@npm:^9.0.0":
version: 9.1.0
resolution: "babel-loader@npm:9.1.0"
dependencies:
find-cache-dir: ^3.3.2
schema-utils: ^4.0.0
peerDependencies:
"@babel/core": ^7.12.0
webpack: ">=5"
checksum: 774758febd1e8ca804abcae3b8f65634330dc688837424d0946f06d1386914de43435cce691710fa144eccdf1292cf883439ac3598ce7320916acfaaa2372641
languageName: node
linkType: hard

"babel-plugin-add-react-displayname@npm:^0.0.5":
version: 0.0.5
resolution: "babel-plugin-add-react-displayname@npm:0.0.5"
Expand Down Expand Up @@ -16072,14 +16085,14 @@ __metadata:
languageName: node
linkType: hard

"find-cache-dir@npm:^3.3.1":
version: 3.3.1
resolution: "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:
commondir: ^1.0.1
make-dir: ^3.0.2
pkg-dir: ^4.1.0
checksum: 0f7c22b65e07f9b486b4560227d014fab1e79ffbbfbafb87d113a2e878510bd620ef6fdff090e5248bb2846d28851d19e42bfdc7c50687966acc106328e7abf1
checksum: 1e61c2e64f5c0b1c535bd85939ae73b0e5773142713273818cc0b393ee3555fb0fd44e1a5b161b8b6c3e03e98c2fcc9c227d784850a13a90a8ab576869576817
languageName: node
linkType: hard

Expand Down

0 comments on commit 50e1418

Please sign in to comment.