Skip to content

Commit ece0d30

Browse files
committed
feat: update types node
1 parent 5fe4acf commit ece0d30

File tree

3 files changed

+515
-207
lines changed

3 files changed

+515
-207
lines changed

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,4 +231,4 @@
231231
"cli": {
232232
"analytics": false
233233
}
234-
}
234+
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@
4040
"@angular-devkit/build-ng-packagr": "^0.1000.1",
4141
"@angular-eslint/builder": "14.4.0",
4242
"@angular-eslint/eslint-plugin": "14.4.0",
43-
"@angular-eslint/eslint-plugin-template": "13.2.1",
44-
"@angular-eslint/schematics": "13.2.1",
45-
"@angular-eslint/template-parser": "13.2.1",
43+
"@angular-eslint/eslint-plugin-template": "14.4.0",
44+
"@angular-eslint/schematics": "14.4.0",
45+
"@angular-eslint/template-parser": "14.4.0",
4646
"@angular/cli": "^14.2.10",
4747
"@angular/compiler-cli": "^14.2.12",
4848
"@angular/language-service": "^14.2.12",
4949
"@types/jasmine": "~3.5.0",
5050
"@types/jasminewd2": "~2.0.3",
51-
"@types/node": "^12.11.1",
52-
"@typescript-eslint/eslint-plugin": "5.17.0",
53-
"@typescript-eslint/parser": "5.17.0",
51+
"@types/node": "18.11.18",
52+
"@typescript-eslint/eslint-plugin": "^5.36.2",
53+
"@typescript-eslint/parser": "^5.36.2",
5454
"codelyzer": "^5.1.2",
55-
"eslint": "^8.12.0",
55+
"eslint": "^8.23.0",
5656
"jasmine-core": "~3.5.0",
5757
"jasmine-spec-reporter": "~5.0.0",
5858
"karma": "~6.3.4",
@@ -82,4 +82,4 @@
8282
"modal",
8383
"notifier"
8484
]
85-
}
85+
}

0 commit comments

Comments
 (0)