mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
lint: Bump ESLint dependencies again, update plugins
This commit is contained in:
parent
c0db840df1
commit
4535641ebd
3 changed files with 9 additions and 9 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue