From 28e85ea730df10f4a678b5bc466cb1a1cf85b626 Mon Sep 17 00:00:00 2001 From: Mondei1 Date: Thu, 6 May 2021 15:25:28 +0200 Subject: [PATCH] Fix typo in package.json --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 4ae7030..f311bde 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "dependencies": { "@angular/animations": "~10.1.5", "@angular/cdk": "^10.2.1", - "@angular/common": ", + "@angular/common": "~10.1.5", "@angular/compiler": "~10.1.5", "@angular/core": "~10.1.5", "@angular/forms": "~10.1.5",