Skip to content

Commit 664204b

Browse files
authored
Merge pull request #251 from javaistic/depfu/update/yarn/@babel/core-7.18.0
Update @babel/core: 7.17.12 → 7.18.0 (minor)
2 parents 6617dd1 + 7646fea commit 664204b

File tree

2 files changed

+50
-33
lines changed

2 files changed

+50
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"unist-util-visit": "^2.0.3"
6666
},
6767
"devDependencies": {
68-
"@babel/core": "^7.17.12",
68+
"@babel/core": "^7.18.0",
6969
"@babel/plugin-transform-react-jsx": "^7.17.12",
7070
"@types/react": "^18.0.9",
7171
"@typescript-eslint/eslint-plugin": "^5.25.0",

yarn.lock

Lines changed: 49 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -173,21 +173,21 @@
173173
json5 "^2.2.1"
174174
semver "^6.3.0"
175175

176-
"@babel/core@^7.17.12":
177-
version "7.17.12"
178-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.12.tgz#b4eb2d7ebc3449b062381644c93050db545b70ee"
179-
integrity sha512-44ODe6O1IVz9s2oJE3rZ4trNNKTX9O7KpQpfAP4t8QII/zwrVRHL7i2pxhqtcY7tqMLrrKfMlBKnm1QlrRFs5w==
176+
"@babel/core@^7.18.0":
177+
version "7.18.0"
178+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.0.tgz#c58d04d7c6fbfb58ea7681e2b9145cfb62726756"
179+
integrity sha512-Xyw74OlJwDijToNi0+6BBI5mLLR5+5R3bcSH80LXzjzEGEUlvNzujEE71BaD/ApEZHAvFI/Mlmp4M5lIkdeeWw==
180180
dependencies:
181181
"@ampproject/remapping" "^2.1.0"
182182
"@babel/code-frame" "^7.16.7"
183-
"@babel/generator" "^7.17.12"
183+
"@babel/generator" "^7.18.0"
184184
"@babel/helper-compilation-targets" "^7.17.10"
185-
"@babel/helper-module-transforms" "^7.17.12"
186-
"@babel/helpers" "^7.17.9"
187-
"@babel/parser" "^7.17.12"
185+
"@babel/helper-module-transforms" "^7.18.0"
186+
"@babel/helpers" "^7.18.0"
187+
"@babel/parser" "^7.18.0"
188188
"@babel/template" "^7.16.7"
189-
"@babel/traverse" "^7.17.12"
190-
"@babel/types" "^7.17.12"
189+
"@babel/traverse" "^7.18.0"
190+
"@babel/types" "^7.18.0"
191191
convert-source-map "^1.7.0"
192192
debug "^4.1.0"
193193
gensync "^1.0.0-beta.2"
@@ -212,12 +212,12 @@
212212
jsesc "^2.5.1"
213213
source-map "^0.5.0"
214214

215-
"@babel/generator@^7.17.12":
216-
version "7.17.12"
217-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.12.tgz#5970e6160e9be0428e02f4aba62d8551ec366cc8"
218-
integrity sha512-V49KtZiiiLjH/CnIW6OjJdrenrGoyh6AmKQ3k2AZFKozC1h846Q4NYlZ5nqAigPDUXfGzC88+LOUuG8yKd2kCw==
215+
"@babel/generator@^7.18.0":
216+
version "7.18.0"
217+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.0.tgz#46d28e8a18fc737b028efb25ab105d74473af43f"
218+
integrity sha512-81YO9gGx6voPXlvYdZBliFXAZU8vZ9AZ6z+CjlmcnaeOcYSFbMTpdeDUO9xD9dh/68Vq03I8ZspfUTPfitcDHg==
219219
dependencies:
220-
"@babel/types" "^7.17.12"
220+
"@babel/types" "^7.18.0"
221221
"@jridgewell/gen-mapping" "^0.3.0"
222222
jsesc "^2.5.1"
223223

@@ -348,19 +348,19 @@
348348
"@babel/traverse" "^7.17.3"
349349
"@babel/types" "^7.17.0"
350350

351-
"@babel/helper-module-transforms@^7.17.12":
352-
version "7.17.12"
353-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.12.tgz#bec00139520cb3feb078ef7a4578562480efb77e"
354-
integrity sha512-t5s2BeSWIghhFRPh9XMn6EIGmvn8Lmw5RVASJzkIx1mSemubQQBNIZiQD7WzaFmaHIrjAec4x8z9Yx8SjJ1/LA==
351+
"@babel/helper-module-transforms@^7.18.0":
352+
version "7.18.0"
353+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.0.tgz#baf05dec7a5875fb9235bd34ca18bad4e21221cd"
354+
integrity sha512-kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA==
355355
dependencies:
356356
"@babel/helper-environment-visitor" "^7.16.7"
357357
"@babel/helper-module-imports" "^7.16.7"
358358
"@babel/helper-simple-access" "^7.17.7"
359359
"@babel/helper-split-export-declaration" "^7.16.7"
360360
"@babel/helper-validator-identifier" "^7.16.7"
361361
"@babel/template" "^7.16.7"
362-
"@babel/traverse" "^7.17.12"
363-
"@babel/types" "^7.17.12"
362+
"@babel/traverse" "^7.18.0"
363+
"@babel/types" "^7.18.0"
364364

365365
"@babel/helper-optimise-call-expression@^7.16.7":
366366
version "7.16.7"
@@ -454,6 +454,15 @@
454454
"@babel/traverse" "^7.17.9"
455455
"@babel/types" "^7.17.0"
456456

457+
"@babel/helpers@^7.18.0":
458+
version "7.18.0"
459+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.0.tgz#aff37c3590de42102b54842446146d0205946370"
460+
integrity sha512-AE+HMYhmlMIbho9nbvicHyxFwhrO+xhKB6AhRxzl8w46Yj0VXTZjEsAoBVC7rB2I0jzX+yWyVybnO08qkfx6kg==
461+
dependencies:
462+
"@babel/template" "^7.16.7"
463+
"@babel/traverse" "^7.18.0"
464+
"@babel/types" "^7.18.0"
465+
457466
"@babel/highlight@^7.16.7":
458467
version "7.17.9"
459468
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.17.9.tgz#61b2ee7f32ea0454612def4fccdae0de232b73e3"
@@ -468,10 +477,10 @@
468477
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.9.tgz#9c94189a6062f0291418ca021077983058e171ef"
469478
integrity sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==
470479

471-
"@babel/parser@^7.17.12":
472-
version "7.17.12"
473-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.12.tgz#36c2ed06944e3691ba82735fc4cf62d12d491a23"
474-
integrity sha512-FLzHmN9V3AJIrWfOpvRlZCeVg/WLdicSnTMsLur6uDj9TT8ymUlG9XxURdW/XvuygK+2CW0poOJABdA4m/YKxA==
480+
"@babel/parser@^7.18.0":
481+
version "7.18.0"
482+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.0.tgz#10a8d4e656bc01128d299a787aa006ce1a91e112"
483+
integrity sha512-AqDccGC+m5O/iUStSJy3DGRIUFu7WbY/CppZYwrEUB4N0tZlnI8CSTsgL7v5fHVFmUbRv2sd+yy27o8Ydt4MGg==
475484

476485
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
477486
version "7.16.7"
@@ -1260,19 +1269,19 @@
12601269
debug "^4.1.0"
12611270
globals "^11.1.0"
12621271

1263-
"@babel/traverse@^7.17.12":
1264-
version "7.17.12"
1265-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.12.tgz#011874d2abbca0ccf1adbe38f6f7a4ff1747599c"
1266-
integrity sha512-zULPs+TbCvOkIFd4FrG53xrpxvCBwLIgo6tO0tJorY7YV2IWFxUfS/lXDJbGgfyYt9ery/Gxj2niwttNnB0gIw==
1272+
"@babel/traverse@^7.18.0":
1273+
version "7.18.0"
1274+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.0.tgz#0e5ec6db098660b2372dd63d096bf484e32d27ba"
1275+
integrity sha512-oNOO4vaoIQoGjDQ84LgtF/IAlxlyqL4TUuoQ7xLkQETFaHkY1F7yazhB4Kt3VcZGL0ZF/jhrEpnXqUb0M7V3sw==
12671276
dependencies:
12681277
"@babel/code-frame" "^7.16.7"
1269-
"@babel/generator" "^7.17.12"
1278+
"@babel/generator" "^7.18.0"
12701279
"@babel/helper-environment-visitor" "^7.16.7"
12711280
"@babel/helper-function-name" "^7.17.9"
12721281
"@babel/helper-hoist-variables" "^7.16.7"
12731282
"@babel/helper-split-export-declaration" "^7.16.7"
1274-
"@babel/parser" "^7.17.12"
1275-
"@babel/types" "^7.17.12"
1283+
"@babel/parser" "^7.18.0"
1284+
"@babel/types" "^7.18.0"
12761285
debug "^4.1.0"
12771286
globals "^11.1.0"
12781287

@@ -1292,6 +1301,14 @@
12921301
"@babel/helper-validator-identifier" "^7.16.7"
12931302
to-fast-properties "^2.0.0"
12941303

1304+
"@babel/types@^7.18.0":
1305+
version "7.18.0"
1306+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.0.tgz#ef523ea349722849cb4bf806e9342ede4d071553"
1307+
integrity sha512-vhAmLPAiC8j9K2GnsnLPCIH5wCrPpYIVBCWRBFDCB7Y/BXLqi/O+1RSTTM2bsmg6U/551+FCf9PNPxjABmxHTw==
1308+
dependencies:
1309+
"@babel/helper-validator-identifier" "^7.16.7"
1310+
to-fast-properties "^2.0.0"
1311+
12951312
"@badrap/bar-of-progress@^0.2.1":
12961313
version "0.2.1"
12971314
resolved "https://registry.yarnpkg.com/@badrap/bar-of-progress/-/bar-of-progress-0.2.1.tgz#68200c7547ecd7f3a3450597c596810a5a06c02c"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy