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 Jan 12, 2025
1 parent 80e64d9 commit c999d2f
Show file tree
Hide file tree
Showing 3 changed files with 321 additions and 190 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build Stage
FROM node:22.12.0-alpine AS build
FROM node:22.13.0-alpine AS build

WORKDIR /app

Expand All @@ -13,7 +13,7 @@ RUN pnpm install --frozen-lockfile --prod
RUN pnpm run build

# Stage 2: Final Stage
FROM node:22.12.0-alpine AS final
FROM node:22.13.0-alpine AS final

WORKDIR /app

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,27 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"dependencies": {
"@nuxt/content": "^2.13.4",
"@nuxt/devtools": "^1.7.0",
"@nuxt/image": "1.8.1",
"@nuxt/image": "1.9.0",
"@nuxt/scripts": "^0.9.5",
"@nuxt/ui": "^3.0.0-alpha.10",
"@nuxthq/studio": "^2.2.1",
"@nuxtjs/i18n": "9.0.0-rc.2",
"@vueuse/core": "^12.2.0",
"@vueuse/nuxt": "^12.2.0",
"nuxt": "^3.15.0",
"@nuxtjs/i18n": "9.1.1",
"@vueuse/core": "^12.4.0",
"@vueuse/nuxt": "^12.4.0",
"nuxt": "^3.15.1",
"nuxt-og-image": "^4.0.2",
"resend": "^4.0.1",
"sitemap": "^8.0.0",
"vue-sonner": "^1.3.0"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.7.4",
"@shelve/cli": "^3.0.0",
"@nuxt/eslint-config": "^0.7.5",
"@shelve/cli": "^3.1.1",
"automd": "^0.3.12",
"eslint": "^9.17.0"
"eslint": "^9.18.0"
}
}
Loading

0 comments on commit c999d2f

Please sign in to comment.