[JS] Update npm packages

Redo of #80093 for 3.5.
This commit is contained in:
Rémi Verschelde 2023-08-19 00:46:57 +02:00
parent 57ad3e9670
commit e0ad1e8358
No known key found for this signature in database
GPG Key ID: C3336907360768E1
2 changed files with 1519 additions and 3608 deletions

File diff suppressed because it is too large Load Diff

View File

@ -20,10 +20,10 @@
"author": "Godot Engine contributors",
"license": "MIT",
"devDependencies": {
"eslint": "^7.28.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"jsdoc": "^3.6.7",
"serve": "^13.0.2"
"eslint": "^8.47.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.1",
"jsdoc": "^4.0.2",
"serve": "^14.2.0"
}
}