Skip to content

Commit c7a8752

Browse files
Update babel monorepo
1 parent 456c417 commit c7a8752

File tree

2 files changed

+124
-4
lines changed

2 files changed

+124
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"use-local-storage-state": "18.1.1"
2525
},
2626
"devDependencies": {
27-
"@babel/core": "7.19.3",
27+
"@babel/core": "7.20.2",
2828
"@storybook/addon-actions": "6.5.12",
2929
"@storybook/addon-essentials": "6.5.12",
3030
"@storybook/addon-interactions": "6.5.12",
@@ -36,7 +36,7 @@
3636
"@types/node": "18.7.13",
3737
"@types/react": "18.0.21",
3838
"@types/react-dom": "18.0.6",
39-
"babel-loader": "8.2.5",
39+
"babel-loader": "8.3.0",
4040
"eslint": "8.25.0",
4141
"eslint-config-next": "12.3.1",
4242
"eslint-config-prettier": "8.5.0",

yarn.lock

Lines changed: 122 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
2323
integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==
2424

25+
"@babel/compat-data@^7.20.0":
26+
version "7.20.1"
27+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30"
28+
integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==
29+
2530
2631
version "7.12.9"
2732
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
@@ -44,7 +49,28 @@
4449
semver "^5.4.1"
4550
source-map "^0.5.0"
4651

47-
"@babel/[email protected]", "@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.7.5":
52+
53+
version "7.20.2"
54+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.2.tgz#8dc9b1620a673f92d3624bd926dc49a52cf25b92"
55+
integrity sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==
56+
dependencies:
57+
"@ampproject/remapping" "^2.1.0"
58+
"@babel/code-frame" "^7.18.6"
59+
"@babel/generator" "^7.20.2"
60+
"@babel/helper-compilation-targets" "^7.20.0"
61+
"@babel/helper-module-transforms" "^7.20.2"
62+
"@babel/helpers" "^7.20.1"
63+
"@babel/parser" "^7.20.2"
64+
"@babel/template" "^7.18.10"
65+
"@babel/traverse" "^7.20.1"
66+
"@babel/types" "^7.20.2"
67+
convert-source-map "^1.7.0"
68+
debug "^4.1.0"
69+
gensync "^1.0.0-beta.2"
70+
json5 "^2.2.1"
71+
semver "^6.3.0"
72+
73+
"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.7.5":
4874
version "7.19.3"
4975
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c"
5076
integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==
@@ -74,6 +100,15 @@
74100
"@jridgewell/gen-mapping" "^0.3.2"
75101
jsesc "^2.5.1"
76102

103+
"@babel/generator@^7.20.1", "@babel/generator@^7.20.2":
104+
version "7.20.2"
105+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.2.tgz#c2e89e22613a039285c1e7b749e2cd0b30b9a481"
106+
integrity sha512-SD75PMIK6i9H8G/tfGvB4KKl4Nw6Ssos9nGgYwxbgyTP0iX/Z55DveoH86rmUB/YHTQQ+ZC0F7xxaY8l2OF44Q==
107+
dependencies:
108+
"@babel/types" "^7.20.2"
109+
"@jridgewell/gen-mapping" "^0.3.2"
110+
jsesc "^2.5.1"
111+
77112
"@babel/helper-annotate-as-pure@^7.18.6":
78113
version "7.18.6"
79114
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -99,6 +134,16 @@
99134
browserslist "^4.21.3"
100135
semver "^6.3.0"
101136

137+
"@babel/helper-compilation-targets@^7.20.0":
138+
version "7.20.0"
139+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a"
140+
integrity sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==
141+
dependencies:
142+
"@babel/compat-data" "^7.20.0"
143+
"@babel/helper-validator-option" "^7.18.6"
144+
browserslist "^4.21.3"
145+
semver "^6.3.0"
146+
102147
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.19.0":
103148
version "7.19.0"
104149
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.19.0.tgz#bfd6904620df4e46470bae4850d66be1054c404b"
@@ -201,6 +246,20 @@
201246
"@babel/traverse" "^7.19.0"
202247
"@babel/types" "^7.19.0"
203248

249+
"@babel/helper-module-transforms@^7.20.2":
250+
version "7.20.2"
251+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712"
252+
integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==
253+
dependencies:
254+
"@babel/helper-environment-visitor" "^7.18.9"
255+
"@babel/helper-module-imports" "^7.18.6"
256+
"@babel/helper-simple-access" "^7.20.2"
257+
"@babel/helper-split-export-declaration" "^7.18.6"
258+
"@babel/helper-validator-identifier" "^7.19.1"
259+
"@babel/template" "^7.18.10"
260+
"@babel/traverse" "^7.20.1"
261+
"@babel/types" "^7.20.2"
262+
204263
"@babel/helper-optimise-call-expression@^7.18.6":
205264
version "7.18.6"
206265
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
@@ -251,6 +310,13 @@
251310
dependencies:
252311
"@babel/types" "^7.18.6"
253312

313+
"@babel/helper-simple-access@^7.20.2":
314+
version "7.20.2"
315+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9"
316+
integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==
317+
dependencies:
318+
"@babel/types" "^7.20.2"
319+
254320
"@babel/helper-skip-transparent-expression-wrappers@^7.18.9":
255321
version "7.18.9"
256322
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz#778d87b3a758d90b471e7b9918f34a9a02eb5818"
@@ -270,6 +336,11 @@
270336
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
271337
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
272338

339+
"@babel/helper-string-parser@^7.19.4":
340+
version "7.19.4"
341+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
342+
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
343+
273344
"@babel/helper-validator-identifier@^7.18.6":
274345
version "7.18.6"
275346
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
@@ -304,6 +375,15 @@
304375
"@babel/traverse" "^7.19.0"
305376
"@babel/types" "^7.19.0"
306377

378+
"@babel/helpers@^7.20.1":
379+
version "7.20.1"
380+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.1.tgz#2ab7a0fcb0a03b5bf76629196ed63c2d7311f4c9"
381+
integrity sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==
382+
dependencies:
383+
"@babel/template" "^7.18.10"
384+
"@babel/traverse" "^7.20.1"
385+
"@babel/types" "^7.20.0"
386+
307387
"@babel/highlight@^7.18.6":
308388
version "7.18.6"
309389
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
@@ -318,6 +398,11 @@
318398
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
319399
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
320400

401+
"@babel/parser@^7.20.1", "@babel/parser@^7.20.2":
402+
version "7.20.2"
403+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.2.tgz#9aeb9b92f64412b5f81064d46f6a1ac0881337f4"
404+
integrity sha512-afk318kh2uKbo7BEj2QtEi8HVCGrwHUffrYDy7dgVcSa2j9lY3LDjPzcyGdpX7xgm35aWqvciZJ4WKmdF/SxYg==
405+
321406
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
322407
version "7.18.6"
323408
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -1142,6 +1227,22 @@
11421227
debug "^4.1.0"
11431228
globals "^11.1.0"
11441229

1230+
"@babel/traverse@^7.20.1":
1231+
version "7.20.1"
1232+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8"
1233+
integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==
1234+
dependencies:
1235+
"@babel/code-frame" "^7.18.6"
1236+
"@babel/generator" "^7.20.1"
1237+
"@babel/helper-environment-visitor" "^7.18.9"
1238+
"@babel/helper-function-name" "^7.19.0"
1239+
"@babel/helper-hoist-variables" "^7.18.6"
1240+
"@babel/helper-split-export-declaration" "^7.18.6"
1241+
"@babel/parser" "^7.20.1"
1242+
"@babel/types" "^7.20.0"
1243+
debug "^4.1.0"
1244+
globals "^11.1.0"
1245+
11451246
"@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.18.10", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.2.0", "@babel/types@^7.4.4":
11461247
version "7.19.3"
11471248
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
@@ -1160,6 +1261,15 @@
11601261
"@babel/helper-validator-identifier" "^7.18.6"
11611262
to-fast-properties "^2.0.0"
11621263

1264+
"@babel/types@^7.20.0", "@babel/types@^7.20.2":
1265+
version "7.20.2"
1266+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.2.tgz#67ac09266606190f496322dbaff360fdaa5e7842"
1267+
integrity sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==
1268+
dependencies:
1269+
"@babel/helper-string-parser" "^7.19.4"
1270+
"@babel/helper-validator-identifier" "^7.19.1"
1271+
to-fast-properties "^2.0.0"
1272+
11631273
11641274
version "1.0.1"
11651275
resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz#371ba8be66d556812dc7fb169ebc3c08378f69d4"
@@ -3979,7 +4089,17 @@ axobject-query@^2.2.0:
39794089
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
39804090
integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==
39814091

3982-
[email protected], babel-loader@^8.0.0:
4092+
4093+
version "8.3.0"
4094+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.3.0.tgz#124936e841ba4fe8176786d6ff28add1f134d6a8"
4095+
integrity sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==
4096+
dependencies:
4097+
find-cache-dir "^3.3.1"
4098+
loader-utils "^2.0.0"
4099+
make-dir "^3.1.0"
4100+
schema-utils "^2.6.5"
4101+
4102+
babel-loader@^8.0.0:
39834103
version "8.2.5"
39844104
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.5.tgz#d45f585e654d5a5d90f5350a779d7647c5ed512e"
39854105
integrity sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==

0 commit comments

Comments
 (0)