From b9a3806f9ea1e867d4316b146f640d76e6c24234 Mon Sep 17 00:00:00 2001 From: Simon Adcock Date: Fri, 15 Feb 2019 20:59:21 +0000 Subject: [PATCH] Upgrade to @babel/preset-typescript to use @babel/plugin-transform-typescript@^7.3.2 (#9497) [skip ci] Bumps to 7.3.2 the version of `@babel/plugin-transform-typescript` used by `@babel/preset-typescript`. This allows us to use `@babel/preset-typescript` and pick up at least one useful bug fix (#9095). A similar PR (#9181) was closed as it bumped to a version that didn't have changes. However reading the comments from that PR, I get the sense that bumping the version in this manner should not be necessary, and should be handled by Lerna. Is this correct? Please let me know if I can make any improvements to this PR, the description or if there's anything else I can do to help. --- packages/babel-preset-typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-preset-typescript/package.json b/packages/babel-preset-typescript/package.json index bc79cd413a..a85eb2c621 100644 --- a/packages/babel-preset-typescript/package.json +++ b/packages/babel-preset-typescript/package.json @@ -14,7 +14,7 @@ ], "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-transform-typescript": "^7.1.0" + "@babel/plugin-transform-typescript": "^7.3.2" }, "peerDependencies": { "@babel/core": "^7.0.0-0"