From c07d1fa253cf05656a03634c9f5efd974aa2171d Mon Sep 17 00:00:00 2001 From: Jiachi Liu Date: Mon, 8 Mar 2021 17:18:48 +0800 Subject: [PATCH 1/2] update plugin typescript readme --- packages/typescript/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/typescript/README.md b/packages/typescript/README.md index 70b47bfc9..2a32944ce 100644 --- a/packages/typescript/README.md +++ b/packages/typescript/README.md @@ -13,7 +13,7 @@ ## Requirements -This plugin requires an [LTS](https://github.com/nodejs/Release) Node version (v8.0.0+) and Rollup v1.20.0+. This plugin also requires at least [TypeScript 3.4](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-4.html). +This plugin requires an [LTS](https://github.com/nodejs/Release) Node version (v8.0.0+) and Rollup v1.20.0+. This plugin also requires at least [TypeScript 3.7](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html). ## Install From 901c873e311012f106f978fb31a26a9e13a3deee Mon Sep 17 00:00:00 2001 From: Jiachi Liu Date: Mon, 8 Mar 2021 17:25:11 +0800 Subject: [PATCH 2/2] Update package.json --- packages/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 8d9a3b676..28b12d3a7 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -48,7 +48,7 @@ "peerDependencies": { "rollup": "^2.14.0", "tslib": "*", - "typescript": ">=3.4.0" + "typescript": ">=3.7.0" }, "dependencies": { "@rollup/pluginutils": "^3.1.0",