From dc6bf5758717a39416b1bb95a6ba56c200f2278d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BE=E5=87=A0=E6=B5=B7?= Date: Fri, 12 Mar 2021 00:10:17 +0800 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E4=BE=9D=E8=B5=96=E8=B6=85?= =?UTF-8?q?=E5=89=8D=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6beed04..ac67259 100644 --- a/package.json +++ b/package.json @@ -25,11 +25,11 @@ "ng-zorro-antd": "^10.1.2", "rxjs": "^6.6.3", "tslib": "^2.0.3", - "vditor": "^3.6.3", + "vditor": "~3.6.3", "zone.js": "^0.11.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^0.1100.2", + "@angular-devkit/build-angular": "^0.1102.4", "@angular/cli": "^11.1.2", "@angular/compiler-cli": "^11.0.2", "@angular/language-service": "^11.0.2", @@ -48,6 +48,6 @@ "protractor": "^7.0.0", "ts-node": "^9.0.0", "tslint": "^6.1.3", - "typescript": "^4.0.5" + "typescript": "~4.1.0" } }