This commit is contained in:
renovate[bot]
2024-08-16 15:05:51 -04:00
committed by GitHub
3 changed files with 3362 additions and 11831 deletions

View File

@@ -1,4 +1,4 @@
FROM node:20.2.0-alpine3.16 as builder
FROM node:20.2.0-alpine3.16 AS builder
WORKDIR /app
@@ -10,7 +10,7 @@ COPY . .
RUN npm run build
FROM caddy:2.8.4-alpine as runtime
FROM caddy:2.8.4-alpine AS runtime
WORKDIR /my-site

15183
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -31,7 +31,7 @@
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "^5.0.8",
"eslint": "^8.47.0",
"eslint": "^9.0.0",
"eslint-plugin-vue": "^9.17.0",
"postcss-cli": "^11.0.0"
},