mirror of
https://github.com/HugeFrog24/shakethefrog.git
synced 2026-08-28 20:11:39 +00:00
dupd
This commit is contained in:
+1
-2
@@ -17,8 +17,7 @@ WORKDIR /app
|
|||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
# Create non-root user
|
# Create non-root user
|
||||||
RUN addgroup --system --gid 1001 nodejs
|
RUN addgroup --system --gid 1001 nodejs && adduser --system --uid 1001 nextjs
|
||||||
RUN adduser --system --uid 1001 nextjs
|
|
||||||
|
|
||||||
# Copy necessary files from builder
|
# Copy necessary files from builder
|
||||||
COPY --from=builder /app/public ./public
|
COPY --from=builder /app/public ./public
|
||||||
|
|||||||
+14
-14
@@ -13,27 +13,27 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@heroicons/react": "^2.2.0",
|
"@heroicons/react": "^2.2.0",
|
||||||
"@lemonsqueezy/lemonsqueezy.js": "^4.0.0",
|
"@lemonsqueezy/lemonsqueezy.js": "^4.0.0",
|
||||||
"next": "16.2.9",
|
"next": "16.2.12",
|
||||||
"next-intl": "^4.13.1",
|
"next-intl": "^4.13.4",
|
||||||
"react": "^19.2.7",
|
"react": "^19.2.8",
|
||||||
"react-dom": "^19.2.7"
|
"react-dom": "^19.2.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/eslintrc": "^3.3.5",
|
"@eslint/eslintrc": "^3.3.6",
|
||||||
"@eslint/js": "^10.0.1",
|
"@eslint/js": "^10.0.1",
|
||||||
"@tailwindcss/postcss": "^4.3.2",
|
"@tailwindcss/postcss": "^4.3.3",
|
||||||
"@types/node": "^26.1.0",
|
"@types/node": "^26.1.1",
|
||||||
"@types/react": "^19.2.17",
|
"@types/react": "^19.2.17",
|
||||||
"@types/react-dom": "^19.2.3",
|
"@types/react-dom": "^19.2.3",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.62.1",
|
"@typescript-eslint/eslint-plugin": "^8.65.0",
|
||||||
"@typescript-eslint/parser": "^8.62.1",
|
"@typescript-eslint/parser": "^8.65.0",
|
||||||
"eslint": "^10.6.0",
|
"eslint": "^10.8.0",
|
||||||
"eslint-config-next": "16.2.9",
|
"eslint-config-next": "16.2.12",
|
||||||
"globals": "^17.7.0",
|
"globals": "^17.7.0",
|
||||||
"postcss": "^8.5.16",
|
"postcss": "^8.5.23",
|
||||||
"postcss-load-config": "^6.0.1",
|
"postcss-load-config": "^6.0.1",
|
||||||
"tailwindcss": "^4.3.2",
|
"tailwindcss": "^4.3.3",
|
||||||
"tsx": "4.22.4",
|
"tsx": "4.23.1",
|
||||||
"typescript": "6.0.3"
|
"typescript": "6.0.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+470
-479
File diff suppressed because it is too large
Load Diff
@@ -6,6 +6,20 @@ allowBuilds:
|
|||||||
sharp: true
|
sharp: true
|
||||||
unrs-resolver: 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:
|
overrides:
|
||||||
"picomatch@>=4": 4.0.4
|
"picomatch@>=4": 4.0.4
|
||||||
baseline-browser-mapping: 2.10.40
|
baseline-browser-mapping: 2.10.40
|
||||||
|
|||||||
Reference in New Issue
Block a user