bump frontend dependencies

This commit is contained in:
Simon 2026-02-28 17:56:39 +07:00
parent 7cb5c771ae
commit d9fd1180eb
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
3 changed files with 479 additions and 449 deletions

View File

@ -1,11 +1,11 @@
# multi stage to build tube archivist
# build python wheel, download and extract ffmpeg, copy into final image
FROM node:22.12.0-alpine AS npm-builder
FROM node:22.13.0-alpine AS npm-builder
COPY frontend/package.json frontend/package-lock.json /
RUN npm i
FROM node:22.12.0-alpine AS node-builder
FROM node:22.13.0-alpine AS node-builder
# RUN npm config set registry https://registry.npmjs.org/

View File

@ -1 +1 @@
22.12.0
22.13.0

File diff suppressed because it is too large Load Diff