From 0578f59178aec900c353dd57ac459c075e29f133 Mon Sep 17 00:00:00 2001 From: Camillo Carmesin <42699360+gitCodingMan@users.noreply.github.com> Date: Mon, 1 Nov 2021 15:06:03 +0100 Subject: [PATCH 1/2] Update: Angular 9 -> Angular 10 This fixes #1017 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 45600118..6e29c848 100644 --- a/package.json +++ b/package.json @@ -94,8 +94,8 @@ "tslint": "^5.0.0 || ^6.0.0" }, "dependencies": { - "@angular/core": "9.0.0", - "@angular/compiler": "9.0.0", + "@angular/core": "^10.0.0", + "@angular/compiler": "^10.0.0", "tslib": "^1.10.0", "zone.js": "~0.10.3", "rxjs": "^6.5.3", From c1eb501dfa8b8c35996ea63d92e56aa94d4ba2db Mon Sep 17 00:00:00 2001 From: Camillo Carmesin <42699360+gitCodingMan@users.noreply.github.com> Date: Mon, 1 Nov 2021 16:43:42 +0100 Subject: [PATCH 2/2] Increased bugfix version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e29c848..c2e42423 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codelyzer", - "version": "6.0.2", + "version": "6.0.3", "description": "Linting for Angular applications, following angular.io/styleguide.", "main": "index.js", "scripts": {