Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 88e7204

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update babel monorepo to v7.13.13
1 parent d011841 commit 88e7204

File tree

2 files changed

+113
-34
lines changed

2 files changed

+113
-34
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"react-dom": "^16.13.1"
4747
},
4848
"devDependencies": {
49-
"@babel/core": "7.13.10",
49+
"@babel/core": "7.13.13",
5050
"@babel/preset-env": "7.13.12",
51-
"@babel/preset-react": "7.12.13",
51+
"@babel/preset-react": "7.13.13",
5252
"@commitlint/cli": "8.3.5",
5353
"@commitlint/config-conventional": "8.3.4",
5454
"@csvenke/prettier-config": "3.0.0",

yarn.lock

Lines changed: 111 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@
3838
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
3939
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
4040

41-
"@babel/core@7.13.10":
42-
version "7.13.10"
43-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
44-
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
41+
"@babel/core@7.13.13":
42+
version "7.13.13"
43+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.13.tgz#bc44c4a2be2288ec4ddf56b66fc718019c76ac29"
44+
integrity sha512-1xEs9jZAyKIouOoCmpsgk/I26PoKyvzQ2ixdRpRzfbcp1fL+ozw7TUgdDgwonbTovqRaTfRh50IXuw4QrWO0GA==
4545
dependencies:
4646
"@babel/code-frame" "^7.12.13"
4747
"@babel/generator" "^7.13.9"
48-
"@babel/helper-compilation-targets" "^7.13.10"
49-
"@babel/helper-module-transforms" "^7.13.0"
48+
"@babel/helper-compilation-targets" "^7.13.13"
49+
"@babel/helper-module-transforms" "^7.13.12"
5050
"@babel/helpers" "^7.13.10"
51-
"@babel/parser" "^7.13.10"
51+
"@babel/parser" "^7.13.13"
5252
"@babel/template" "^7.12.13"
53-
"@babel/traverse" "^7.13.0"
54-
"@babel/types" "^7.13.0"
53+
"@babel/traverse" "^7.13.13"
54+
"@babel/types" "^7.13.13"
5555
convert-source-map "^1.7.0"
5656
debug "^4.1.0"
5757
gensync "^1.0.0-beta.2"
@@ -168,6 +168,16 @@
168168
browserslist "^4.14.5"
169169
semver "^6.3.0"
170170

171+
"@babel/helper-compilation-targets@^7.13.13":
172+
version "7.13.13"
173+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz#2b2972a0926474853f41e4adbc69338f520600e5"
174+
integrity sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ==
175+
dependencies:
176+
"@babel/compat-data" "^7.13.12"
177+
"@babel/helper-validator-option" "^7.12.17"
178+
browserslist "^4.14.5"
179+
semver "^6.3.0"
180+
171181
"@babel/helper-compilation-targets@^7.13.8":
172182
version "7.13.8"
173183
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468"
@@ -281,6 +291,13 @@
281291
dependencies:
282292
"@babel/types" "^7.13.0"
283293

294+
"@babel/helper-member-expression-to-functions@^7.13.12":
295+
version "7.13.12"
296+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72"
297+
integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==
298+
dependencies:
299+
"@babel/types" "^7.13.12"
300+
284301
"@babel/helper-member-expression-to-functions@^7.8.3":
285302
version "7.8.3"
286303
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c"
@@ -302,6 +319,13 @@
302319
dependencies:
303320
"@babel/types" "^7.12.13"
304321

322+
"@babel/helper-module-imports@^7.13.12":
323+
version "7.13.12"
324+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977"
325+
integrity sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==
326+
dependencies:
327+
"@babel/types" "^7.13.12"
328+
305329
"@babel/helper-module-transforms@^7.13.0":
306330
version "7.13.0"
307331
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1"
@@ -317,6 +341,20 @@
317341
"@babel/types" "^7.13.0"
318342
lodash "^4.17.19"
319343

344+
"@babel/helper-module-transforms@^7.13.12":
345+
version "7.13.12"
346+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.12.tgz#600e58350490828d82282631a1422268e982ba96"
347+
integrity sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ==
348+
dependencies:
349+
"@babel/helper-module-imports" "^7.13.12"
350+
"@babel/helper-replace-supers" "^7.13.12"
351+
"@babel/helper-simple-access" "^7.13.12"
352+
"@babel/helper-split-export-declaration" "^7.12.13"
353+
"@babel/helper-validator-identifier" "^7.12.11"
354+
"@babel/template" "^7.12.13"
355+
"@babel/traverse" "^7.13.0"
356+
"@babel/types" "^7.13.12"
357+
320358
"@babel/helper-module-transforms@^7.9.0":
321359
version "7.9.0"
322360
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5"
@@ -400,6 +438,16 @@
400438
"@babel/traverse" "^7.13.0"
401439
"@babel/types" "^7.13.0"
402440

441+
"@babel/helper-replace-supers@^7.13.12":
442+
version "7.13.12"
443+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz#6442f4c1ad912502481a564a7386de0c77ff3804"
444+
integrity sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==
445+
dependencies:
446+
"@babel/helper-member-expression-to-functions" "^7.13.12"
447+
"@babel/helper-optimise-call-expression" "^7.12.13"
448+
"@babel/traverse" "^7.13.0"
449+
"@babel/types" "^7.13.12"
450+
403451
"@babel/helper-replace-supers@^7.8.6":
404452
version "7.8.6"
405453
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8"
@@ -417,6 +465,13 @@
417465
dependencies:
418466
"@babel/types" "^7.12.13"
419467

468+
"@babel/helper-simple-access@^7.13.12":
469+
version "7.13.12"
470+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
471+
integrity sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==
472+
dependencies:
473+
"@babel/types" "^7.13.12"
474+
420475
"@babel/helper-simple-access@^7.8.3":
421476
version "7.8.3"
422477
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae"
@@ -541,10 +596,10 @@
541596
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.0.tgz#49b9b6ee213e5634fa80361dae139effef893f78"
542597
integrity sha512-w80kxEMFhE3wjMOQkfdTvv0CSdRSJZptIlLhU4eU/coNJeWjduspUFz+IRnBbAq6m5XYBFMoT1TNkk9K9yf10g==
543598

544-
"@babel/parser@^7.13.10":
545-
version "7.13.10"
546-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
547-
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
599+
"@babel/parser@^7.13.13":
600+
version "7.13.13"
601+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df"
602+
integrity sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw==
548603

549604
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
550605
version "7.13.12"
@@ -989,23 +1044,23 @@
9891044
dependencies:
9901045
"@babel/helper-plugin-utils" "^7.12.13"
9911046

992-
"@babel/plugin-transform-react-jsx-development@^7.12.12":
993-
version "7.12.12"
994-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.12.tgz#bccca33108fe99d95d7f9e82046bfe762e71f4e7"
995-
integrity sha512-i1AxnKxHeMxUaWVXQOSIco4tvVvvCxMSfeBMnMM06mpaJt3g+MpxYQQrDfojUQldP1xxraPSJYSMEljoWM/dCg==
1047+
"@babel/plugin-transform-react-jsx-development@^7.12.17":
1048+
version "7.12.17"
1049+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.17.tgz#f510c0fa7cd7234153539f9a362ced41a5ca1447"
1050+
integrity sha512-BPjYV86SVuOaudFhsJR1zjgxxOhJDt6JHNoD48DxWEIxUCAMjV1ys6DYw4SDYZh0b1QsS2vfIA9t/ZsQGsDOUQ==
9961051
dependencies:
997-
"@babel/plugin-transform-react-jsx" "^7.12.12"
1052+
"@babel/plugin-transform-react-jsx" "^7.12.17"
9981053

999-
"@babel/plugin-transform-react-jsx@^7.12.12", "@babel/plugin-transform-react-jsx@^7.12.13":
1000-
version "7.12.13"
1001-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.13.tgz#6c9f993b9f6fb6f0e32a4821ed59349748576a3e"
1002-
integrity sha512-hhXZMYR8t9RvduN2uW4sjl6MRtUhzNE726JvoJhpjhxKgRUVkZqTsA0xc49ALZxQM7H26pZ/lLvB2Yrea9dllA==
1054+
"@babel/plugin-transform-react-jsx@^7.12.17", "@babel/plugin-transform-react-jsx@^7.13.12":
1055+
version "7.13.12"
1056+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.13.12.tgz#1df5dfaf0f4b784b43e96da6f28d630e775f68b3"
1057+
integrity sha512-jcEI2UqIcpCqB5U5DRxIl0tQEProI2gcu+g8VTIqxLO5Iidojb4d77q+fwGseCvd8af/lJ9masp4QWzBXFE2xA==
10031058
dependencies:
10041059
"@babel/helper-annotate-as-pure" "^7.12.13"
1005-
"@babel/helper-module-imports" "^7.12.13"
1006-
"@babel/helper-plugin-utils" "^7.12.13"
1060+
"@babel/helper-module-imports" "^7.13.12"
1061+
"@babel/helper-plugin-utils" "^7.13.0"
10071062
"@babel/plugin-syntax-jsx" "^7.12.13"
1008-
"@babel/types" "^7.12.13"
1063+
"@babel/types" "^7.13.12"
10091064

10101065
"@babel/plugin-transform-react-pure-annotations@^7.12.1":
10111066
version "7.12.1"
@@ -1166,15 +1221,16 @@
11661221
"@babel/types" "^7.4.4"
11671222
esutils "^2.0.2"
11681223

1169-
"@babel/preset-react@7.12.13":
1170-
version "7.12.13"
1171-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.12.13.tgz#5f911b2eb24277fa686820d5bd81cad9a0602a0a"
1172-
integrity sha512-TYM0V9z6Abb6dj1K7i5NrEhA13oS5ujUYQYDfqIBXYHOc2c2VkFgc+q9kyssIyUfy4/hEwqrgSlJ/Qgv8zJLsA==
1224+
"@babel/preset-react@7.13.13":
1225+
version "7.13.13"
1226+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.13.13.tgz#fa6895a96c50763fe693f9148568458d5a839761"
1227+
integrity sha512-gx+tDLIE06sRjKJkVtpZ/t3mzCDOnPG+ggHZG9lffUbX8+wC739x20YQc9V35Do6ZAxaUc/HhVHIiOzz5MvDmA==
11731228
dependencies:
1174-
"@babel/helper-plugin-utils" "^7.12.13"
1229+
"@babel/helper-plugin-utils" "^7.13.0"
1230+
"@babel/helper-validator-option" "^7.12.17"
11751231
"@babel/plugin-transform-react-display-name" "^7.12.13"
1176-
"@babel/plugin-transform-react-jsx" "^7.12.13"
1177-
"@babel/plugin-transform-react-jsx-development" "^7.12.12"
1232+
"@babel/plugin-transform-react-jsx" "^7.13.12"
1233+
"@babel/plugin-transform-react-jsx-development" "^7.12.17"
11781234
"@babel/plugin-transform-react-pure-annotations" "^7.12.1"
11791235

11801236
"@babel/runtime@^7.8.4":
@@ -1247,6 +1303,20 @@
12471303
globals "^11.1.0"
12481304
lodash "^4.17.19"
12491305

1306+
"@babel/traverse@^7.13.13":
1307+
version "7.13.13"
1308+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.13.tgz#39aa9c21aab69f74d948a486dd28a2dbdbf5114d"
1309+
integrity sha512-CblEcwmXKR6eP43oQGG++0QMTtCjAsa3frUuzHoiIJWpaIIi8dwMyEFUJoXRLxagGqCK+jALRwIO+o3R9p/uUg==
1310+
dependencies:
1311+
"@babel/code-frame" "^7.12.13"
1312+
"@babel/generator" "^7.13.9"
1313+
"@babel/helper-function-name" "^7.12.13"
1314+
"@babel/helper-split-export-declaration" "^7.12.13"
1315+
"@babel/parser" "^7.13.13"
1316+
"@babel/types" "^7.13.13"
1317+
debug "^4.1.0"
1318+
globals "^11.1.0"
1319+
12501320
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0":
12511321
version "7.9.0"
12521322
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"
@@ -1301,6 +1371,15 @@
13011371
lodash "^4.17.19"
13021372
to-fast-properties "^2.0.0"
13031373

1374+
"@babel/types@^7.13.13":
1375+
version "7.13.13"
1376+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.13.tgz#dcd8b815b38f537a3697ce84c8e3cc62197df96f"
1377+
integrity sha512-kt+EpC6qDfIaqlP+DIbIJOclYy/A1YXs9dAf/ljbi+39Bcbc073H6jKVpXEr/EoIh5anGn5xq/yRVzKl+uIc9w==
1378+
dependencies:
1379+
"@babel/helper-validator-identifier" "^7.12.11"
1380+
lodash "^4.17.19"
1381+
to-fast-properties "^2.0.0"
1382+
13041383
"@babel/types@^7.3.3":
13051384
version "7.9.5"
13061385
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"

0 commit comments

Comments
 (0)