Skip to content

Commit e543d1b

Browse files
chore(deps-dev): bump @babel/preset-typescript from 7.14.5 to 7.15.0
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.14.5 to 7.15.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.15.0/packages/babel-preset-typescript) --- updated-dependencies: - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2ad3a47 commit e543d1b

File tree

1 file changed

+69
-15
lines changed

1 file changed

+69
-15
lines changed

yarn.lock

Lines changed: 69 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@
6060
jsesc "^2.5.1"
6161
source-map "^0.5.0"
6262

63+
"@babel/generator@^7.15.0":
64+
version "7.15.0"
65+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
66+
integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==
67+
dependencies:
68+
"@babel/types" "^7.15.0"
69+
jsesc "^2.5.1"
70+
source-map "^0.5.0"
71+
6372
"@babel/helper-annotate-as-pure@^7.14.5":
6473
version "7.14.5"
6574
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
@@ -97,16 +106,16 @@
97106
"@babel/helper-replace-supers" "^7.14.5"
98107
"@babel/helper-split-export-declaration" "^7.14.5"
99108

100-
"@babel/helper-create-class-features-plugin@^7.14.6":
101-
version "7.14.6"
102-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.6.tgz#f114469b6c06f8b5c59c6c4e74621f5085362542"
103-
integrity sha512-Z6gsfGofTxH/+LQXqYEK45kxmcensbzmk/oi8DmaQytlQCgqNZt9XQF8iqlI/SeXWVjaMNxvYvzaYw+kh42mDg==
109+
"@babel/helper-create-class-features-plugin@^7.15.0":
110+
version "7.15.0"
111+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.0.tgz#c9a137a4d137b2d0e2c649acf536d7ba1a76c0f7"
112+
integrity sha512-MdmDXgvTIi4heDVX/e9EFfeGpugqm9fobBVg/iioE8kueXrOHdRDe36FAY7SnE9xXLVeYCoJR/gdrBEIHRC83Q==
104113
dependencies:
105114
"@babel/helper-annotate-as-pure" "^7.14.5"
106115
"@babel/helper-function-name" "^7.14.5"
107-
"@babel/helper-member-expression-to-functions" "^7.14.5"
116+
"@babel/helper-member-expression-to-functions" "^7.15.0"
108117
"@babel/helper-optimise-call-expression" "^7.14.5"
109-
"@babel/helper-replace-supers" "^7.14.5"
118+
"@babel/helper-replace-supers" "^7.15.0"
110119
"@babel/helper-split-export-declaration" "^7.14.5"
111120

112121
"@babel/helper-create-regexp-features-plugin@^7.14.5":
@@ -168,6 +177,13 @@
168177
dependencies:
169178
"@babel/types" "^7.14.5"
170179

180+
"@babel/helper-member-expression-to-functions@^7.15.0":
181+
version "7.15.0"
182+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
183+
integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==
184+
dependencies:
185+
"@babel/types" "^7.15.0"
186+
171187
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
172188
version "7.14.5"
173189
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
@@ -220,6 +236,16 @@
220236
"@babel/traverse" "^7.14.5"
221237
"@babel/types" "^7.14.5"
222238

239+
"@babel/helper-replace-supers@^7.15.0":
240+
version "7.15.0"
241+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
242+
integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==
243+
dependencies:
244+
"@babel/helper-member-expression-to-functions" "^7.15.0"
245+
"@babel/helper-optimise-call-expression" "^7.14.5"
246+
"@babel/traverse" "^7.15.0"
247+
"@babel/types" "^7.15.0"
248+
223249
"@babel/helper-simple-access@^7.14.5":
224250
version "7.14.5"
225251
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4"
@@ -301,6 +327,11 @@
301327
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
302328
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
303329

330+
"@babel/parser@^7.15.0":
331+
version "7.15.0"
332+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9"
333+
integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ==
334+
304335
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
305336
version "7.14.5"
306337
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e"
@@ -849,12 +880,12 @@
849880
dependencies:
850881
"@babel/helper-plugin-utils" "^7.14.5"
851882

852-
"@babel/plugin-transform-typescript@^7.14.5":
853-
version "7.14.6"
854-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.14.6.tgz#6e9c2d98da2507ebe0a883b100cde3c7279df36c"
855-
integrity sha512-XlTdBq7Awr4FYIzqhmYY80WN0V0azF74DMPyFqVHBvf81ZUgc4X7ZOpx6O8eLDK6iM5cCQzeyJw0ynTaefixRA==
883+
"@babel/plugin-transform-typescript@^7.15.0":
884+
version "7.15.0"
885+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.0.tgz#553f230b9d5385018716586fc48db10dd228eb7e"
886+
integrity sha512-WIIEazmngMEEHDaPTx0IZY48SaAmjVWe3TRSX7cmJXn0bEv9midFzAjxiruOWYIVf5iQ10vFx7ASDpgEO08L5w==
856887
dependencies:
857-
"@babel/helper-create-class-features-plugin" "^7.14.6"
888+
"@babel/helper-create-class-features-plugin" "^7.15.0"
858889
"@babel/helper-plugin-utils" "^7.14.5"
859890
"@babel/plugin-syntax-typescript" "^7.14.5"
860891

@@ -976,13 +1007,13 @@
9761007
"@babel/plugin-transform-react-pure-annotations" "^7.14.5"
9771008

9781009
"@babel/preset-typescript@^7.14.5":
979-
version "7.14.5"
980-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.14.5.tgz#aa98de119cf9852b79511f19e7f44a2d379bcce0"
981-
integrity sha512-u4zO6CdbRKbS9TypMqrlGH7sd2TAJppZwn3c/ZRLeO/wGsbddxgbPDUZVNrie3JWYLQ9vpineKlsrWFvO6Pwkw==
1010+
version "7.15.0"
1011+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.15.0.tgz#e8fca638a1a0f64f14e1119f7fe4500277840945"
1012+
integrity sha512-lt0Y/8V3y06Wq/8H/u0WakrqciZ7Fz7mwPDHWUJAXlABL5hiUG42BNlRXiELNjeWjO5rWmnNKlx+yzJvxezHow==
9821013
dependencies:
9831014
"@babel/helper-plugin-utils" "^7.14.5"
9841015
"@babel/helper-validator-option" "^7.14.5"
985-
"@babel/plugin-transform-typescript" "^7.14.5"
1016+
"@babel/plugin-transform-typescript" "^7.15.0"
9861017

9871018
"@babel/runtime-corejs3@^7.10.2":
9881019
version "7.12.5"
@@ -1030,6 +1061,21 @@
10301061
debug "^4.1.0"
10311062
globals "^11.1.0"
10321063

1064+
"@babel/traverse@^7.15.0":
1065+
version "7.15.0"
1066+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
1067+
integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
1068+
dependencies:
1069+
"@babel/code-frame" "^7.14.5"
1070+
"@babel/generator" "^7.15.0"
1071+
"@babel/helper-function-name" "^7.14.5"
1072+
"@babel/helper-hoist-variables" "^7.14.5"
1073+
"@babel/helper-split-export-declaration" "^7.14.5"
1074+
"@babel/parser" "^7.15.0"
1075+
"@babel/types" "^7.15.0"
1076+
debug "^4.1.0"
1077+
globals "^11.1.0"
1078+
10331079
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.14.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
10341080
version "7.14.9"
10351081
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
@@ -1038,6 +1084,14 @@
10381084
"@babel/helper-validator-identifier" "^7.14.9"
10391085
to-fast-properties "^2.0.0"
10401086

1087+
"@babel/types@^7.15.0":
1088+
version "7.15.0"
1089+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
1090+
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
1091+
dependencies:
1092+
"@babel/helper-validator-identifier" "^7.14.9"
1093+
to-fast-properties "^2.0.0"
1094+
10411095
"@bcoe/v8-coverage@^0.2.3":
10421096
version "0.2.3"
10431097
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)