Skip to content

Commit 8450144

Browse files
committed
⬆️ deps: Upgrade babel monorepo to v7.24.0
1 parent f2c7090 commit 8450144

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
"dependencies": {},
8080
"devDependencies": {
8181
"@babel/cli": "7.23.9",
82-
"@babel/core": "7.23.9",
83-
"@babel/preset-env": "7.23.9",
82+
"@babel/core": "7.24.0",
83+
"@babel/preset-env": "7.24.0",
8484
"@commitlint/cli": "19.0.3",
8585
"@iterable-iterator/zip": "1.0.1",
8686
"@js-library/commitlint-config": "0.0.4",

yarn.lock

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -71,31 +71,26 @@
7171
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
7272
integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
7373

74-
"@babel/compat-data@^7.23.3":
75-
version "7.23.3"
76-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.3.tgz#3febd552541e62b5e883a25eb3effd7c7379db11"
77-
integrity sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==
78-
7974
"@babel/compat-data@^7.23.5":
8075
version "7.23.5"
8176
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
8277
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
8378

84-
"@babel/core@7.23.9":
85-
version "7.23.9"
86-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1"
87-
integrity sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==
79+
"@babel/core@7.24.0":
80+
version "7.24.0"
81+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.0.tgz#56cbda6b185ae9d9bed369816a8f4423c5f2ff1b"
82+
integrity sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==
8883
dependencies:
8984
"@ampproject/remapping" "^2.2.0"
9085
"@babel/code-frame" "^7.23.5"
9186
"@babel/generator" "^7.23.6"
9287
"@babel/helper-compilation-targets" "^7.23.6"
9388
"@babel/helper-module-transforms" "^7.23.3"
94-
"@babel/helpers" "^7.23.9"
95-
"@babel/parser" "^7.23.9"
96-
"@babel/template" "^7.23.9"
97-
"@babel/traverse" "^7.23.9"
98-
"@babel/types" "^7.23.9"
89+
"@babel/helpers" "^7.24.0"
90+
"@babel/parser" "^7.24.0"
91+
"@babel/template" "^7.24.0"
92+
"@babel/traverse" "^7.24.0"
93+
"@babel/types" "^7.24.0"
9994
convert-source-map "^2.0.0"
10095
debug "^4.1.0"
10196
gensync "^1.0.0-beta.2"
@@ -314,6 +309,11 @@
314309
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
315310
integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
316311

312+
"@babel/helper-plugin-utils@^7.24.0":
313+
version "7.24.0"
314+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz#945681931a52f15ce879fd5b86ce2dae6d3d7f2a"
315+
integrity sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==
316+
317317
"@babel/helper-remap-async-to-generator@^7.22.20":
318318
version "7.22.20"
319319
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz#7b68e1cb4fa964d2996fd063723fb48eca8498e0"
@@ -426,14 +426,14 @@
426426
"@babel/template" "^7.22.15"
427427
"@babel/types" "^7.22.19"
428428

429-
"@babel/helpers@^7.23.9":
430-
version "7.23.9"
431-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.9.tgz#c3e20bbe7f7a7e10cb9b178384b4affdf5995c7d"
432-
integrity sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==
429+
"@babel/helpers@^7.24.0":
430+
version "7.24.0"
431+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.0.tgz#a3dd462b41769c95db8091e49cfe019389a9409b"
432+
integrity sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA==
433433
dependencies:
434-
"@babel/template" "^7.23.9"
435-
"@babel/traverse" "^7.23.9"
436-
"@babel/types" "^7.23.9"
434+
"@babel/template" "^7.24.0"
435+
"@babel/traverse" "^7.24.0"
436+
"@babel/types" "^7.24.0"
437437

438438
"@babel/highlight@^7.16.0":
439439
version "7.16.0"
@@ -486,10 +486,10 @@
486486
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
487487
integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==
488488

489-
"@babel/parser@^7.23.9":
490-
version "7.23.9"
491-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
492-
integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
489+
"@babel/parser@^7.24.0":
490+
version "7.24.0"
491+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.0.tgz#26a3d1ff49031c53a97d03b604375f028746a9ac"
492+
integrity sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==
493493

494494
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3":
495495
version "7.23.3"
@@ -885,14 +885,14 @@
885885
"@babel/helper-plugin-utils" "^7.22.5"
886886
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
887887

888-
"@babel/plugin-transform-object-rest-spread@^7.23.4":
889-
version "7.23.4"
890-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.4.tgz#2b9c2d26bf62710460bdc0d1730d4f1048361b83"
891-
integrity sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==
888+
"@babel/plugin-transform-object-rest-spread@^7.24.0":
889+
version "7.24.0"
890+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.0.tgz#7b836ad0088fdded2420ce96d4e1d3ed78b71df1"
891+
integrity sha512-y/yKMm7buHpFFXfxVFS4Vk1ToRJDilIa6fKRioB9Vjichv58TDGXTvqV0dN7plobAmTW5eSEGXDngE+Mm+uO+w==
892892
dependencies:
893-
"@babel/compat-data" "^7.23.3"
894-
"@babel/helper-compilation-targets" "^7.22.15"
895-
"@babel/helper-plugin-utils" "^7.22.5"
893+
"@babel/compat-data" "^7.23.5"
894+
"@babel/helper-compilation-targets" "^7.23.6"
895+
"@babel/helper-plugin-utils" "^7.24.0"
896896
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
897897
"@babel/plugin-transform-parameters" "^7.23.3"
898898

@@ -1044,14 +1044,14 @@
10441044
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
10451045
"@babel/helper-plugin-utils" "^7.22.5"
10461046

1047-
"@babel/preset-env@7.23.9":
1048-
version "7.23.9"
1049-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.9.tgz#beace3b7994560ed6bf78e4ae2073dff45387669"
1050-
integrity sha512-3kBGTNBBk9DQiPoXYS0g0BYlwTQYUTifqgKTjxUwEUkduRT2QOa0FPGBJ+NROQhGyYO5BuTJwGvBnqKDykac6A==
1047+
"@babel/preset-env@7.24.0":
1048+
version "7.24.0"
1049+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.0.tgz#11536a7f4b977294f0bdfad780f01a8ac8e183fc"
1050+
integrity sha512-ZxPEzV9IgvGn73iK0E6VB9/95Nd7aMFpbE0l8KQFDG70cOV9IxRP7Y2FUPmlK0v6ImlLqYX50iuZ3ZTVhOF2lA==
10511051
dependencies:
10521052
"@babel/compat-data" "^7.23.5"
10531053
"@babel/helper-compilation-targets" "^7.23.6"
1054-
"@babel/helper-plugin-utils" "^7.22.5"
1054+
"@babel/helper-plugin-utils" "^7.24.0"
10551055
"@babel/helper-validator-option" "^7.23.5"
10561056
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.23.3"
10571057
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.23.3"
@@ -1104,7 +1104,7 @@
11041104
"@babel/plugin-transform-new-target" "^7.23.3"
11051105
"@babel/plugin-transform-nullish-coalescing-operator" "^7.23.4"
11061106
"@babel/plugin-transform-numeric-separator" "^7.23.4"
1107-
"@babel/plugin-transform-object-rest-spread" "^7.23.4"
1107+
"@babel/plugin-transform-object-rest-spread" "^7.24.0"
11081108
"@babel/plugin-transform-object-super" "^7.23.3"
11091109
"@babel/plugin-transform-optional-catch-binding" "^7.23.4"
11101110
"@babel/plugin-transform-optional-chaining" "^7.23.4"
@@ -1169,28 +1169,28 @@
11691169
"@babel/parser" "^7.22.5"
11701170
"@babel/types" "^7.22.5"
11711171

1172-
"@babel/template@^7.23.9":
1173-
version "7.23.9"
1174-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a"
1175-
integrity sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==
1172+
"@babel/template@^7.24.0":
1173+
version "7.24.0"
1174+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50"
1175+
integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==
11761176
dependencies:
11771177
"@babel/code-frame" "^7.23.5"
1178-
"@babel/parser" "^7.23.9"
1179-
"@babel/types" "^7.23.9"
1178+
"@babel/parser" "^7.24.0"
1179+
"@babel/types" "^7.24.0"
11801180

1181-
"@babel/traverse@^7.23.9":
1182-
version "7.23.9"
1183-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950"
1184-
integrity sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==
1181+
"@babel/traverse@^7.24.0":
1182+
version "7.24.0"
1183+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.0.tgz#4a408fbf364ff73135c714a2ab46a5eab2831b1e"
1184+
integrity sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==
11851185
dependencies:
11861186
"@babel/code-frame" "^7.23.5"
11871187
"@babel/generator" "^7.23.6"
11881188
"@babel/helper-environment-visitor" "^7.22.20"
11891189
"@babel/helper-function-name" "^7.23.0"
11901190
"@babel/helper-hoist-variables" "^7.22.5"
11911191
"@babel/helper-split-export-declaration" "^7.22.6"
1192-
"@babel/parser" "^7.23.9"
1193-
"@babel/types" "^7.23.9"
1192+
"@babel/parser" "^7.24.0"
1193+
"@babel/types" "^7.24.0"
11941194
debug "^4.3.1"
11951195
globals "^11.1.0"
11961196

@@ -1255,10 +1255,10 @@
12551255
"@babel/helper-validator-identifier" "^7.22.20"
12561256
to-fast-properties "^2.0.0"
12571257

1258-
"@babel/types@^7.23.9":
1259-
version "7.23.9"
1260-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
1261-
integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==
1258+
"@babel/types@^7.24.0":
1259+
version "7.24.0"
1260+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf"
1261+
integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==
12621262
dependencies:
12631263
"@babel/helper-string-parser" "^7.23.4"
12641264
"@babel/helper-validator-identifier" "^7.22.20"

0 commit comments

Comments
 (0)