Skip to content

Commit 18e96f6

Browse files
chore(deps): update all non-major dependencies
1 parent b249b93 commit 18e96f6

File tree

6 files changed

+3320
-2415
lines changed

6 files changed

+3320
-2415
lines changed

.github/workflows/continuous-deployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
- name: Checkout Project
1515
uses: actions/checkout@v6
1616
- name: Setup Docker Buildx
17-
uses: docker/setup-buildx-action@v3.11.1
17+
uses: docker/setup-buildx-action@v3.12.0
1818
- name: Login to GitHub Container Registry
19-
uses: docker/login-action@v3.6.0
19+
uses: docker/login-action@v3.7.0
2020
with:
2121
registry: ghcr.io
2222
username: ${{ github.repository_owner }}
2323
password: ${{ secrets.GITHUB_TOKEN }}
2424
- name: Build and push Docker image
25-
uses: docker/build-push-action@v6.18.0
25+
uses: docker/build-push-action@v6.19.2
2626
with:
2727
push: true
2828
context: .

.yarn/releases/yarn-4.12.0.cjs

Lines changed: 0 additions & 942 deletions
This file was deleted.

.yarn/releases/yarn-4.13.0.cjs

Lines changed: 940 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: true
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.12.0.cjs
7+
yarnPath: .yarn/releases/yarn-4.13.0.cjs

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@nuxtjs/tailwindcss": "^6.14.0",
2020
"@prettier/plugin-xml": "^3.4.2",
2121
"@sapphire/prettier-config": "^2.0.0",
22-
"nuxt": "3.20.2",
23-
"prettier": "^3.7.4",
22+
"nuxt": "3.21.2",
23+
"prettier": "^3.8.2",
2424
"typescript": "^5.5.2",
2525
"vue-meta": "^2.4.0"
2626
},
@@ -29,5 +29,5 @@
2929
"vite": "7.3.2"
3030
},
3131
"prettier": "@sapphire/prettier-config",
32-
"packageManager": "yarn@4.12.0"
32+
"packageManager": "yarn@4.13.0"
3333
}

0 commit comments

Comments
 (0)