pnpm update
Next.js App CI / docker (push) Successful in 2m1s

This commit is contained in:
2026-06-19 07:12:22 +02:00
parent eb842c3adb
commit 2e5a3a1418
4 changed files with 1120 additions and 1086 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ WORKDIR /app
# Install system dependencies # Install system dependencies
RUN apk add --no-cache imagemagick libwebp libwebp-tools ghostscript RUN apk add --no-cache imagemagick libwebp libwebp-tools ghostscript
COPY package.json pnpm-lock.yaml ./ COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
RUN pnpm install --frozen-lockfile RUN pnpm install --frozen-lockfile
COPY . . COPY . .
+20 -28
View File
@@ -16,25 +16,25 @@
"@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6", "@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.8", "@radix-ui/react-tooltip": "^1.2.8",
"@retorquere/bibtex-parser": "^9.0.26", "@retorquere/bibtex-parser": "^9.0.29",
"@tailwindcss/typography": "^0.5.19", "@tailwindcss/typography": "^0.5.19",
"cheerio": "^1.1.2", "cheerio": "^1.2.0",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"culori": "^4.0.2", "culori": "^4.0.2",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"lucide-react": "^0.562.0", "lucide-react": "^1.7.0",
"mdx-bundler": "^10.1.1", "mdx-bundler": "^10.1.1",
"motion": "^12.25.0", "motion": "^12.38.0",
"next": "16.1.1", "next": "16.2.1",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"qrcode": "^1.5.4", "qrcode": "^1.5.4",
"react": "19.2.3", "react": "19.2.4",
"react-dom": "19.2.3", "react-dom": "19.2.4",
"react-icons": "^5.5.0", "react-icons": "^5.6.0",
"react-markdown": "^10.1.0", "react-markdown": "^10.1.0",
"recharts": "3.6.0", "recharts": "3.8.1",
"rehype-pretty-code": "^0.14.1", "rehype-pretty-code": "^0.14.3",
"rehype-slug": "^6.0.0", "rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1", "rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1", "remark-gfm": "^4.0.1",
@@ -42,31 +42,23 @@
"remark-parse": "^11.0.0", "remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2", "remark-rehype": "^11.1.2",
"rough-notation": "^0.5.1", "rough-notation": "^0.5.1",
"shiki": "^3.21.0", "shiki": "^4.0.2",
"tailwind-merge": "^3.4.0", "tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"unified": "^11.0.5" "unified": "^11.0.5"
}, },
"devDependencies": { "devDependencies": {
"@eslint/eslintrc": "^3.3.3", "@eslint/eslintrc": "^3.3.5",
"@tailwindcss/postcss": "^4.1.18", "@tailwindcss/postcss": "^4.2.2",
"@types/culori": "^4.0.1", "@types/culori": "^4.0.1",
"@types/node": "^25.0.6", "@types/node": "^25.5.0",
"@types/qrcode": "^1.5.6", "@types/qrcode": "^1.5.6",
"@types/react": "^19.2.8", "@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"eslint": "^9.39.2", "eslint": "^10.1.0",
"eslint-config-next": "16.1.1", "eslint-config-next": "16.2.1",
"tailwindcss": "^4.1.18", "tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0", "tw-animate-css": "^1.4.0",
"typescript": "^5.9.3" "typescript": "^6.0.2"
},
"pnpm": {
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"esbuild",
"sharp",
"unrs-resolver"
]
} }
} }
+1095 -1057
View File
File diff suppressed because it is too large Load Diff
+4
View File
@@ -0,0 +1,4 @@
allowBuilds:
esbuild: true
sharp: true
unrs-resolver: true