[HTML5] Update eslint and jsdoc dependencies.

(cherry picked from commit a1cbb6daa6)
This commit is contained in:
Fabio Alessandrelli 2021-06-14 13:42:03 +02:00 committed by Rémi Verschelde
parent 30393b6401
commit 2c64218415
No known key found for this signature in database
GPG key ID: C3336907360768E1
2 changed files with 523 additions and 489 deletions

File diff suppressed because it is too large Load diff

View file

@ -20,9 +20,9 @@
"author": "Godot Engine contributors",
"license": "MIT",
"devDependencies": {
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"jsdoc": "github:jsdoc/jsdoc#544a992824631fc652183d8b0b4b1281dc961560"
"eslint": "^7.28.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"jsdoc": "^3.6.7"
}
}