7 Commits

Author SHA1 Message Date
renovate[bot]
1ce41a6c06 Update dependency eslint to v9 2024-06-22 14:32:45 +00:00
renovate[bot]
65bf54909f Update dependency core-js to v3.37.1 (#127)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-22 10:31:53 -04:00
renovate[bot]
06158bf833 Update dependency cssnano to v7.0.3 (#134)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-22 10:29:47 -04:00
renovate[bot]
4416bce484 Update docker/dockerfile Docker tag to v1.8 (#136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-22 10:29:38 -04:00
renovate[bot]
86e0aab4e0 Update dependency vue to v3.4.30 (#137)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-22 10:12:50 -04:00
renovate[bot]
ff29231830 Update dependency vue-router to v4.4.0 (#135)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-22 10:12:40 -04:00
renovate[bot]
3760f330c4 Update docker/build-push-action action to v6 (#139)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-22 10:12:25 -04:00
4 changed files with 609 additions and 563 deletions

View File

@@ -39,7 +39,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build / push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: backend
file: ./backend/Dockerfile
@@ -79,7 +79,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build / push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile

View File

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

1162
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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