Compare commits

..
5 Commits
Author SHA1 Message Date
HugeFrog24 4ad96640db F 2026-07-02 20:18:09 +02:00
HugeFrog24 9f4e192687 Fix stuff 2026-07-02 20:14:54 +02:00
HugeFrog24 3809ec676c Fix packages again 2026-07-02 20:11:09 +02:00
HugeFrog24 bd7d9df6bb Fix packages 2026-07-02 20:09:01 +02:00
HugeFrog24 d2cb31b891 upd deps 2026-07-02 19:59:26 +02:00
4 changed files with 1006 additions and 950 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ WORKDIR /app
# Install pnpm
RUN npm install -g pnpm
COPY package.json pnpm-lock.yaml* ./
COPY package.json pnpm-lock.yaml* pnpm-workspace.yaml* ./
RUN pnpm install --frozen-lockfile
COPY . .
RUN pnpm run build
+16 -16
View File
@@ -13,27 +13,27 @@
"dependencies": {
"@heroicons/react": "^2.2.0",
"@lemonsqueezy/lemonsqueezy.js": "^4.0.0",
"next": "^16.2.4",
"next-intl": "^4.9.1",
"react": "^19.2.5",
"react-dom": "^19.2.5"
"next": "16.2.9",
"next-intl": "^4.13.1",
"react": "^19.2.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@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",
"@eslint/js": "^10.0.1",
"@tailwindcss/postcss": "^4.3.2",
"@types/node": "^26.1.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@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",
"@typescript-eslint/eslint-plugin": "^8.62.1",
"@typescript-eslint/parser": "^8.62.1",
"eslint": "^10.6.0",
"eslint-config-next": "16.2.9",
"globals": "^17.7.0",
"postcss": "^8.5.16",
"postcss-load-config": "^6.0.1",
"tailwindcss": "^4.2.4",
"tsx": "^4.21.0",
"tailwindcss": "^4.3.2",
"tsx": "4.22.4",
"typescript": "6.0.3"
}
}
+977 -933
View File
File diff suppressed because it is too large Load Diff
+12
View File
@@ -0,0 +1,12 @@
# pnpm 11 replaced onlyBuiltDependencies with allowBuilds
allowBuilds:
"@parcel/watcher": true
"@swc/core": true
esbuild: true
sharp: true
unrs-resolver: true
overrides:
"picomatch@>=4": 4.0.4
baseline-browser-mapping: 2.10.40
electron-to-chromium: 1.5.383