Skip to content

Commit 75fd599

Browse files
committed
chore(deps): update babel monorepo to v7.19.3
1 parent d5f00e9 commit 75fd599

File tree

2 files changed

+58
-35
lines changed

2 files changed

+58
-35
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"url": "https://github.com/CareLuLu/react-native-web-ui-components"
2525
},
2626
"devDependencies": {
27-
"@babel/cli": "7.18.10",
28-
"@babel/core": "7.19.1",
27+
"@babel/cli": "7.19.3",
28+
"@babel/core": "7.19.3",
2929
"@babel/plugin-proposal-class-properties": "7.18.6",
3030
"@babel/plugin-transform-react-jsx": "7.19.0",
3131
"@babel/register": "7.18.9",

yarn.lock

Lines changed: 56 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
dependencies:
1010
"@jridgewell/trace-mapping" "^0.3.0"
1111

12-
"@babel/cli@7.18.10":
13-
version "7.18.10"
14-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.18.10.tgz#4211adfc45ffa7d4f3cee6b60bb92e9fe68fe56a"
15-
integrity sha512-dLvWH+ZDFAkd2jPBSghrsFBuXrREvFwjpDycXbmUoeochqKYe4zNSLEJYErpLg8dvxvZYe79/MkN461XCwpnGw==
12+
"@babel/cli@7.19.3":
13+
version "7.19.3"
14+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.19.3.tgz#55914ed388e658e0b924b3a95da1296267e278e2"
15+
integrity sha512-643/TybmaCAe101m2tSVHi9UKpETXP9c/Ff4mD2tAwkdP6esKIfaauZFc67vGEM6r9fekbEGid+sZhbEnSe3dg==
1616
dependencies:
1717
"@jridgewell/trace-mapping" "^0.3.8"
1818
commander "^4.0.1"
@@ -136,26 +136,26 @@
136136
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
137137
integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==
138138

139-
"@babel/compat-data@^7.19.1":
140-
version "7.19.1"
141-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.1.tgz#72d647b4ff6a4f82878d184613353af1dd0290f9"
142-
integrity sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==
139+
"@babel/compat-data@^7.19.3":
140+
version "7.19.3"
141+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
142+
integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==
143143

144-
"@babel/core@7.19.1":
145-
version "7.19.1"
146-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b"
147-
integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw==
144+
"@babel/core@7.19.3":
145+
version "7.19.3"
146+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c"
147+
integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==
148148
dependencies:
149149
"@ampproject/remapping" "^2.1.0"
150150
"@babel/code-frame" "^7.18.6"
151-
"@babel/generator" "^7.19.0"
152-
"@babel/helper-compilation-targets" "^7.19.1"
151+
"@babel/generator" "^7.19.3"
152+
"@babel/helper-compilation-targets" "^7.19.3"
153153
"@babel/helper-module-transforms" "^7.19.0"
154154
"@babel/helpers" "^7.19.0"
155-
"@babel/parser" "^7.19.1"
155+
"@babel/parser" "^7.19.3"
156156
"@babel/template" "^7.18.10"
157-
"@babel/traverse" "^7.19.1"
158-
"@babel/types" "^7.19.0"
157+
"@babel/traverse" "^7.19.3"
158+
"@babel/types" "^7.19.3"
159159
convert-source-map "^1.7.0"
160160
debug "^4.1.0"
161161
gensync "^1.0.0-beta.2"
@@ -437,6 +437,15 @@
437437
"@jridgewell/gen-mapping" "^0.3.2"
438438
jsesc "^2.5.1"
439439

440+
"@babel/generator@^7.19.3":
441+
version "7.19.3"
442+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59"
443+
integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==
444+
dependencies:
445+
"@babel/types" "^7.19.3"
446+
"@jridgewell/gen-mapping" "^0.3.2"
447+
jsesc "^2.5.1"
448+
440449
"@babel/generator@^7.5.5":
441450
version "7.5.5"
442451
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf"
@@ -596,12 +605,12 @@
596605
browserslist "^4.17.5"
597606
semver "^6.3.0"
598607

599-
"@babel/helper-compilation-targets@^7.19.1":
600-
version "7.19.1"
601-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz#7f630911d83b408b76fe584831c98e5395d7a17c"
602-
integrity sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==
608+
"@babel/helper-compilation-targets@^7.19.3":
609+
version "7.19.3"
610+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
611+
integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==
603612
dependencies:
604-
"@babel/compat-data" "^7.19.1"
613+
"@babel/compat-data" "^7.19.3"
605614
"@babel/helper-validator-option" "^7.18.6"
606615
browserslist "^4.21.3"
607616
semver "^6.3.0"
@@ -1391,6 +1400,11 @@
13911400
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
13921401
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
13931402

1403+
"@babel/helper-validator-identifier@^7.19.1":
1404+
version "7.19.1"
1405+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
1406+
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
1407+
13941408
"@babel/helper-validator-identifier@^7.9.5":
13951409
version "7.9.5"
13961410
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
@@ -1628,10 +1642,10 @@
16281642
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.0.tgz#497fcafb1d5b61376959c1c338745ef0577aa02c"
16291643
integrity sha512-74bEXKX2h+8rrfQUfsBfuZZHzsEs6Eql4pqy/T4Nn6Y9wNPggQOqD6z6pn5Bl8ZfysKouFZT/UXEH94ummEeQw==
16301644

1631-
"@babel/parser@^7.19.1":
1632-
version "7.19.1"
1633-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
1634-
integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
1645+
"@babel/parser@^7.19.3":
1646+
version "7.19.3"
1647+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
1648+
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
16351649

16361650
"@babel/parser@^7.5.5":
16371651
version "7.5.5"
@@ -3477,19 +3491,19 @@
34773491
debug "^4.1.0"
34783492
globals "^11.1.0"
34793493

3480-
"@babel/traverse@^7.19.1":
3481-
version "7.19.1"
3482-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.1.tgz#0fafe100a8c2a603b4718b1d9bf2568d1d193347"
3483-
integrity sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA==
3494+
"@babel/traverse@^7.19.3":
3495+
version "7.19.3"
3496+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
3497+
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
34843498
dependencies:
34853499
"@babel/code-frame" "^7.18.6"
3486-
"@babel/generator" "^7.19.0"
3500+
"@babel/generator" "^7.19.3"
34873501
"@babel/helper-environment-visitor" "^7.18.9"
34883502
"@babel/helper-function-name" "^7.19.0"
34893503
"@babel/helper-hoist-variables" "^7.18.6"
34903504
"@babel/helper-split-export-declaration" "^7.18.6"
3491-
"@babel/parser" "^7.19.1"
3492-
"@babel/types" "^7.19.0"
3505+
"@babel/parser" "^7.19.3"
3506+
"@babel/types" "^7.19.3"
34933507
debug "^4.1.0"
34943508
globals "^11.1.0"
34953509

@@ -3655,6 +3669,15 @@
36553669
"@babel/helper-validator-identifier" "^7.18.6"
36563670
to-fast-properties "^2.0.0"
36573671

3672+
"@babel/types@^7.19.3":
3673+
version "7.19.3"
3674+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
3675+
integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==
3676+
dependencies:
3677+
"@babel/helper-string-parser" "^7.18.10"
3678+
"@babel/helper-validator-identifier" "^7.19.1"
3679+
to-fast-properties "^2.0.0"
3680+
36583681
"@babel/types@^7.3.3":
36593682
version "7.9.5"
36603683
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"

0 commit comments

Comments
 (0)