Upgrade eslint
This commit is contained in:
parent
6c01495c49
commit
98df47a0ae
2 changed files with 216 additions and 273 deletions
14
package.json
14
package.json
|
@ -7,7 +7,7 @@
|
|||
"exports": "./dist/index.js",
|
||||
"typings": "./dist/index.d.ts",
|
||||
"bin": {
|
||||
"random-bunny": "./dist/cli.js"
|
||||
"random-bunny": "./dist/cli.js"
|
||||
},
|
||||
"main": "./dist/index.js",
|
||||
"keywords": [
|
||||
|
@ -41,22 +41,22 @@
|
|||
"homepage": "https://gitea.vylpes.xyz/RabbitLabs/random-bunny",
|
||||
"funding": "https://ko-fi.com/vylpes",
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.1.0",
|
||||
"@eslint/js": "^9.8.0",
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@eslint/js": "^9.30.1",
|
||||
"@types/eslint": "^9.6.0",
|
||||
"@types/jest": "^29.5.8",
|
||||
"@types/node": "^22.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
||||
"@typescript-eslint/parser": "^8.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.36.0",
|
||||
"@typescript-eslint/parser": "^8.36.0",
|
||||
"@yao-pkg/pkg": "^6.1.1",
|
||||
"eslint": "^9.8.0",
|
||||
"eslint": "^9.30.1",
|
||||
"jest": "^29.7.0",
|
||||
"jest-mock-extended": "^3.0.7",
|
||||
"np": "^10.0.0",
|
||||
"ts-jest": "^29.1.1",
|
||||
"ts-mockito": "^2.6.1",
|
||||
"typescript": "^5.0.0",
|
||||
"typescript-eslint": "^7.18.0"
|
||||
"typescript-eslint": "^8.36.0"
|
||||
},
|
||||
"resolutions": {},
|
||||
"files": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue