Commit 28cac41e authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Utilise n'importe quelle version d'Angular 7.

No related merge requests found
Showing with 4 additions and 4 deletions
+4 -4
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
"author": "Irstea - pôle IS", "author": "Irstea - pôle IS",
"license": "LGPL-3.0-or-later", "license": "LGPL-3.0-or-later",
"peerDependencies": { "peerDependencies": {
"@angular/common": "^7.2.9", "@angular/common": "^7",
"@angular/core": "^7.2.9" "@angular/core": "^7"
}, },
"dependencies": { "dependencies": {
"lodash": "^4.17.15", "lodash": "^4.17.15",
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
"rxjs-etc": "^9.6.2" "rxjs-etc": "^9.6.2"
}, },
"devDependencies": { "devDependencies": {
"@angular/common": "^7.2.15", "@angular/common": "^7",
"@angular/core": "^7.2.15", "@angular/core": "^7",
"@typescript-eslint/eslint-plugin": "^4.15.1", "@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1", "@typescript-eslint/parser": "^4.15.1",
"eslint": "^7.20.0", "eslint": "^7.20.0",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment