mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
checkPlugin: Update ESLint dependencies
This commit is contained in:
parent
3563fc1df9
commit
2c05de7033
1 changed files with 4 additions and 4 deletions
|
@ -166,14 +166,14 @@ if (autoPush) {
|
|||
}
|
||||
|
||||
await updateDeps(parsedPackageJSON, 'devDependencies', {
|
||||
'eslint': '^7.28.0',
|
||||
'eslint-config-etherpad': '^2.0.0',
|
||||
'eslint-plugin-cypress': '^2.11.3',
|
||||
'eslint': '^7.32.0',
|
||||
'eslint-config-etherpad': '^2.0.2',
|
||||
'eslint-plugin-cypress': '^2.12.1',
|
||||
'eslint-plugin-eslint-comments': '^3.2.0',
|
||||
'eslint-plugin-mocha': '^9.0.0',
|
||||
'eslint-plugin-node': '^11.1.0',
|
||||
'eslint-plugin-prefer-arrow': '^1.2.3',
|
||||
'eslint-plugin-promise': '^5.1.0',
|
||||
'eslint-plugin-promise': '^5.1.1',
|
||||
'eslint-plugin-you-dont-need-lodash-underscore': '^6.12.0',
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue