mirror of
https://github.com/actions/typescript-action.git
synced 2025-12-14 22:20:53 +00:00
refactor: update eslint dependency
Updates eslint dependency to get rid of the peer dependency warning in the stable node release.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
"@types/node": "^16.10.5",
|
||||
"@typescript-eslint/parser": "^5.8.1",
|
||||
"@vercel/ncc": "^0.31.1",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint": "^8.0.1",
|
||||
"eslint-plugin-github": "^4.3.2",
|
||||
"eslint-plugin-jest": "^25.3.2",
|
||||
"jest": "^27.2.5",
|
||||
|
||||
Reference in New Issue
Block a user