mirror of
https://github.com/documenso/documenso.git
synced 2025-11-25 14:11:43 +10:00
## Description Adds the ability for the document owner to edit recipients and their fields after the document has been sent. A recipient can only be updated or deleted if: - The recipient has not inserted any fields - Has not completed the document <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - **New Features** - Added new localization messages to clarify user actions regarding document signing. - Enhanced French translations for improved user interaction. - **Improvements** - Updated localization strings in German and English for clearer feedback on signer and recipient statuses. - Improved overall structure of localization files for better maintainability. - **Dependency Updates** - Upgraded `next-axiom` and `remeda` libraries to their latest versions, potentially enhancing performance and stability. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Mythie <me@lucasjamessmith.me>
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "@documenso/marketing",
|
|
"version": "1.7.1-rc.3",
|
|
"private": true,
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"dev": "next dev -p 3001",
|
|
"build": "next build",
|
|
"start": "next start -p 3001",
|
|
"lint": "next lint",
|
|
"lint:fix": "next lint --fix",
|
|
"clean": "rimraf .next && rimraf node_modules",
|
|
"copy:pdfjs": "node ../../scripts/copy-pdfjs.cjs",
|
|
"translate:compile": "lingui compile --typescript"
|
|
},
|
|
"dependencies": {
|
|
"@documenso/assets": "*",
|
|
"@documenso/lib": "*",
|
|
"@documenso/tailwind-config": "*",
|
|
"@documenso/trpc": "*",
|
|
"@documenso/ui": "*",
|
|
"@hookform/resolvers": "^3.1.0",
|
|
"@lingui/macro": "^4.11.3",
|
|
"@lingui/react": "^4.11.3",
|
|
"@openstatus/react": "^0.0.3",
|
|
"cmdk": "^0.2.1",
|
|
"contentlayer": "^0.3.4",
|
|
"embla-carousel": "^8.1.3",
|
|
"embla-carousel-autoplay": "^8.1.3",
|
|
"embla-carousel-react": "^8.1.3",
|
|
"framer-motion": "^10.12.8",
|
|
"lucide-react": "^0.279.0",
|
|
"luxon": "^3.4.0",
|
|
"micro": "^10.0.1",
|
|
"next": "14.2.6",
|
|
"next-auth": "4.24.5",
|
|
"next-axiom": "^1.5.1",
|
|
"next-contentlayer": "^0.3.4",
|
|
"next-plausible": "^3.10.1",
|
|
"perfect-freehand": "^1.2.0",
|
|
"posthog-js": "^1.77.3",
|
|
"react": "^18",
|
|
"react-confetti": "^6.1.0",
|
|
"react-dom": "^18",
|
|
"react-hook-form": "^7.43.9",
|
|
"react-icons": "^4.11.0",
|
|
"recharts": "^2.7.2",
|
|
"sharp": "0.32.6",
|
|
"typescript": "5.2.2",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@lingui/loader": "^4.11.3",
|
|
"@lingui/swc-plugin": "4.0.8",
|
|
"@types/node": "20.1.0",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18"
|
|
}
|
|
} |