Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 0c5c09f

Browse files
authored
build: fix linting CI check (#1092)
Resolves the error that was breaking the lint CI check.
1 parent 1726e05 commit 0c5c09f

File tree

2 files changed

+381
-274
lines changed

2 files changed

+381
-274
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@
6060
},
6161
"devDependencies": {
6262
"@angular-devkit/build-angular": "^13.0.0-next.9",
63-
"@angular-eslint/builder": "^12.3.0",
64-
"@angular-eslint/eslint-plugin": "^12.3.0",
65-
"@angular-eslint/eslint-plugin-template": "^12.3.0",
66-
"@angular-eslint/schematics": "^12.3.0",
67-
"@angular-eslint/template-parser": "^12.3.0",
63+
"@angular-eslint/builder": "^12.6.1",
64+
"@angular-eslint/eslint-plugin": "^12.6.1",
65+
"@angular-eslint/eslint-plugin-template": "^12.6.1",
66+
"@angular-eslint/schematics": "^12.6.1",
67+
"@angular-eslint/template-parser": "^12.6.1",
6868
"@angular/cli": "^13.0.0-next.9",
6969
"@angular/compiler-cli": "13.0.0-next.15",
7070
"@types/imagemin": "^7.0.0",
7171
"@types/jasmine": "^3.7.7",
7272
"@types/node": "^14.14.22",
7373
"@types/shelljs": "~0.8.8",
74-
"@typescript-eslint/eslint-plugin": "4.16.1",
75-
"@typescript-eslint/parser": "4.16.1",
74+
"@typescript-eslint/eslint-plugin": "5.2.0",
75+
"@typescript-eslint/parser": "5.2.0",
7676
"eslint": "^7.6.0",
7777
"eslint-plugin-ban": "^1.5.2",
7878
"eslint-plugin-import": "^2.22.1",

0 commit comments

Comments
 (0)