From 8a51c9640f6b29611606e848bd2a78ab8cf2210d Mon Sep 17 00:00:00 2001
From: limingzhe <limingzhe@iplayabc.com>
Date: Mon, 22 Jun 2020 15:31:24 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=BA=E5=AE=9A=20tween=E7=89=88?=
 =?UTF-8?q?=E6=9C=AC=E5=8F=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 package.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 92d56d5..c9142ed 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
     "@fortawesome/fontawesome-svg-core": "^1.2.27",
     "@fortawesome/free-regular-svg-icons": "^5.12.1",
     "@fortawesome/free-solid-svg-icons": "^5.12.1",
-    "@tweenjs/tween.js": "^18.5.0",
+    "@tweenjs/tween.js": "~18.5.0",
     "ali-oss": "^6.5.1",
     "compressing": "^1.5.0",
     "ng-zorro-antd": "^8.5.2",
@@ -51,6 +51,7 @@
     "karma-jasmine-html-reporter": "^1.4.2",
     "protractor": "~5.4.3",
     "ts-node": "~8.3.0",
+    "tslint": "~5.18.0",
     "typescript": "~3.7.5"
   }
 }
-- 
2.21.0