Update Node dependencies

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2025-02-12 20:23:26 +01:00
parent 86af345d40
commit 1f52d8056e
No known key found for this signature in database
3 changed files with 1352 additions and 486 deletions

View File

@ -11,7 +11,7 @@ build-local: download_libs generate-inner generate-apidocs
-trimpath
generate:
docker run --rm -i -v $(CURDIR):$(CURDIR) -w $(CURDIR) node:18-alpine \
docker run --rm -i -v $(CURDIR):$(CURDIR) -w $(CURDIR) node:22-alpine \
sh -exc "apk add make && make generate-inner generate-apidocs && chown -R $(shell id -u) frontend node_modules"
generate-apidocs:

1826
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +1,11 @@
{
"devDependencies": {
"@babel/eslint-parser": "^7.25.1",
"esbuild": "^0.19.4",
"esbuild-sass-plugin": "^2.16.1",
"@babel/eslint-parser": "^7.26.8",
"esbuild": "^0.25.0",
"esbuild-sass-plugin": "^3.3.1",
"esbuild-vue": "^1.2.2",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.27.0",
"eslint": "^9.20.1",
"eslint-plugin-vue": "^9.32.0",
"vue-template-compiler": "^2.7.16"
},
"name": "ots",