Skip to content

Commit fe9668c

Browse files
Bump @babel/preset-env from 7.10.4 to 7.11.0
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.10.4 to 7.11.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.11.0/packages/babel-preset-env) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 79abef6 commit fe9668c

2 files changed

Lines changed: 70 additions & 27 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@babel/core": "^7.11.0",
3535
"@babel/plugin-transform-typescript": "^7.11.0",
36-
"@babel/preset-env": "^7.10.4",
36+
"@babel/preset-env": "^7.11.0",
3737
"babel-core": "^6.25.0",
3838
"eslint": "^7.6.0",
3939
"eslint-config-prettier": "^6.11.0",

yarn.lock

Lines changed: 69 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12-
"@babel/compat-data@^7.10.4":
13-
version "7.10.4"
14-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.10.4.tgz#706a6484ee6f910b719b696a9194f8da7d7ac241"
15-
integrity sha512-t+rjExOrSVvjQQXNp5zAIYDp00KjdvGl/TpDX5REPr0S9IAIPQMTilcfG6q8c0QFmj9lSTVySV2VTsyggvtNIw==
12+
"@babel/compat-data@^7.10.4", "@babel/compat-data@^7.11.0":
13+
version "7.11.0"
14+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.11.0.tgz#e9f73efe09af1355b723a7f39b11bad637d7c99c"
15+
integrity sha512-TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ==
1616
dependencies:
1717
browserslist "^4.12.0"
1818
invariant "^2.2.4"
@@ -177,7 +177,7 @@
177177
dependencies:
178178
"@babel/types" "^7.10.4"
179179

180-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0":
180+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
181181
version "7.10.4"
182182
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
183183
integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
@@ -218,6 +218,13 @@
218218
"@babel/template" "^7.10.4"
219219
"@babel/types" "^7.10.4"
220220

221+
"@babel/helper-skip-transparent-expression-wrappers@^7.11.0":
222+
version "7.11.0"
223+
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz#eec162f112c2f58d3af0af125e3bb57665146729"
224+
integrity sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q==
225+
dependencies:
226+
"@babel/types" "^7.11.0"
227+
221228
"@babel/helper-split-export-declaration@^7.10.4":
222229
version "7.10.4"
223230
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1"
@@ -295,6 +302,14 @@
295302
"@babel/helper-plugin-utils" "^7.10.4"
296303
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
297304

305+
"@babel/plugin-proposal-export-namespace-from@^7.10.4":
306+
version "7.10.4"
307+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.10.4.tgz#570d883b91031637b3e2958eea3c438e62c05f54"
308+
integrity sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg==
309+
dependencies:
310+
"@babel/helper-plugin-utils" "^7.10.4"
311+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
312+
298313
"@babel/plugin-proposal-json-strings@^7.10.4":
299314
version "7.10.4"
300315
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.4.tgz#593e59c63528160233bd321b1aebe0820c2341db"
@@ -303,6 +318,14 @@
303318
"@babel/helper-plugin-utils" "^7.10.4"
304319
"@babel/plugin-syntax-json-strings" "^7.8.0"
305320

321+
"@babel/plugin-proposal-logical-assignment-operators@^7.11.0":
322+
version "7.11.0"
323+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.11.0.tgz#9f80e482c03083c87125dee10026b58527ea20c8"
324+
integrity sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q==
325+
dependencies:
326+
"@babel/helper-plugin-utils" "^7.10.4"
327+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
328+
306329
"@babel/plugin-proposal-nullish-coalescing-operator@^7.10.4":
307330
version "7.10.4"
308331
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz#02a7e961fc32e6d5b2db0649e01bf80ddee7e04a"
@@ -319,10 +342,10 @@
319342
"@babel/helper-plugin-utils" "^7.10.4"
320343
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
321344

322-
"@babel/plugin-proposal-object-rest-spread@^7.10.4":
323-
version "7.10.4"
324-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.4.tgz#50129ac216b9a6a55b3853fdd923e74bf553a4c0"
325-
integrity sha512-6vh4SqRuLLarjgeOf4EaROJAHjvu9Gl+/346PbDH9yWbJyfnJ/ah3jmYKYtswEyCoWZiidvVHjHshd4WgjB9BA==
345+
"@babel/plugin-proposal-object-rest-spread@^7.11.0":
346+
version "7.11.0"
347+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.11.0.tgz#bd81f95a1f746760ea43b6c2d3d62b11790ad0af"
348+
integrity sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA==
326349
dependencies:
327350
"@babel/helper-plugin-utils" "^7.10.4"
328351
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
@@ -336,12 +359,13 @@
336359
"@babel/helper-plugin-utils" "^7.10.4"
337360
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
338361

339-
"@babel/plugin-proposal-optional-chaining@^7.10.4":
340-
version "7.10.4"
341-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.4.tgz#750f1255e930a1f82d8cdde45031f81a0d0adff7"
342-
integrity sha512-ZIhQIEeavTgouyMSdZRap4VPPHqJJ3NEs2cuHs5p0erH+iz6khB0qfgU8g7UuJkG88+fBMy23ZiU+nuHvekJeQ==
362+
"@babel/plugin-proposal-optional-chaining@^7.11.0":
363+
version "7.11.0"
364+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz#de5866d0646f6afdaab8a566382fe3a221755076"
365+
integrity sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA==
343366
dependencies:
344367
"@babel/helper-plugin-utils" "^7.10.4"
368+
"@babel/helper-skip-transparent-expression-wrappers" "^7.11.0"
345369
"@babel/plugin-syntax-optional-chaining" "^7.8.0"
346370

347371
"@babel/plugin-proposal-private-methods@^7.10.4":
@@ -381,13 +405,27 @@
381405
dependencies:
382406
"@babel/helper-plugin-utils" "^7.8.0"
383407

408+
"@babel/plugin-syntax-export-namespace-from@^7.8.3":
409+
version "7.8.3"
410+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a"
411+
integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==
412+
dependencies:
413+
"@babel/helper-plugin-utils" "^7.8.3"
414+
384415
"@babel/plugin-syntax-json-strings@^7.8.0":
385416
version "7.8.3"
386417
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a"
387418
integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==
388419
dependencies:
389420
"@babel/helper-plugin-utils" "^7.8.0"
390421

422+
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4":
423+
version "7.10.4"
424+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699"
425+
integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==
426+
dependencies:
427+
"@babel/helper-plugin-utils" "^7.10.4"
428+
391429
"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0":
392430
version "7.8.3"
393431
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
@@ -643,12 +681,13 @@
643681
dependencies:
644682
"@babel/helper-plugin-utils" "^7.10.4"
645683

646-
"@babel/plugin-transform-spread@^7.10.4":
647-
version "7.10.4"
648-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.10.4.tgz#4e2c85ea0d6abaee1b24dcfbbae426fe8d674cff"
649-
integrity sha512-1e/51G/Ni+7uH5gktbWv+eCED9pP8ZpRhZB3jOaI3mmzfvJTWHkuyYTv0Z5PYtyM+Tr2Ccr9kUdQxn60fI5WuQ==
684+
"@babel/plugin-transform-spread@^7.11.0":
685+
version "7.11.0"
686+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.11.0.tgz#fa84d300f5e4f57752fe41a6d1b3c554f13f17cc"
687+
integrity sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw==
650688
dependencies:
651689
"@babel/helper-plugin-utils" "^7.10.4"
690+
"@babel/helper-skip-transparent-expression-wrappers" "^7.11.0"
652691

653692
"@babel/plugin-transform-sticky-regex@^7.10.4":
654693
version "7.10.4"
@@ -697,30 +736,34 @@
697736
"@babel/helper-create-regexp-features-plugin" "^7.10.4"
698737
"@babel/helper-plugin-utils" "^7.10.4"
699738

700-
"@babel/preset-env@^7.10.4":
701-
version "7.10.4"
702-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.4.tgz#fbf57f9a803afd97f4f32e4f798bb62e4b2bef5f"
703-
integrity sha512-tcmuQ6vupfMZPrLrc38d0sF2OjLT3/bZ0dry5HchNCQbrokoQi4reXqclvkkAT5b+gWc23meVWpve5P/7+w/zw==
739+
"@babel/preset-env@^7.11.0":
740+
version "7.11.0"
741+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796"
742+
integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg==
704743
dependencies:
705-
"@babel/compat-data" "^7.10.4"
744+
"@babel/compat-data" "^7.11.0"
706745
"@babel/helper-compilation-targets" "^7.10.4"
707746
"@babel/helper-module-imports" "^7.10.4"
708747
"@babel/helper-plugin-utils" "^7.10.4"
709748
"@babel/plugin-proposal-async-generator-functions" "^7.10.4"
710749
"@babel/plugin-proposal-class-properties" "^7.10.4"
711750
"@babel/plugin-proposal-dynamic-import" "^7.10.4"
751+
"@babel/plugin-proposal-export-namespace-from" "^7.10.4"
712752
"@babel/plugin-proposal-json-strings" "^7.10.4"
753+
"@babel/plugin-proposal-logical-assignment-operators" "^7.11.0"
713754
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.4"
714755
"@babel/plugin-proposal-numeric-separator" "^7.10.4"
715-
"@babel/plugin-proposal-object-rest-spread" "^7.10.4"
756+
"@babel/plugin-proposal-object-rest-spread" "^7.11.0"
716757
"@babel/plugin-proposal-optional-catch-binding" "^7.10.4"
717-
"@babel/plugin-proposal-optional-chaining" "^7.10.4"
758+
"@babel/plugin-proposal-optional-chaining" "^7.11.0"
718759
"@babel/plugin-proposal-private-methods" "^7.10.4"
719760
"@babel/plugin-proposal-unicode-property-regex" "^7.10.4"
720761
"@babel/plugin-syntax-async-generators" "^7.8.0"
721762
"@babel/plugin-syntax-class-properties" "^7.10.4"
722763
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
764+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
723765
"@babel/plugin-syntax-json-strings" "^7.8.0"
766+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
724767
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
725768
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
726769
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
@@ -753,14 +796,14 @@
753796
"@babel/plugin-transform-regenerator" "^7.10.4"
754797
"@babel/plugin-transform-reserved-words" "^7.10.4"
755798
"@babel/plugin-transform-shorthand-properties" "^7.10.4"
756-
"@babel/plugin-transform-spread" "^7.10.4"
799+
"@babel/plugin-transform-spread" "^7.11.0"
757800
"@babel/plugin-transform-sticky-regex" "^7.10.4"
758801
"@babel/plugin-transform-template-literals" "^7.10.4"
759802
"@babel/plugin-transform-typeof-symbol" "^7.10.4"
760803
"@babel/plugin-transform-unicode-escapes" "^7.10.4"
761804
"@babel/plugin-transform-unicode-regex" "^7.10.4"
762805
"@babel/preset-modules" "^0.1.3"
763-
"@babel/types" "^7.10.4"
806+
"@babel/types" "^7.11.0"
764807
browserslist "^4.12.0"
765808
core-js-compat "^3.6.2"
766809
invariant "^2.2.2"

0 commit comments

Comments
 (0)