Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 8398e03 commit e3fe45b
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 192 deletions.
4 changes: 2 additions & 2 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@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: .
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -25,8 +25,8 @@
"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]"
Expand Down
Loading

0 comments on commit e3fe45b

Please sign in to comment.