3 Commits

Author SHA1 Message Date
Dave Gallant
bea32bc3b2 Bump 2024-08-16 15:05:45 -04:00
Dave Gallant
0901010aff Fix lint issue 2024-08-16 15:01:35 -04:00
renovate[bot]
efd69575c3 Update dependency eslint to v9 2024-08-16 15:01:35 -04:00
7 changed files with 575 additions and 641 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.9.1-alpine as runtime
FROM caddy:2.8.4-alpine AS runtime
WORKDIR /my-site

View File

@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.12
# syntax=docker/dockerfile:1.9
FROM cgr.dev/chainguard/go:latest as build
WORKDIR /src

View File

@@ -1,3 +1,4 @@
version: "3.9"
services:
frontend:
image: ghcr.io/davegallant/rfd-fyi-frontend

View File

@@ -1,3 +1,4 @@
version: "3.9"
services:
frontend:
build:

1204
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -21,7 +21,7 @@
"vue-github-button": "^3.0.3",
"vue-gtag": "^2.0.1",
"vue-loading-overlay": "^6.0.3",
"vue-router": "4.5.0"
"vue-router": "4.4.3"
},
"devDependencies": {
"@babel/core": "^7.22.10",
@@ -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"
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB