Skip to content

Commit 8c8d46a

Browse files
committed
chore(deps): bump @babel/*
1 parent e25478c commit 8c8d46a

2 files changed

Lines changed: 22 additions & 20 deletions

File tree

src/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"lint:js": "eslint --ext ts,js ."
1717
},
1818
"dependencies": {
19-
"@babel/plugin-proposal-class-properties": "^7.14.5",
20-
"@babel/plugin-proposal-decorators": "^7.14.5",
21-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
22-
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
23-
"@babel/plugin-transform-typescript": "^7.14.6",
24-
"@babel/preset-env": "^7.14.9"
19+
"@babel/plugin-proposal-class-properties": "^7.18.6",
20+
"@babel/plugin-proposal-decorators": "^7.18.10",
21+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
22+
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
23+
"@babel/plugin-transform-typescript": "^7.18.10",
24+
"@babel/preset-env": "^7.18.10"
2525
},
2626
"devDependencies": {
2727
"@clark/eslint-config-node": "^2.1.0",

yarn.lock

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
browserslist "^4.20.2"
8585
semver "^6.3.0"
8686

87-
"@babel/helper-create-class-features-plugin@^7.14.5", "@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.18.9":
87+
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.18.9":
8888
version "7.18.9"
8989
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.9.tgz#d802ee16a64a9e824fcbf0a2ffc92f19d58550ce"
9090
integrity sha512-WvypNAYaVh23QcjpMR24CwZY2Nz6hqdOcFdPbNpV56hL5H6KiFheO7Xm1aPdlLQ7d5emYZX7VZwPp9x3z+2opw==
@@ -314,7 +314,7 @@
314314
"@babel/helper-remap-async-to-generator" "^7.18.9"
315315
"@babel/plugin-syntax-async-generators" "^7.8.4"
316316

317-
"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.14.5", "@babel/plugin-proposal-class-properties@^7.16.5", "@babel/plugin-proposal-class-properties@^7.18.6":
317+
"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.16.5", "@babel/plugin-proposal-class-properties@^7.18.6":
318318
version "7.18.6"
319319
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
320320
integrity sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==
@@ -331,14 +331,16 @@
331331
"@babel/helper-plugin-utils" "^7.18.6"
332332
"@babel/plugin-syntax-class-static-block" "^7.14.5"
333333

334-
"@babel/plugin-proposal-decorators@^7.13.5", "@babel/plugin-proposal-decorators@^7.14.5":
335-
version "7.14.5"
336-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.14.5.tgz#59bc4dfc1d665b5a6749cf798ff42297ed1b2c1d"
337-
integrity sha512-LYz5nvQcvYeRVjui1Ykn28i+3aUiXwQ/3MGoEy0InTaz1pJo/lAzmIDXX+BQny/oufgHzJ6vnEEiXQ8KZjEVFg==
334+
"@babel/plugin-proposal-decorators@^7.13.5", "@babel/plugin-proposal-decorators@^7.18.10":
335+
version "7.18.10"
336+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.18.10.tgz#788650d01e518a8a722eb8b3055dd9d73ecb7a35"
337+
integrity sha512-wdGTwWF5QtpTY/gbBtQLAiCnoxfD4qMbN87NYZle1dOZ9Os8Y6zXcKrIaOU8W+TIvFUWVGG9tUgNww3CjXRVVw==
338338
dependencies:
339-
"@babel/helper-create-class-features-plugin" "^7.14.5"
340-
"@babel/helper-plugin-utils" "^7.14.5"
341-
"@babel/plugin-syntax-decorators" "^7.14.5"
339+
"@babel/helper-create-class-features-plugin" "^7.18.9"
340+
"@babel/helper-plugin-utils" "^7.18.9"
341+
"@babel/helper-replace-supers" "^7.18.9"
342+
"@babel/helper-split-export-declaration" "^7.18.6"
343+
"@babel/plugin-syntax-decorators" "^7.18.6"
342344

343345
"@babel/plugin-proposal-dynamic-import@^7.18.6":
344346
version "7.18.6"
@@ -372,7 +374,7 @@
372374
"@babel/helper-plugin-utils" "^7.18.9"
373375
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
374376

375-
"@babel/plugin-proposal-nullish-coalescing-operator@^7.14.5", "@babel/plugin-proposal-nullish-coalescing-operator@^7.18.6":
377+
"@babel/plugin-proposal-nullish-coalescing-operator@^7.18.6":
376378
version "7.18.6"
377379
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz#fdd940a99a740e577d6c753ab6fbb43fdb9467e1"
378380
integrity sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==
@@ -407,7 +409,7 @@
407409
"@babel/helper-plugin-utils" "^7.18.6"
408410
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
409411

410-
"@babel/plugin-proposal-optional-chaining@^7.14.5", "@babel/plugin-proposal-optional-chaining@^7.18.9":
412+
"@babel/plugin-proposal-optional-chaining@^7.18.9":
411413
version "7.18.9"
412414
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz#e8e8fe0723f2563960e4bf5e9690933691915993"
413415
integrity sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==
@@ -463,7 +465,7 @@
463465
dependencies:
464466
"@babel/helper-plugin-utils" "^7.14.5"
465467

466-
"@babel/plugin-syntax-decorators@^7.14.5", "@babel/plugin-syntax-decorators@^7.16.7":
468+
"@babel/plugin-syntax-decorators@^7.16.7", "@babel/plugin-syntax-decorators@^7.18.6":
467469
version "7.18.6"
468470
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.18.6.tgz#2e45af22835d0b0f8665da2bfd4463649ce5dbc1"
469471
integrity sha512-fqyLgjcxf/1yhyZ6A+yo1u9gJ7eleFQod2lkaUsF9DQ7sbbY3Ligym3L0+I2c0WmqNKDpoD9UTb1AKP3qRMOAQ==
@@ -817,7 +819,7 @@
817819
dependencies:
818820
"@babel/helper-plugin-utils" "^7.18.9"
819821

820-
"@babel/plugin-transform-typescript@^7.13.0", "@babel/plugin-transform-typescript@^7.14.6", "@babel/plugin-transform-typescript@^7.16.8":
822+
"@babel/plugin-transform-typescript@^7.13.0", "@babel/plugin-transform-typescript@^7.16.8", "@babel/plugin-transform-typescript@^7.18.10":
821823
version "7.18.10"
822824
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.18.10.tgz#b23401b32f1f079396bcaed01667a54ebe4f9f85"
823825
integrity sha512-j2HQCJuMbi88QftIb5zlRu3c7PU+sXNnscqsrjqegoGiCgXR569pEdben9vly5QHKL2ilYkfnSwu64zsZo/VYQ==
@@ -857,7 +859,7 @@
857859
core-js "^2.6.5"
858860
regenerator-runtime "^0.13.4"
859861

860-
"@babel/preset-env@^7.10.2", "@babel/preset-env@^7.14.9", "@babel/preset-env@^7.16.5":
862+
"@babel/preset-env@^7.10.2", "@babel/preset-env@^7.16.5", "@babel/preset-env@^7.18.10":
861863
version "7.18.10"
862864
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.10.tgz#83b8dfe70d7eea1aae5a10635ab0a5fe60dfc0f4"
863865
integrity sha512-wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA==

0 commit comments

Comments
 (0)