chore(deps): update web (#4961)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c607615e41
commit
b06c2b786c
4 changed files with 422 additions and 398 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:20.8-alpine3.18
|
FROM node:20.9-alpine3.18
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
COPY --chown=node:node package*.json ./
|
COPY --chown=node:node package*.json ./
|
||||||
|
|
814
web/package-lock.json
generated
814
web/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -73,7 +73,7 @@
|
||||||
"maplibre-gl": "^3.6.0",
|
"maplibre-gl": "^3.6.0",
|
||||||
"socket.io-client": "^4.6.1",
|
"socket.io-client": "^4.6.1",
|
||||||
"svelte-loading-spinners": "^0.3.4",
|
"svelte-loading-spinners": "^0.3.4",
|
||||||
"svelte-local-storage-store": "^0.5.0",
|
"svelte-local-storage-store": "^0.6.0",
|
||||||
"svelte-maplibre": "^0.7.0",
|
"svelte-maplibre": "^0.7.0",
|
||||||
"thumbhash": "^0.1.1"
|
"thumbhash": "^0.1.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@ const upstream = {
|
||||||
target: process.env.IMMICH_SERVER_URL || 'http://immich-server:3001/',
|
target: process.env.IMMICH_SERVER_URL || 'http://immich-server:3001/',
|
||||||
secure: true,
|
secure: true,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
logLevel: 'debug',
|
logLevel: 'info',
|
||||||
ws: true,
|
ws: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue