From 21ad225fd361ec5d6457b52837696af27869f5f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=95=8A=E5=B9=B3?= <951984189@qq.com> Date: Fri, 22 May 2020 13:33:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BA=E5=AE=9Atslint=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1c09467..5a45ff3 100644 --- a/package.json +++ b/package.json @@ -58,11 +58,14 @@ "egg-bin": "^4.11.0", "egg-ci": "^1.8.0", "egg-mock": "^3.16.0", - "tslib": "^1.9.0", - "tslint": "^5.0.0", + "tslib": "1.9.0", + "tslint": "5.0.0", "tslint-config-egg": "^1.0.0", "typescript": "^3.0.0" }, + "resolutions": { + "tslib": "1.9.0" + }, "engines": { "node": ">=8.9.0" }, @@ -78,4 +81,4 @@ ], "author": "cool", "license": "MIT" -} +} \ No newline at end of file