Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/renovate/all-minor-patch'
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Jan 31, 2025
2 parents 4ef9978 + 3500792 commit c78c6fb
Show file tree
Hide file tree
Showing 3 changed files with 413 additions and 541 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.13.0-alpine AS build
FROM node:22.13.1-alpine AS build

ARG NUXT_PRIVATE_GITHUB_TOKEN
ENV NUXT_PRIVATE_GITHUB_TOKEN=$NUXT_PRIVATE_GITHUB_TOKEN
Expand All @@ -19,7 +19,7 @@ RUN pnpm install --frozen-lockfile --prod
RUN pnpm run build

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

WORKDIR /app

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@nuxt/content": "3.0.0",
"@nuxt/content": "3.0.1",
"@nuxt/image": "1.9.0",
"@nuxt/scripts": "0.9.5",
"@nuxtjs/seo": "2.1.0",
"@nuxtjs/seo": "2.1.1",
"@shelve/cli": "3.1.1",
"@vueuse/nuxt": "12.4.0",
"mockline": "0.14.0",
"nuxt": "3.15.2",
"@vueuse/nuxt": "12.5.0",
"mockline": "0.15.0",
"nuxt": "3.15.4",
"resend": "4.1.1",
"vue": "3.5.13",
"vue-router": "4.5.0"
},
"devDependencies": {
"@hrcd/eslint-config": "edge",
"automd": "0.3.12",
"eslint": "9.18.0"
"eslint": "9.19.0"
}
}
Loading

0 comments on commit c78c6fb

Please sign in to comment.