Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump babel-loader from 8.3.0 to 9.2.1 #54

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"@typescript-eslint/parser": "^5.51.0",
"@vanilla-extract/rollup-plugin": "1.3.6",
"@vanilla-extract/webpack-plugin": "2.3.10",
"babel-loader": "^8.3.0",
"babel-loader": "^9.2.1",
"chromatic": "6.10.2",
"concurrently": "^8.0.1",
"eslint": "^8.33.0",
Expand Down
43 changes: 41 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2828,7 +2828,7 @@ __metadata:
"@vanilla-extract/sprinkles": 1.5.1
"@vanilla-extract/webpack-plugin": 2.3.10
antd: 4.24.12
babel-loader: ^8.3.0
babel-loader: ^9.2.1
chromatic: 6.10.2
classnames: ^2.3.2
concurrently: ^8.0.1
Expand Down Expand Up @@ -9935,7 +9935,7 @@ __metadata:
languageName: node
linkType: hard

"babel-loader@npm:^8.0.0, babel-loader@npm:^8.3.0":
"babel-loader@npm:^8.0.0":
version: 8.3.0
resolution: "babel-loader@npm:8.3.0"
dependencies:
Expand All @@ -9950,6 +9950,19 @@ __metadata:
languageName: node
linkType: hard

"babel-loader@npm:^9.2.1":
version: 9.2.1
resolution: "babel-loader@npm:9.2.1"
dependencies:
find-cache-dir: ^4.0.0
schema-utils: ^4.0.0
peerDependencies:
"@babel/core": ^7.12.0
webpack: ">=5"
checksum: e1858d7625ad7cc8cabe6bbb8657f957041ffb1308375f359e92aa1654f413bfbb86a281bbf7cd4f7fff374d571c637b117551deac0231d779a198d4e4e78331
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 @@ -11481,6 +11494,13 @@ __metadata:
languageName: node
linkType: hard

"common-path-prefix@npm:^3.0.0":
version: 3.0.0
resolution: "common-path-prefix@npm:3.0.0"
checksum: fdb3c4f54e51e70d417ccd950c07f757582de800c0678ca388aedefefc84982039f346f9fd9a1252d08d2da9e9ef4019f580a1d1d3a10da031e4bb3c924c5818
languageName: node
linkType: hard

"commondir@npm:^1.0.1":
version: 1.0.1
resolution: "commondir@npm:1.0.1"
Expand Down Expand Up @@ -14634,6 +14654,16 @@ __metadata:
languageName: node
linkType: hard

"find-cache-dir@npm:^4.0.0":
version: 4.0.0
resolution: "find-cache-dir@npm:4.0.0"
dependencies:
common-path-prefix: ^3.0.0
pkg-dir: ^7.0.0
checksum: 52a456a80deeb27daa3af6e06059b63bdb9cc4af4d845fc6d6229887e505ba913cd56000349caa60bc3aa59dacdb5b4c37903d4ba34c75102d83cab330b70d2f
languageName: node
linkType: hard

"find-file-up@npm:^0.1.2":
version: 0.1.3
resolution: "find-file-up@npm:0.1.3"
Expand Down Expand Up @@ -21593,6 +21623,15 @@ __metadata:
languageName: node
linkType: hard

"pkg-dir@npm:^7.0.0":
version: 7.0.0
resolution: "pkg-dir@npm:7.0.0"
dependencies:
find-up: ^6.3.0
checksum: 94298b20a446bfbbd66604474de8a0cdd3b8d251225170970f15d9646f633e056c80520dd5b4c1d1050c9fed8f6a9e5054b141c93806439452efe72e57562c03
languageName: node
linkType: hard

"pkg-types@npm:^1.1.1":
version: 1.1.1
resolution: "pkg-types@npm:1.1.1"
Expand Down