From 5b6a8cbc0e3013fa16ca5b2d3a22991700b1cc14 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 6 Oct 2021 21:38:45 +0000 Subject: [PATCH] Update dependency @babel/plugin-transform-typescript to v7.15.8 --- package.json | 2 +- yarn.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4241701..d8d1159 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/cli": "7.15.7", - "@babel/plugin-transform-typescript": "7.15.4", + "@babel/plugin-transform-typescript": "7.15.8", "@fontsource/anonymous-pro": "4.5.0", "@mdx-js/mdx": "1.6.22", "@mdx-js/react": "1.6.22", diff --git a/yarn.lock b/yarn.lock index ce4dd27..30d4a51 100644 --- a/yarn.lock +++ b/yarn.lock @@ -910,7 +910,16 @@ dependencies: "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-typescript@7.15.4", "@babel/plugin-transform-typescript@^7.15.0": +"@babel/plugin-transform-typescript@7.15.8": + version "7.15.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.8.tgz#ff0e6a47de9b2d58652123ab5a879b2ff20665d8" + integrity sha512-ZXIkJpbaf6/EsmjeTbiJN/yMxWPFWvlr7sEG1P95Xb4S4IBcrf2n7s/fItIhsAmOf8oSh3VJPDppO6ExfAfKRQ== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.15.4" + "@babel/helper-plugin-utils" "^7.14.5" + "@babel/plugin-syntax-typescript" "^7.14.5" + +"@babel/plugin-transform-typescript@^7.15.0": version "7.15.4" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.4.tgz#db7a062dcf8be5fc096bc0eeb40a13fbfa1fa251" integrity sha512-sM1/FEjwYjXvMwu1PJStH11kJ154zd/lpY56NQJ5qH2D0mabMv1CAy/kdvS9RP4Xgfj9fBBA3JiSLdDHgXdzOA==