Skip to content

Commit c71e1ef

Browse files
chore(deps): update all non-major dependencies
1 parent 72162d5 commit c71e1ef

File tree

3 files changed

+1448
-986
lines changed

3 files changed

+1448
-986
lines changed

.github/workflows/continuous-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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
1919
uses: docker/login-action@v3.6.0
2020
with:

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
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.0",
23+
"prettier": "^3.8.1",
2424
"typescript": "^5.5.2",
2525
"vue-meta": "^2.4.0"
2626
},
2727
"resolutions": {
2828
"untyped": "2.0.0",
29-
"vite": "7.2.7"
29+
"vite": "7.3.1"
3030
},
3131
"prettier": "@sapphire/prettier-config",
3232
"packageManager": "yarn@4.12.0"

0 commit comments

Comments
 (0)