Compare commits

..
2 Commits
Author SHA1 Message Date
HugeFrog24 9613c92473 Skin 2026-04-26 18:39:34 +02:00
HugeFrog24 d5e7f8398e OK 2026-04-26 17:59:01 +02:00
4 changed files with 1038 additions and 1098 deletions
+3 -2
View File
@@ -5,7 +5,7 @@ WORKDIR /app
# Install pnpm
RUN npm install -g pnpm
COPY package.json pnpm-lock.yaml* pnpm-workspace.yaml* ./
COPY package.json pnpm-lock.yaml* ./
RUN pnpm install --frozen-lockfile
COPY . .
RUN pnpm run build
@@ -17,7 +17,8 @@ WORKDIR /app
ENV NODE_ENV=production
# Create non-root user
RUN addgroup --system --gid 1001 nodejs && adduser --system --uid 1001 nextjs
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs
# Copy necessary files from builder
COPY --from=builder /app/public ./public
+17 -17
View File
@@ -13,27 +13,27 @@
"dependencies": {
"@heroicons/react": "^2.2.0",
"@lemonsqueezy/lemonsqueezy.js": "^4.0.0",
"next": "16.2.12",
"next-intl": "^4.13.4",
"react": "^19.2.8",
"react-dom": "^19.2.8"
"next": "^16.2.4",
"next-intl": "^4.9.1",
"react": "^19.2.5",
"react-dom": "^19.2.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.6",
"@eslint/js": "^10.0.1",
"@tailwindcss/postcss": "^4.3.3",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4",
"@tailwindcss/postcss": "^4.2.4",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.65.0",
"@typescript-eslint/parser": "^8.65.0",
"eslint": "^10.8.0",
"eslint-config-next": "16.2.12",
"globals": "^17.7.0",
"postcss": "^8.5.23",
"@typescript-eslint/eslint-plugin": "^8.59.0",
"@typescript-eslint/parser": "^8.59.0",
"eslint": "^9.39.4",
"eslint-config-next": "16.2.4",
"globals": "^17.5.0",
"postcss": "^8.5.10",
"postcss-load-config": "^6.0.1",
"tailwindcss": "^4.3.3",
"tsx": "4.23.1",
"tailwindcss": "^4.2.4",
"tsx": "^4.21.0",
"typescript": "6.0.3"
}
}
+1018 -1053
View File
File diff suppressed because it is too large Load Diff
-26
View File
@@ -1,26 +0,0 @@
# pnpm 11 replaced onlyBuiltDependencies with allowBuilds
allowBuilds:
"@parcel/watcher": true
"@swc/core": true
esbuild: true
sharp: true
unrs-resolver: true
minimumReleaseAgeExclude:
- '@next/[email protected]'
- '@next/[email protected]'
- '@next/[email protected]'
- '@next/[email protected]'
- '@next/[email protected]'
- '@next/[email protected]'
- '@next/[email protected]'
- '@next/[email protected]'
- '@next/[email protected]'
- '@next/[email protected]'
- [email protected]
- [email protected]
overrides:
"picomatch@>=4": 4.0.4
baseline-browser-mapping: 2.10.40
electron-to-chromium: 1.5.383