Files
nixpkgs/pkgs/by-name/me/mermaid-cli/remove-puppeteer-from-dev-deps.patch
Dark Steveneq 646b892680
Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
push sheeet
2025-10-09 14:15:47 +02:00

17 lines
533 B
Diff

Subject: [PATCH] remove pupperteer from dev dependencies
---
Index: package.json
<+>UTF-8
===================================================================
diff --git a/package.json b/package.json
--- a/package.json (revision fa593dc39619f44b57a922927a66346248f31d7d)
+++ b/package.json (date 1736721981718)
@@ -45,7 +45,6 @@
"@tsconfig/node18": "^18.2.4",
"@types/node": "~18.19.31",
"jest": "^29.0.1",
- "puppeteer": "^23.1.1",
"standard": "^17.0.0",
"typescript": "^5.0.1-rc",
"vite": "^6.0.2",