mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
lint: Update ESLint dependencies
This commit is contained in:
parent
6f17d2f913
commit
b2ffd8c95c
3 changed files with 35 additions and 35 deletions
|
@ -220,14 +220,14 @@ fs.readdir(pluginPath, (err, rootFiles) => {
|
|||
}
|
||||
|
||||
updateDeps(parsedPackageJSON, 'devDependencies', {
|
||||
'eslint': '^7.18.0',
|
||||
'eslint-config-etherpad': '^1.0.24',
|
||||
'eslint': '^7.20.0',
|
||||
'eslint-config-etherpad': '^1.0.25',
|
||||
'eslint-plugin-eslint-comments': '^3.2.0',
|
||||
'eslint-plugin-mocha': '^8.0.0',
|
||||
'eslint-plugin-node': '^11.1.0',
|
||||
'eslint-plugin-prefer-arrow': '^1.2.3',
|
||||
'eslint-plugin-promise': '^4.2.1',
|
||||
'eslint-plugin-you-dont-need-lodash-underscore': '^6.10.0',
|
||||
'eslint-plugin-promise': '^4.3.1',
|
||||
'eslint-plugin-you-dont-need-lodash-underscore': '^6.11.0',
|
||||
});
|
||||
|
||||
updateDeps(parsedPackageJSON, 'peerDependencies', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue