Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v6
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.11.1
uses: docker/setup-buildx-action@v3.12.0
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.6.0
uses: docker/login-action@v3.7.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.18.0
uses: docker/build-push-action@v6.19.2
with:
push: true
context: .
Expand Down
942 changes: 0 additions & 942 deletions .yarn/releases/yarn-4.12.0.cjs

This file was deleted.

940 changes: 940 additions & 0 deletions .yarn/releases/yarn-4.15.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: true

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.12.0.cjs
yarnPath: .yarn/releases/yarn-4.15.0.cjs
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"@prettier/plugin-xml": "^3.4.2",
"@sapphire/prettier-config": "^2.0.0",
"nuxt": "3.21.6",
"prettier": "^3.7.4",
"prettier": "^3.8.3",
"typescript": "^5.5.2",
"vue-meta": "^2.4.0"
},
"resolutions": {
"untyped": "2.0.0",
"vite": "7.3.2"
"vite": "7.3.3"
},
"prettier": "@sapphire/prettier-config",
"packageManager": "yarn@4.12.0"
"packageManager": "yarn@4.15.0"
}
23 changes: 16 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual changes might be lost - proceed with caution!

__metadata:
version: 8
version: 10
cacheKey: 10

"@alloc/quick-lru@npm:^5.2.0":
Expand Down Expand Up @@ -798,7 +798,7 @@ __metadata:
"@prettier/plugin-xml": "npm:^3.4.2"
"@sapphire/prettier-config": "npm:^2.0.0"
nuxt: "npm:3.21.6"
prettier: "npm:^3.7.4"
prettier: "npm:^3.8.3"
typescript: "npm:^5.5.2"
vue-meta: "npm:^2.4.0"
languageName: unknown
Expand Down Expand Up @@ -7043,7 +7043,7 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.0.0, prettier@npm:^3.7.4":
"prettier@npm:^3.0.0":
version: 3.7.4
resolution: "prettier@npm:3.7.4"
bin:
Expand All @@ -7052,6 +7052,15 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.8.3":
version: 3.8.3
resolution: "prettier@npm:3.8.3"
bin:
prettier: bin/prettier.cjs
checksum: 10/4b3b12cbb29e4c96bed936e5d070167552500c18d37676fb3e0caae6199c42860662608e4dc116230698f6e2bb0267ef2548158224c92d40f188d309d72fdd6f
languageName: node
linkType: hard

"pretty-bytes@npm:^7.1.0":
version: 7.1.0
resolution: "pretty-bytes@npm:7.1.0"
Expand Down Expand Up @@ -8688,9 +8697,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:7.3.2":
version: 7.3.2
resolution: "vite@npm:7.3.2"
"vite@npm:7.3.3":
version: 7.3.3
resolution: "vite@npm:7.3.3"
dependencies:
esbuild: "npm:^0.27.0"
fdir: "npm:^6.5.0"
Expand Down Expand Up @@ -8739,7 +8748,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10/c5f7a9a60011c41c836cedf31c8ee7624102aff9b6a7f3aab2ff47639721bba0916f81994c3a3ea6577a16c4f0dfee1e7dbd244e0da8edd5954e3c6d48daaaa2
checksum: 10/c7fa17bc0aa530313417a28a144edcf910466b936cb192ce2c8cf7d6075e4b8e481b08a55ef71a7486757b03465b054d8c2cb49473d6fc9a0db8ac1dd641edff
languageName: node
linkType: hard

Expand Down