Update dependency @vitejs/plugin-react to v6 - abandoned #83

Open
renovate-bot wants to merge 56 commits from renovate/vitejs-plugin-react-6.x into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b4a8a79a6f - Show all commits
+1 -1
View File
@@ -1,5 +1,5 @@
FROM oven/bun:1.3.0@sha256:00cccad6e9c66bbacc250851f689168606aaea551ac473e908bbcf00a5645025 AS bun
FROM node:22.20.0-trixie-slim@sha256:535ba2ed7dcf0dec29b0af4cac2b87ccdd935880212d4b9537e767b078ce1ca3
FROM node:22.20.0-trixie-slim@sha256:b64d83bd0f1d211b6907e85727e0040c623363dba93f6e2ed00dc1b1b9d1e0ba
COPY --from=bun /usr/local/bin/bun \
/usr/local/bin/bunx \
/usr/local/bin/
+1 -1
View File
@@ -35,7 +35,7 @@ services:
webapp:
<<: *service-base
image: node:22.20.0@sha256:2bb201f33898d2c0ce638505b426f4dd038cc00e5b2b4cbba17b069f0fff1496
image: node:22.20.0@sha256:6b66300a1394d9ca079dbb78fbc94e53c5b43fe8525e6c9b8b371f0810b75f44
ports:
- ${PORT:?PORT missing}:80
volumes: