Skip to content

Commit 45c2ab9

Browse files
chore(deps): update dependency @babel/core to v7.29.0
1 parent 6f3493d commit 45c2ab9

2 files changed

Lines changed: 121 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"goober": "2.1.18"
3434
},
3535
"devDependencies": {
36-
"@babel/core": "7.28.5",
36+
"@babel/core": "7.29.0",
3737
"@storybook/addon-docs": "^10.1.11",
3838
"@storybook/addon-links": "10.1.11",
3939
"@storybook/addon-webpack5-compiler-swc": "4.0.2",

yarn.lock

Lines changed: 120 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,47 @@
1616
js-tokens "^4.0.0"
1717
picocolors "^1.1.1"
1818

19+
"@babel/code-frame@^7.28.6", "@babel/code-frame@^7.29.0":
20+
version "7.29.0"
21+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c"
22+
integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==
23+
dependencies:
24+
"@babel/helper-validator-identifier" "^7.28.5"
25+
js-tokens "^4.0.0"
26+
picocolors "^1.1.1"
27+
1928
"@babel/compat-data@^7.27.2", "@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.5":
2029
version "7.28.5"
2130
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz#a8a4962e1567121ac0b3b487f52107443b455c7f"
2231
integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==
2332

24-
"@babel/core@7.28.5", "@babel/core@^7.12.10", "@babel/core@^7.18.9", "@babel/core@^7.24.4", "@babel/core@^7.28.0":
33+
"@babel/compat-data@^7.28.6":
34+
version "7.29.0"
35+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d"
36+
integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==
37+
38+
"@babel/core@7.29.0":
39+
version "7.29.0"
40+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.0.tgz#5286ad785df7f79d656e88ce86e650d16ca5f322"
41+
integrity sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==
42+
dependencies:
43+
"@babel/code-frame" "^7.29.0"
44+
"@babel/generator" "^7.29.0"
45+
"@babel/helper-compilation-targets" "^7.28.6"
46+
"@babel/helper-module-transforms" "^7.28.6"
47+
"@babel/helpers" "^7.28.6"
48+
"@babel/parser" "^7.29.0"
49+
"@babel/template" "^7.28.6"
50+
"@babel/traverse" "^7.29.0"
51+
"@babel/types" "^7.29.0"
52+
"@jridgewell/remapping" "^2.3.5"
53+
convert-source-map "^2.0.0"
54+
debug "^4.1.0"
55+
gensync "^1.0.0-beta.2"
56+
json5 "^2.2.3"
57+
semver "^6.3.1"
58+
59+
"@babel/core@^7.12.10", "@babel/core@^7.18.9", "@babel/core@^7.24.4", "@babel/core@^7.28.0":
2560
version "7.28.5"
2661
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
2762
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
@@ -53,6 +88,17 @@
5388
"@jridgewell/trace-mapping" "^0.3.28"
5489
jsesc "^3.0.2"
5590

91+
"@babel/generator@^7.29.0":
92+
version "7.29.1"
93+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.1.tgz#d09876290111abbb00ef962a7b83a5307fba0d50"
94+
integrity sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==
95+
dependencies:
96+
"@babel/parser" "^7.29.0"
97+
"@babel/types" "^7.29.0"
98+
"@jridgewell/gen-mapping" "^0.3.12"
99+
"@jridgewell/trace-mapping" "^0.3.28"
100+
jsesc "^3.0.2"
101+
56102
"@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3":
57103
version "7.27.3"
58104
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
@@ -71,6 +117,17 @@
71117
lru-cache "^5.1.1"
72118
semver "^6.3.1"
73119

120+
"@babel/helper-compilation-targets@^7.28.6":
121+
version "7.28.6"
122+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz#32c4a3f41f12ed1532179b108a4d746e105c2b25"
123+
integrity sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==
124+
dependencies:
125+
"@babel/compat-data" "^7.28.6"
126+
"@babel/helper-validator-option" "^7.27.1"
127+
browserslist "^4.24.0"
128+
lru-cache "^5.1.1"
129+
semver "^6.3.1"
130+
74131
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.27.1", "@babel/helper-create-class-features-plugin@^7.28.3":
75132
version "7.28.5"
76133
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz#472d0c28028850968979ad89f173594a6995da46"
@@ -125,6 +182,14 @@
125182
"@babel/traverse" "^7.27.1"
126183
"@babel/types" "^7.27.1"
127184

185+
"@babel/helper-module-imports@^7.28.6":
186+
version "7.28.6"
187+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c"
188+
integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==
189+
dependencies:
190+
"@babel/traverse" "^7.28.6"
191+
"@babel/types" "^7.28.6"
192+
128193
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3":
129194
version "7.28.3"
130195
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
@@ -134,6 +199,15 @@
134199
"@babel/helper-validator-identifier" "^7.27.1"
135200
"@babel/traverse" "^7.28.3"
136201

202+
"@babel/helper-module-transforms@^7.28.6":
203+
version "7.28.6"
204+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
205+
integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==
206+
dependencies:
207+
"@babel/helper-module-imports" "^7.28.6"
208+
"@babel/helper-validator-identifier" "^7.28.5"
209+
"@babel/traverse" "^7.28.6"
210+
137211
"@babel/helper-optimise-call-expression@^7.27.1":
138212
version "7.27.1"
139213
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
@@ -204,13 +278,28 @@
204278
"@babel/template" "^7.27.2"
205279
"@babel/types" "^7.28.4"
206280

281+
"@babel/helpers@^7.28.6":
282+
version "7.28.6"
283+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.6.tgz#fca903a313ae675617936e8998b814c415cbf5d7"
284+
integrity sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==
285+
dependencies:
286+
"@babel/template" "^7.28.6"
287+
"@babel/types" "^7.28.6"
288+
207289
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.24.4", "@babel/parser@^7.27.2", "@babel/parser@^7.28.5", "@babel/parser@^7.3.3":
208290
version "7.28.5"
209291
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
210292
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
211293
dependencies:
212294
"@babel/types" "^7.28.5"
213295

296+
"@babel/parser@^7.28.6", "@babel/parser@^7.29.0":
297+
version "7.29.0"
298+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.0.tgz#669ef345add7d057e92b7ed15f0bac07611831b6"
299+
integrity sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==
300+
dependencies:
301+
"@babel/types" "^7.29.0"
302+
214303
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5":
215304
version "7.28.5"
216305
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz#fbde57974707bbfa0376d34d425ff4fa6c732421"
@@ -864,6 +953,15 @@
864953
"@babel/parser" "^7.27.2"
865954
"@babel/types" "^7.27.1"
866955

956+
"@babel/template@^7.28.6":
957+
version "7.28.6"
958+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57"
959+
integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==
960+
dependencies:
961+
"@babel/code-frame" "^7.28.6"
962+
"@babel/parser" "^7.28.6"
963+
"@babel/types" "^7.28.6"
964+
867965
"@babel/traverse@^7.18.9", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4", "@babel/traverse@^7.28.5":
868966
version "7.28.5"
869967
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
@@ -877,6 +975,19 @@
877975
"@babel/types" "^7.28.5"
878976
debug "^4.3.1"
879977

978+
"@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0":
979+
version "7.29.0"
980+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a"
981+
integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==
982+
dependencies:
983+
"@babel/code-frame" "^7.29.0"
984+
"@babel/generator" "^7.29.0"
985+
"@babel/helper-globals" "^7.28.0"
986+
"@babel/parser" "^7.29.0"
987+
"@babel/template" "^7.28.6"
988+
"@babel/types" "^7.29.0"
989+
debug "^4.3.1"
990+
880991
"@babel/types@^7.0.0", "@babel/types@^7.18.9", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.28.5", "@babel/types@^7.4.4":
881992
version "7.28.5"
882993
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
@@ -885,6 +996,14 @@
885996
"@babel/helper-string-parser" "^7.27.1"
886997
"@babel/helper-validator-identifier" "^7.28.5"
887998

999+
"@babel/types@^7.28.6", "@babel/types@^7.29.0":
1000+
version "7.29.0"
1001+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7"
1002+
integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==
1003+
dependencies:
1004+
"@babel/helper-string-parser" "^7.27.1"
1005+
"@babel/helper-validator-identifier" "^7.28.5"
1006+
8881007
"@esbuild/aix-ppc64@0.27.2":
8891008
version "0.27.2"
8901009
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz#521cbd968dcf362094034947f76fa1b18d2d403c"

0 commit comments

Comments
 (0)