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

Skip to content

Commit f6b59eb

Browse files
committed
feat(eslint): update dependencies to be compatible to nx 18
1 parent 1cb193f commit f6b59eb

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)