From 208a85c5a514bbcec4f98916e0533c8edc06df3f Mon Sep 17 00:00:00 2001 From: Finn Kempers Date: Wed, 29 Jul 2020 12:56:49 +0100 Subject: [PATCH] fix to get ng update to work --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01923a8..f9dc6ef 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "zone.js": "~0.9.1" }, "devDependencies": { - "@angular-devkit/build-angular": "^0.1000.4", + "@angular-devkit/build-angular": "^0.803.21", "@angular/cli": "^8.1.0", "@angular/compiler-cli": "8.1.0", "@types/jasmine": "3.3.13",