1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

[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 336a381486
commit 87883f8b0d
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", "author": "Godot Engine contributors",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"eslint": "^7.9.0", "eslint": "^7.28.0",
"eslint-config-airbnb-base": "^14.2.0", "eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.0", "eslint-plugin-import": "^2.23.4",
"jsdoc": "github:jsdoc/jsdoc#544a992824631fc652183d8b0b4b1281dc961560" "jsdoc": "^3.6.7"
} }
} }