From 28cac41e378318cdd1448c303abbee250aa4f107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Tue, 16 Feb 2021 16:05:06 +0100 Subject: [PATCH] Utilise n'importe quelle version d'Angular 7. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 054bcd5..f94920f 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "author": "Irstea - pôle IS", "license": "LGPL-3.0-or-later", "peerDependencies": { - "@angular/common": "^7.2.9", - "@angular/core": "^7.2.9" + "@angular/common": "^7", + "@angular/core": "^7" }, "dependencies": { "lodash": "^4.17.15", @@ -30,8 +30,8 @@ "rxjs-etc": "^9.6.2" }, "devDependencies": { - "@angular/common": "^7.2.15", - "@angular/core": "^7.2.15", + "@angular/common": "^7", + "@angular/core": "^7", "@typescript-eslint/eslint-plugin": "^4.15.1", "@typescript-eslint/parser": "^4.15.1", "eslint": "^7.20.0", -- GitLab