From c8717a30225fd456bd80265e56f9330222ba9ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grand?= <francois.grand@inrae.fr> Date: Thu, 30 Jun 2022 10:15:31 +0200 Subject: [PATCH] add angular-devkit/core dependency refs #500 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 927a6c62e..283514af7 100644 --- a/package.json +++ b/package.json @@ -77,6 +77,7 @@ "zone.js": "^0.11.6" }, "devDependencies": { + "@angular-devkit/core": "^14.0.4", "@angular/cli": "^11.2.19", "@angular/compiler-cli": "^11.2.14", "@angular/language-service": "^11.2.14", @@ -120,4 +121,4 @@ "android" ] } -} \ No newline at end of file +} -- GitLab