fix: uncook the lock file

This commit is contained in:
Lucas Smith
2025-11-30 13:49:24 +11:00
parent b499feb609
commit 1b2a500591
2 changed files with 23370 additions and 16649 deletions
+23365 -16648
View File
File diff suppressed because it is too large Load Diff
+5 -1
View File
@@ -7,6 +7,7 @@
], ],
"version": "2.1.0", "version": "2.1.0",
"scripts": { "scripts": {
"postinstall": "patch-package",
"build": "turbo run build", "build": "turbo run build",
"dev": "turbo run dev --filter=@documenso/remix", "dev": "turbo run dev --filter=@documenso/remix",
"dev:remix": "turbo run dev --filter=@documenso/remix", "dev:remix": "turbo run dev --filter=@documenso/remix",
@@ -60,9 +61,11 @@
"dotenv-cli": "^11.0.0", "dotenv-cli": "^11.0.0",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"kysely": "0.28.8",
"lint-staged": "^16.2.7", "lint-staged": "^16.2.7",
"nanoid": "^5.1.6", "nanoid": "^5.1.6",
"nodemailer": "^7.0.10", "nodemailer": "^7.0.10",
"patch-package": "^8.0.1",
"pdfjs-dist": "5.4.296", "pdfjs-dist": "5.4.296",
"pino": "^9.14.0", "pino": "^9.14.0",
"pino-pretty": "^13.1.2", "pino-pretty": "^13.1.2",
@@ -83,6 +86,7 @@
"zod-prisma-types": "3.3.5" "zod-prisma-types": "3.3.5"
}, },
"dependencies": { "dependencies": {
"@ai-sdk/google-vertex": "3.0.81",
"@documenso/pdf-sign": "^0.1.0", "@documenso/pdf-sign": "^0.1.0",
"@documenso/prisma": "*", "@documenso/prisma": "*",
"@lingui/conf": "^5.6.0", "@lingui/conf": "^5.6.0",
@@ -101,4 +105,4 @@
"typescript": "5.6.2", "typescript": "5.6.2",
"zod": "^3.25.76" "zod": "^3.25.76"
} }
} }