Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#280)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and autofix-ci[bot] authored Nov 4, 2024
1 parent 71fc9e9 commit 6132d68
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/lp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"nuxt": "^3.13.2",
"nuxt": "^3.14.0",
"vue": "latest",
"vue-router": "latest",
"vue-sonner": "^1.2.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/shelve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@vue-email/render": "^0.0.9",
"@vueuse/core": "^11.2.0",
"@vueuse/nuxt": "^11.2.0",
"nuxt": "^3.13.2",
"nuxt": "^3.14.0",
"nuxt-auth-utils": "^0.5.1",
"nuxt-build-cache": "^0.1.1",
"prisma": "^5.21.1",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ services:
- shelve-network
shelve_redis:
container_name: shelve_redis
image: redis:7.0-alpine
image: redis:7.4-alpine
restart: always
volumes:
- redis:/data
Expand Down

0 comments on commit 6132d68

Please sign in to comment.