Skip to content

Commit ea3bd6d

Browse files
Update babel monorepo to v7.24.6
1 parent 00c978c commit ea3bd6d

File tree

2 files changed

+105
-22
lines changed

2 files changed

+105
-22
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
},
9494
"devDependencies": {
9595
"@vitejs/plugin-react": "^3.1.0",
96-
"@babel/eslint-parser": "7.19.1",
97-
"@babel/preset-react": "7.18.6",
96+
"@babel/eslint-parser": "7.24.6",
97+
"@babel/preset-react": "7.24.6",
9898
"@slicemachine/adapter-next": "^0.3.8",
9999
"@testing-library/jest-dom": "5.16.5",
100100
"@testing-library/react": "14.0.0",

yarn.lock

Lines changed: 103 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@
9696
json5 "^2.2.2"
9797
semver "^6.3.1"
9898

99-
"@babel/eslint-parser@7.19.1":
100-
version "7.19.1"
101-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz#4f68f6b0825489e00a24b41b6a1ae35414ecd2f4"
102-
integrity sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==
99+
"@babel/eslint-parser@7.24.6":
100+
version "7.24.6"
101+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.24.6.tgz#7f0ecc0f29307b8696e83ff6a9d8b4f3e0421ad2"
102+
integrity sha512-Q1BfQX42zXHx732PLW0w4+Y3wJjoZKEMaatFUEAmQ7Z+jCXxinzeqX9bvv2Q8xNPes/H6F0I23oGkcgjaItmLw==
103103
dependencies:
104104
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
105105
eslint-visitor-keys "^2.1.0"
106-
semver "^6.3.0"
106+
semver "^6.3.1"
107107

108108
"@babel/eslint-parser@^7.16.3":
109109
version "7.22.9"
@@ -131,6 +131,13 @@
131131
dependencies:
132132
"@babel/types" "^7.22.5"
133133

134+
"@babel/helper-annotate-as-pure@^7.24.6":
135+
version "7.24.6"
136+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.6.tgz#517af93abc77924f9b2514c407bbef527fb8938d"
137+
integrity sha512-DitEzDfOMnd13kZnDqns1ccmftwJTS9DMkyn9pYTxulS7bZxUxpMly3Nf23QQ6NwA4UB8lAqjbqWtyvElEMAkg==
138+
dependencies:
139+
"@babel/types" "^7.24.6"
140+
134141
"@babel/helper-builder-binary-assignment-operator-visitor@^7.22.5":
135142
version "7.22.5"
136143
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.5.tgz#a3f4758efdd0190d8927fcffd261755937c71878"
@@ -229,6 +236,13 @@
229236
dependencies:
230237
"@babel/types" "^7.22.5"
231238

239+
"@babel/helper-module-imports@^7.24.6":
240+
version "7.24.6"
241+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.6.tgz#65e54ffceed6a268dc4ce11f0433b82cfff57852"
242+
integrity sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g==
243+
dependencies:
244+
"@babel/types" "^7.24.6"
245+
232246
"@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9":
233247
version "7.22.9"
234248
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129"
@@ -252,6 +266,11 @@
252266
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
253267
integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
254268

269+
"@babel/helper-plugin-utils@^7.24.6":
270+
version "7.24.6"
271+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.6.tgz#fa02a32410a15a6e8f8185bcbf608f10528d2a24"
272+
integrity sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg==
273+
255274
"@babel/helper-remap-async-to-generator@^7.22.5":
256275
version "7.22.9"
257276
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.9.tgz#53a25b7484e722d7efb9c350c75c032d4628de82"
@@ -296,16 +315,31 @@
296315
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
297316
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
298317

318+
"@babel/helper-string-parser@^7.24.6":
319+
version "7.24.6"
320+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz#28583c28b15f2a3339cfafafeaad42f9a0e828df"
321+
integrity sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==
322+
299323
"@babel/helper-validator-identifier@^7.22.5":
300324
version "7.22.5"
301325
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
302326
integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
303327

304-
"@babel/helper-validator-option@^7.18.6", "@babel/helper-validator-option@^7.22.5":
328+
"@babel/helper-validator-identifier@^7.24.6":
329+
version "7.24.6"
330+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz#08bb6612b11bdec78f3feed3db196da682454a5e"
331+
integrity sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==
332+
333+
"@babel/helper-validator-option@^7.22.5":
305334
version "7.22.5"
306335
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#de52000a15a177413c8234fa3a8af4ee8102d0ac"
307336
integrity sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==
308337

338+
"@babel/helper-validator-option@^7.24.6":
339+
version "7.24.6"
340+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.6.tgz#59d8e81c40b7d9109ab7e74457393442177f460a"
341+
integrity sha512-Jktc8KkF3zIkePb48QO+IapbXlSapOW9S+ogZZkcO6bABgYAxtZcjZ/O005111YLf+j4M84uEgwYoidDkXbCkQ==
342+
309343
"@babel/helper-wrap-function@^7.22.9":
310344
version "7.22.9"
311345
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.9.tgz#189937248c45b0182c1dcf32f3444ca153944cb9"
@@ -510,6 +544,13 @@
510544
dependencies:
511545
"@babel/helper-plugin-utils" "^7.22.5"
512546

547+
"@babel/plugin-syntax-jsx@^7.24.6":
548+
version "7.24.6"
549+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.6.tgz#bcca2964150437f88f65e3679e3d68762287b9c8"
550+
integrity sha512-lWfvAIFNWMlCsU0DRUun2GpFwZdGTukLaHJqRh1JRb80NdAP5Sb1HDHB5X9P9OtgZHQl089UzQkpYlBq2VTPRw==
551+
dependencies:
552+
"@babel/helper-plugin-utils" "^7.24.6"
553+
513554
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
514555
version "7.10.4"
515556
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699"
@@ -902,20 +943,34 @@
902943
dependencies:
903944
"@babel/helper-plugin-utils" "^7.22.5"
904945

905-
"@babel/plugin-transform-react-display-name@^7.16.0", "@babel/plugin-transform-react-display-name@^7.18.6", "@babel/plugin-transform-react-display-name@^7.22.5":
946+
"@babel/plugin-transform-react-display-name@^7.16.0", "@babel/plugin-transform-react-display-name@^7.22.5":
906947
version "7.22.5"
907948
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.22.5.tgz#3c4326f9fce31c7968d6cb9debcaf32d9e279a2b"
908949
integrity sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==
909950
dependencies:
910951
"@babel/helper-plugin-utils" "^7.22.5"
911952

912-
"@babel/plugin-transform-react-jsx-development@^7.18.6", "@babel/plugin-transform-react-jsx-development@^7.22.5":
953+
"@babel/plugin-transform-react-display-name@^7.24.6":
954+
version "7.24.6"
955+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.6.tgz#2a10c732c2c87a8f06e4413fb4a14e76e6c67a99"
956+
integrity sha512-/3iiEEHDsJuj9QU09gbyWGSUxDboFcD7Nj6dnHIlboWSodxXAoaY/zlNMHeYAC0WsERMqgO9a7UaM77CsYgWcg==
957+
dependencies:
958+
"@babel/helper-plugin-utils" "^7.24.6"
959+
960+
"@babel/plugin-transform-react-jsx-development@^7.22.5":
913961
version "7.22.5"
914962
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.22.5.tgz#e716b6edbef972a92165cd69d92f1255f7e73e87"
915963
integrity sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==
916964
dependencies:
917965
"@babel/plugin-transform-react-jsx" "^7.22.5"
918966

967+
"@babel/plugin-transform-react-jsx-development@^7.24.6":
968+
version "7.24.6"
969+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.24.6.tgz#e662058e8795b5fccd24c5bdd2b328728aef3305"
970+
integrity sha512-F7EsNp5StNDouSSdYyDSxh4J+xvj/JqG+Cb6s2fA+jCyHOzigG5vTwgH8tU2U8Voyiu5zCG9bAK49wTr/wPH0w==
971+
dependencies:
972+
"@babel/plugin-transform-react-jsx" "^7.24.6"
973+
919974
"@babel/plugin-transform-react-jsx-self@^7.18.6":
920975
version "7.22.5"
921976
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.22.5.tgz#ca2fdc11bc20d4d46de01137318b13d04e481d8e"
@@ -930,7 +985,7 @@
930985
dependencies:
931986
"@babel/helper-plugin-utils" "^7.22.5"
932987

933-
"@babel/plugin-transform-react-jsx@^7.18.6", "@babel/plugin-transform-react-jsx@^7.22.5":
988+
"@babel/plugin-transform-react-jsx@^7.22.5":
934989
version "7.22.5"
935990
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.5.tgz#932c291eb6dd1153359e2a90cb5e557dcf068416"
936991
integrity sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==
@@ -941,14 +996,33 @@
941996
"@babel/plugin-syntax-jsx" "^7.22.5"
942997
"@babel/types" "^7.22.5"
943998

944-
"@babel/plugin-transform-react-pure-annotations@^7.18.6", "@babel/plugin-transform-react-pure-annotations@^7.22.5":
999+
"@babel/plugin-transform-react-jsx@^7.24.6":
1000+
version "7.24.6"
1001+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.24.6.tgz#4ca3660ca663d20095455571615d6263986cdfe4"
1002+
integrity sha512-pCtPHhpRZHfwdA5G1Gpk5mIzMA99hv0R8S/Ket50Rw+S+8hkt3wBWqdqHaPw0CuUYxdshUgsPiLQ5fAs4ASMhw==
1003+
dependencies:
1004+
"@babel/helper-annotate-as-pure" "^7.24.6"
1005+
"@babel/helper-module-imports" "^7.24.6"
1006+
"@babel/helper-plugin-utils" "^7.24.6"
1007+
"@babel/plugin-syntax-jsx" "^7.24.6"
1008+
"@babel/types" "^7.24.6"
1009+
1010+
"@babel/plugin-transform-react-pure-annotations@^7.22.5":
9451011
version "7.22.5"
9461012
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.22.5.tgz#1f58363eef6626d6fa517b95ac66fe94685e32c0"
9471013
integrity sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==
9481014
dependencies:
9491015
"@babel/helper-annotate-as-pure" "^7.22.5"
9501016
"@babel/helper-plugin-utils" "^7.22.5"
9511017

1018+
"@babel/plugin-transform-react-pure-annotations@^7.24.6":
1019+
version "7.24.6"
1020+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.6.tgz#d2bad8d70c3635cb63a69ee66c9c891f9392435c"
1021+
integrity sha512-0HoDQlFJJkXRyV2N+xOpUETbKHcouSwijRQbKWVtxsPoq5bbB30qZag9/pSc5xcWVYjTHlLsBsY+hZDnzQTPNw==
1022+
dependencies:
1023+
"@babel/helper-annotate-as-pure" "^7.24.6"
1024+
"@babel/helper-plugin-utils" "^7.24.6"
1025+
9521026
"@babel/plugin-transform-regenerator@^7.22.5":
9531027
version "7.22.5"
9541028
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.22.5.tgz#cd8a68b228a5f75fa01420e8cc2fc400f0fc32aa"
@@ -1162,17 +1236,17 @@
11621236
"@babel/types" "^7.4.4"
11631237
esutils "^2.0.2"
11641238

1165-
"@babel/preset-react@7.18.6":
1166-
version "7.18.6"
1167-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.18.6.tgz#979f76d6277048dc19094c217b507f3ad517dd2d"
1168-
integrity sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==
1239+
"@babel/preset-react@7.24.6":
1240+
version "7.24.6"
1241+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.24.6.tgz#92eace66dce577e5263113eb82235a0d45096cae"
1242+
integrity sha512-8mpzh1bWvmINmwM3xpz6ahu57mNaWavMm+wBNjQ4AFu1nghKBiIRET7l/Wmj4drXany/BBGjJZngICcD98F1iw==
11691243
dependencies:
1170-
"@babel/helper-plugin-utils" "^7.18.6"
1171-
"@babel/helper-validator-option" "^7.18.6"
1172-
"@babel/plugin-transform-react-display-name" "^7.18.6"
1173-
"@babel/plugin-transform-react-jsx" "^7.18.6"
1174-
"@babel/plugin-transform-react-jsx-development" "^7.18.6"
1175-
"@babel/plugin-transform-react-pure-annotations" "^7.18.6"
1244+
"@babel/helper-plugin-utils" "^7.24.6"
1245+
"@babel/helper-validator-option" "^7.24.6"
1246+
"@babel/plugin-transform-react-display-name" "^7.24.6"
1247+
"@babel/plugin-transform-react-jsx" "^7.24.6"
1248+
"@babel/plugin-transform-react-jsx-development" "^7.24.6"
1249+
"@babel/plugin-transform-react-pure-annotations" "^7.24.6"
11761250

11771251
"@babel/preset-react@^7.12.5", "@babel/preset-react@^7.16.0", "@babel/preset-react@^7.18.6":
11781252
version "7.22.5"
@@ -1250,6 +1324,15 @@
12501324
"@babel/helper-validator-identifier" "^7.22.5"
12511325
to-fast-properties "^2.0.0"
12521326

1327+
"@babel/types@^7.24.6":
1328+
version "7.24.6"
1329+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.6.tgz#ba4e1f59870c10dc2fa95a274ac4feec23b21912"
1330+
integrity sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==
1331+
dependencies:
1332+
"@babel/helper-string-parser" "^7.24.6"
1333+
"@babel/helper-validator-identifier" "^7.24.6"
1334+
to-fast-properties "^2.0.0"
1335+
12531336
"@bcoe/v8-coverage@^0.2.3":
12541337
version "0.2.3"
12551338
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)