From fd58778c2fd5e69f338c063892970f030543997f Mon Sep 17 00:00:00 2001 From: Toru Kobayashi Date: Thu, 18 Jun 2020 15:19:23 +0900 Subject: [PATCH] Update package.json Co-authored-by: Toshihisa Tomatsu --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83de28f9..bd9487b0 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "peerDependencies": { "eslint": "^7.0.0", - "typescript": "^3.3.3333" + "typescript": ">=3.3.1 <3.10.0" }, "dependencies": { "@typescript-eslint/eslint-plugin": "^3.2.0",