bump TypeScript ESLint dependencies

This commit is contained in:
chiranjib-swain
2025-09-24 14:53:12 +05:30
parent 9c072c78e4
commit 7e1b2670a6
2 changed files with 155 additions and 327 deletions

View File

@@ -3,7 +3,7 @@
"version": "6.0.0",
"description": "Labels pull requests by files altered",
"main": "lib/main.js",
"engines": {
"engines": {
"node": ">=24"
},
"scripts": {
@@ -40,7 +40,7 @@
"@types/lodash.isequal": "^4.5.8",
"@types/minimatch": "^5.1.2",
"@types/node": "^24.1.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^8.44.1",
"@typescript-eslint/parser": "^8.44.1",
"@vercel/ncc": "^0.38.3",
"eslint": "^8.57.0",
@@ -51,6 +51,5 @@
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3"
}
}