11 Commits

Author SHA1 Message Date
renovate[bot]
1cc50f9797 Update dependency vue to v3.5.3 (#170)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-07 07:33:08 -04:00
renovate[bot]
c64b121875 Update dependency eslint-plugin-vue to v9.28.0 (#169)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-07 07:32:49 -04:00
renovate[bot]
c6b7cf43b5 Update dependency cssnano to v7.0.6 (#167)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-06 22:22:56 -04:00
renovate[bot]
69177cd495 Update dependency vue-loading-overlay to v6.0.6 (#168)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-06 22:22:47 -04:00
renovate[bot]
736354d15a Update dependency axios to v1.7.7 (#166)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-01 08:27:01 -04:00
dependabot[bot]
b1df149c5e Bump webpack from 5.93.0 to 5.94.0 (#165)
Bumps [webpack](https://github.com/webpack/webpack) from 5.93.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.93.0...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-31 08:10:42 -04:00
renovate[bot]
7e59cd256a Update dependency vue-loading-overlay to v6.0.5 (#164)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-30 22:09:20 -04:00
renovate[bot]
1c5059e4cb Update dependency axios to v1.7.6 (#163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-30 22:09:02 -04:00
renovate[bot]
e1e662c1ed Update dependency core-js to v3.38.1 (#162)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-23 20:49:41 -04:00
renovate[bot]
944a5efff0 Update dependency axios to v1.7.5 (#161)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-23 20:48:38 -04:00
Dave Gallant
377afec5a4 npm upgrade 2024-08-16 15:19:56 -04:00
3 changed files with 416 additions and 378 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

788
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": "^9.0.0",
"eslint": "^8.47.0",
"eslint-plugin-vue": "^9.17.0",
"postcss-cli": "^11.0.0"
},