Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 189e662

Browse files
authored
Merge pull request #1715 from rx-angular/fix-eslint-plugin-nx182
feat(eslint): update dependencies to be compatible to nx 18
2 parents 1f16be9 + f6b59eb commit 189e662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/eslint-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"peerDependencies": {
55
"eslint": ">=8.0.0",
66
"typescript": ">=4.3.5",
7-
"@typescript-eslint/parser": "^6.10.0"
7+
"@typescript-eslint/parser": "^6.13.2 || ^7.0.0"
88
},
99
"dependencies": {
10-
"@typescript-eslint/utils": "^6.10.0"
10+
"@typescript-eslint/utils": "^6.13.2 || ^7.0.0"
1111
}
1212
}

0 commit comments

Comments
 (0)