-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies
- Loading branch information
1 parent
8398e03
commit ef17b32
Showing
5 changed files
with
580 additions
and
552 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,15 +14,15 @@ jobs: | |
- name: Checkout Project | ||
uses: actions/checkout@v4 | ||
- name: Setup Docker Buildx | ||
uses: docker/setup-buildx-action@v3.6.1 | ||
uses: docker/setup-buildx-action@v3.7.1 | ||
- name: Login to GitHub Container Registry | ||
uses: docker/[email protected] | ||
with: | ||
registry: ghcr.io | ||
username: ${{ github.repository_owner }} | ||
password: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Build and push Docker image | ||
uses: docker/build-push-action@v6.7.0 | ||
uses: docker/build-push-action@v6.9.0 | ||
with: | ||
push: true | ||
context: . | ||
|
725 changes: 367 additions & 358 deletions
725
.yarn/releases/yarn-4.5.0.cjs → .yarn/releases/yarn-4.5.1.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
"format:check": "prettier --check ." | ||
}, | ||
"devDependencies": { | ||
"@nuxtjs/tailwindcss": "^6.12.1", | ||
"@nuxtjs/tailwindcss": "^6.12.2", | ||
"@prettier/plugin-xml": "^3.4.1", | ||
"@sapphire/prettier-config": "^2.0.0", | ||
"nuxt": "3.13.2", | ||
|
@@ -25,9 +25,9 @@ | |
"vue-meta": "^2.4.0" | ||
}, | ||
"resolutions": { | ||
"untyped": "1.4.2", | ||
"vite": "5.4.7" | ||
"untyped": "1.5.1", | ||
"vite": "5.4.9" | ||
}, | ||
"prettier": "@sapphire/prettier-config", | ||
"packageManager": "[email protected].0" | ||
"packageManager": "[email protected].1" | ||
} |
Oops, something went wrong.