lint: Bump ESLint dependencies again, update plugins

This commit is contained in:
Richard Hansen 2022-03-21 18:23:09 -04:00
parent c0db840df1
commit 4535641ebd
3 changed files with 9 additions and 9 deletions

View file

@ -171,8 +171,8 @@ const logger = log4js.getLogger('checkPlugin');
const parsedPackageJSON = JSON.parse(packageJSON);
await updateDeps(parsedPackageJSON, 'devDependencies', {
'eslint': '^8.10.0',
'eslint-config-etherpad': '^3.0.4',
'eslint': '^8.11.0',
'eslint-config-etherpad': '^3.0.9',
// 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: