Skip to content

Commit c2c9b5f

Browse files
committed
Update Babel Transpilation to v7.19.4
1 parent bdf7151 commit c2c9b5f

2 files changed

Lines changed: 31 additions & 14 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@
7777
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
7878
"@babel/plugin-proposal-logical-assignment-operators": "7.18.9",
7979
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
80-
"@babel/plugin-proposal-object-rest-spread": "7.18.9",
80+
"@babel/plugin-proposal-object-rest-spread": "7.19.4",
8181
"@babel/plugin-proposal-optional-catch-binding": "7.18.6",
8282
"@babel/plugin-proposal-optional-chaining": "7.18.9",
8383
"@babel/plugin-proposal-pipeline-operator": "7.18.9",
8484
"@babel/plugin-proposal-throw-expressions": "7.18.6",
8585
"@babel/plugin-syntax-top-level-await": "7.14.5",
86-
"@babel/plugin-transform-block-scoping": "7.18.9",
86+
"@babel/plugin-transform-block-scoping": "7.19.4",
8787
"@ember/optional-features": "2.0.0",
8888
"babel-eslint": "10.1.0",
8989
"broccoli-asset-rev": "3.0.0",

yarn.lock

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@
126126
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
127127
integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==
128128

129+
"@babel/compat-data@^7.19.4":
130+
version "7.19.4"
131+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747"
132+
integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==
133+
129134
"@babel/compat-data@^7.8.4":
130135
version "7.8.5"
131136
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.5.tgz#d28ce872778c23551cbb9432fc68d28495b613b9"
@@ -1647,6 +1652,11 @@
16471652
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz#4b8aea3b069d8cb8a72cdfe28ddf5ceca695ef2f"
16481653
integrity sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==
16491654

1655+
"@babel/helper-plugin-utils@^7.19.0":
1656+
version "7.19.0"
1657+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.19.0.tgz#4796bb14961521f0f8715990bee2fb6e51ce21bf"
1658+
integrity sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw==
1659+
16501660
"@babel/helper-regex@^7.10.1":
16511661
version "7.10.1"
16521662
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.10.1.tgz#021cf1a7ba99822f993222a001cc3fec83255b96"
@@ -2831,14 +2841,14 @@
28312841
"@babel/helper-plugin-utils" "^7.8.3"
28322842
"@babel/plugin-syntax-numeric-separator" "^7.8.3"
28332843

2834-
"@babel/plugin-proposal-object-rest-spread@7.18.9":
2835-
version "7.18.9"
2836-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.9.tgz#f9434f6beb2c8cae9dfcf97d2a5941bbbf9ad4e7"
2837-
integrity sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q==
2844+
"@babel/plugin-proposal-object-rest-spread@7.19.4":
2845+
version "7.19.4"
2846+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.19.4.tgz#a8fc86e8180ff57290c91a75d83fe658189b642d"
2847+
integrity sha512-wHmj6LDxVDnL+3WhXteUBaoM1aVILZODAUjg11kHqG4cOlfgMQGxw6aCgvrXrmaJR3Bn14oZhImyCPZzRpC93Q==
28382848
dependencies:
2839-
"@babel/compat-data" "^7.18.8"
2840-
"@babel/helper-compilation-targets" "^7.18.9"
2841-
"@babel/helper-plugin-utils" "^7.18.9"
2849+
"@babel/compat-data" "^7.19.4"
2850+
"@babel/helper-compilation-targets" "^7.19.3"
2851+
"@babel/helper-plugin-utils" "^7.19.0"
28422852
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
28432853
"@babel/plugin-transform-parameters" "^7.18.8"
28442854

@@ -3477,12 +3487,12 @@
34773487
dependencies:
34783488
"@babel/helper-plugin-utils" "^7.8.3"
34793489

3480-
"@babel/plugin-transform-block-scoping@7.18.9", "@babel/plugin-transform-block-scoping@^7.18.9":
3481-
version "7.18.9"
3482-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.9.tgz#f9b7e018ac3f373c81452d6ada8bd5a18928926d"
3483-
integrity sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw==
3490+
"@babel/plugin-transform-block-scoping@7.19.4":
3491+
version "7.19.4"
3492+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.19.4.tgz#315d70f68ce64426db379a3d830e7ac30be02e9b"
3493+
integrity sha512-934S2VLLlt2hRJwPf4MczaOr4hYF0z+VKPwqTNxyKX7NthTiPfhuKFWQZHXRM0vh/wo/VyXB3s4bZUNA08l+tQ==
34843494
dependencies:
3485-
"@babel/helper-plugin-utils" "^7.18.9"
3495+
"@babel/helper-plugin-utils" "^7.19.0"
34863496

34873497
"@babel/plugin-transform-block-scoping@^7.10.1":
34883498
version "7.10.1"
@@ -3513,6 +3523,13 @@
35133523
dependencies:
35143524
"@babel/helper-plugin-utils" "^7.16.7"
35153525

3526+
"@babel/plugin-transform-block-scoping@^7.18.9":
3527+
version "7.18.9"
3528+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.9.tgz#f9b7e018ac3f373c81452d6ada8bd5a18928926d"
3529+
integrity sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw==
3530+
dependencies:
3531+
"@babel/helper-plugin-utils" "^7.18.9"
3532+
35163533
"@babel/plugin-transform-block-scoping@^7.8.3":
35173534
version "7.8.3"
35183535
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.8.3.tgz#97d35dab66857a437c166358b91d09050c868f3a"

0 commit comments

Comments
 (0)