Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 80e0281 commit 0162c8e
Show file tree
Hide file tree
Showing 4 changed files with 4,525 additions and 2,267 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
cache-to: type=gha,mode=max

- name: Deploy
uses: appleboy/ssh-action@v1.0.3
uses: appleboy/ssh-action@v1.2.0
with:
timeout: 60m
command_timeout: 60m
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
cache-to: type=gha,mode=max

- name: Deploy
uses: appleboy/ssh-action@v1.0.3
uses: appleboy/ssh-action@v1.2.0
with:
timeout: 60m
command_timeout: 60m
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
"@nuxt/ui": "^2.13.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1",
"@pinia/nuxt": "^0.9.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.0",
"@semantic-release/release-notes-generator": "^13.0.0",
"@types/lodash": "^4.14.202",
"@types/node": "20.12.7",
"@types/node": "20.17.10",
"@types/node-cron": "^3.0.11",
"@types/node-schedule": "^2.1.6",
"@types/uuid": "^9.0.8",
"@typescript-eslint/parser": "^7.0.2",
"@vueuse/nuxt": "^10.8.0",
"drizzle-kit": "^0.20.14",
"drizzle-kit": "^0.30.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
Expand All @@ -50,7 +50,7 @@
"nuxt3-leaflet": "^1.0.12",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"prettier-plugin-tailwindcss": "^0.6.0",
"sass": "^1.71.1",
"semantic-release": "^23.0.2",
"typescript": "^5.3.3",
Expand All @@ -59,17 +59,17 @@
"vue-tsc": "^2.0.0"
},
"dependencies": {
"@auth/core": "^0.29.0",
"@auth/core": "^0.37.0",
"@auth/drizzle-adapter": "^0.9.0",
"@iconify/json": "^2.2.185",
"@kmods/drizzle-orm-utils": "^1.3.2",
"@nuxtjs/mdc": "^0.6.0",
"@sidebase/nuxt-auth": "^0.7.0",
"@nuxtjs/mdc": "^0.11.0",
"@sidebase/nuxt-auth": "^0.9.0",
"@types/leaflet": "^1.9.8",
"@vueuse/components": "^10.8.0",
"@vueuse/core": "^10.8.0",
"compressing": "^1.10.0",
"drizzle-orm": "^0.30.0",
"drizzle-orm": "^0.38.0",
"jimp": "^0.22.10",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
Expand Down
Loading

0 comments on commit 0162c8e

Please sign in to comment.