mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
lint: Bump ESLint deps
This commit is contained in:
parent
a6b969c811
commit
d0d3290019
3 changed files with 64 additions and 63 deletions
|
@ -171,9 +171,10 @@ const logger = log4js.getLogger('checkPlugin');
|
|||
const parsedPackageJSON = JSON.parse(packageJSON);
|
||||
|
||||
await updateDeps(parsedPackageJSON, 'devDependencies', {
|
||||
'eslint': '^8.9.0',
|
||||
'eslint-config-etherpad': '^3.0.1',
|
||||
'typescript': {ver: '^4.5.5', overwrite: false},
|
||||
'eslint': '^8.10.0',
|
||||
'eslint-config-etherpad': '^3.0.4',
|
||||
// Changing the TypeScript version can break plugin code, so leave it alone if present.
|
||||
'typescript': {ver: '^4.6.2', overwrite: false},
|
||||
// These were moved to eslint-config-etherpad's dependencies so they can be removed:
|
||||
'@typescript-eslint/eslint-plugin': null,
|
||||
'@typescript-eslint/parser': null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue