Utilise n'importe quelle version d'Angular 7.
Showing
+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", | ||
... | ... |
Please register or sign in to comment