Skip to content
Snippets Groups Projects
Verified Commit 14e8d091 authored by Griefed's avatar Griefed :joystick:
Browse files
# Conflicts:
#	package-lock.json
#	package.json
parents 794e8b1f f60e8bc0
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ jobs:
# DEPLOY TO GH-PAGES
- name: Deploy to GitHub-Pages
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.4.2
with:
branch: gh-pages
folder: dist/spa
......@@ -5,10 +5,10 @@ stages:
- build
services:
- name: ghcr.io/griefed/gitlab-ci-cd:2.2.9
- name: ghcr.io/griefed/gitlab-ci-cd:2.2.11
alias: docker
image: ghcr.io/griefed/gitlab-ci-cd:2.2.9
image: ghcr.io/griefed/gitlab-ci-cd:2.2.11
workflow:
rules:
......
FROM griefed/gitlab-ci-cd:2.2.9 AS builder
FROM griefed/gitlab-ci-cd:2.2.11 AS builder
ARG BRANCH_OR_TAG=main
ARG HOSTER=git.griefed.de
......@@ -12,7 +12,7 @@ RUN \
npm install && \
quasar build
FROM ghcr.io/linuxserver/nginx:1.20.2
FROM ghcr.io/linuxserver/nginx:1.22.1
LABEL maintainer="Griefed <griefed@griefed.de>"
......
This diff is collapsed.
......@@ -14,20 +14,20 @@
"build": "quasar build"
},
"dependencies": {
"@quasar/extras": "1.16.2",
"@quasar/extras": "1.16.4",
"axios": "0.27.2",
"core-js": "3.26.1",
"core-js": "3.30.2",
"quasar": "2.7.7",
"vue": "3.2.47",
"vue-router": "4.1.6"
"vue-router": "4.2.2"
},
"devDependencies": {
"@babel/eslint-parser": "7.21.3",
"@babel/eslint-parser": "7.21.8",
"@quasar/app": "3.3.3",
"eslint": "8.23.0",
"eslint": "8.42.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-vue": "9.3.0",
"eslint-webpack-plugin": "3.1.1",
"eslint-webpack-plugin": "3.2.0",
"prettier": "2.7.1"
},
"browserslist": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment