Skip to content

Commit

Permalink
fix: update typescript-eslint packages to v5.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 14, 2022
1 parent d2ae95a commit 917c69c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -73,8 +73,8 @@
"@types/jest": "28.1.1",
"@types/node": "16.11.7",
"@types/prettier": "2.7.1",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"env-cmd": "10.1.0",
"eslint": "8.27.0",
"eslint-config-prettier": "8.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-template/package.json
Expand Up @@ -18,8 +18,8 @@
],
"dependencies": {
"@angular-eslint/bundled-angular-compiler": "14.1.2",
"@typescript-eslint/type-utils": "5.38.1",
"@typescript-eslint/utils": "5.38.1",
"@typescript-eslint/type-utils": "5.43.0",
"@typescript-eslint/utils": "5.43.0",
"aria-query": "5.1.3",
"axobject-query": "3.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Expand Up @@ -18,7 +18,7 @@
],
"dependencies": {
"@angular-eslint/utils": "14.1.2",
"@typescript-eslint/utils": "5.38.1"
"@typescript-eslint/utils": "5.43.0"
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/package.json
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@types/tmp": "0.2.3",
"@typescript-eslint/utils": "5.38.1",
"@typescript-eslint/utils": "5.43.0",
"eslint": "8.27.0",
"tslint-to-eslint-config": "2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@angular-eslint/bundled-angular-compiler": "14.1.2",
"@typescript-eslint/utils": "5.38.1"
"@typescript-eslint/utils": "5.43.0"
},
"gitHead": "e2006e5e9c99e5a943d1a999e0efa5247d29ec24"
}

0 comments on commit 917c69c

Please sign in to comment.