mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-01 12:49:13 -04:00
lint: Bump ESLint dependencies
This commit is contained in:
parent
005ca0bb09
commit
8eb310854d
5 changed files with 1477 additions and 509 deletions
|
@ -78,15 +78,8 @@
|
|||
"etherpad-lite": "node/server.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.8.0",
|
||||
"eslint-config-etherpad": "^2.0.7",
|
||||
"eslint-plugin-cypress": "^2.12.1",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
"eslint-plugin-mocha": "^10.0.3",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-prefer-arrow": "^1.2.3",
|
||||
"eslint-plugin-promise": "^6.0.0",
|
||||
"eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0",
|
||||
"eslint": "^8.9.0",
|
||||
"eslint-config-etherpad": "^3.0.1",
|
||||
"etherpad-cli-client": "^0.1.12",
|
||||
"mocha": "^9.1.3",
|
||||
"mocha-froth": "^0.2.10",
|
||||
|
@ -96,7 +89,8 @@
|
|||
"set-cookie-parser": "^2.4.8",
|
||||
"sinon": "^12.0.1",
|
||||
"split-grid": "^1.0.11",
|
||||
"supertest": "^6.1.6"
|
||||
"supertest": "^6.1.6",
|
||||
"typescript": "^4.5.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.17.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue