Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#496)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent d2fb1c7 commit bded80c
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 93 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
with:
push: true
context: .
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"@nuxtjs/tailwindcss": "^6.13.1",
"@prettier/plugin-xml": "^3.4.1",
"@sapphire/prettier-config": "^2.0.0",
"nuxt": "3.15.2",
"nuxt": "3.15.3",
"prettier": "^3.4.2",
"typescript": "^5.5.2",
"vue-meta": "^2.4.0"
},
"resolutions": {
"untyped": "1.5.2",
"vite": "6.0.9"
"vite": "6.0.11"
},
"prettier": "@sapphire/prettier-config",
"packageManager": "yarn@4.6.0"
Expand Down
Loading

0 comments on commit bded80c

Please sign in to comment.