synchronize eslint versions to fix build error
This commit is contained in:
parent
b0e908e6c6
commit
ebbf167f57
4 changed files with 329 additions and 723 deletions
|
|
@ -9,9 +9,9 @@
|
|||
"doc": "typedoc --out ../docs ./src",
|
||||
"test": "cross-env NODE_ENV=test jest -u --maxWorkers=3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^22.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^22.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/h3poteto/megalodon.git"
|
||||
|
|
@ -75,9 +75,9 @@
|
|||
"ws": "8.17.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^6.12.0",
|
||||
"@typescript-eslint/parser": "^6.12.0",
|
||||
"eslint": "^8.54.0",
|
||||
"@typescript-eslint/eslint-plugin": "8.27.0",
|
||||
"@typescript-eslint/parser": "8.27.0",
|
||||
"eslint": "9.22.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"jest": "^29.7.0",
|
||||
"jest-worker": "^29.7.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue