mirror of
https://github.com/suitenumerique/docs.git
synced 2026-08-17 21:25:43 +02:00
Added: - ✨(backend) support creating subdoc from file - ✨(frontend) comment side panel - ✨(buildpack) add PaaS deployment support, tested with Scalingo - 🔧(backend) allow configuring settings OIDC_OP_USER_ENDPOINT_FORMAT - ⚡️(helm) create a dedicated svc and deployment for yprovider converter - ✨(backend) allow to leave a document - ✨(frontend) add the presenter mode - 📈(backend) create a utils to capture event with posthog - 🔧(backend) new setting DOCUMENT_ALL_ENDPOINT_ENABLED Changed: - ♻️(backend) allow global search in sub documents - ✨(backend) add a breadcrumb in the search response - ♻️(frontend) move doc action buttons to fix toolbar - ♿️(frontend) add aria-hidden to decorative avatar SVGs in share modal - 🏗️(frontend) move comments to its own folder feature Fixed: - 🐛(docs) run migration 0027 without superuser role - 🐛(backend) prevent admins/owners from overwriting other users comments - 🐛(y-provider) return empty output when converting empty Yjs document - 🐛(backend) use computed_link_reach in handle_onboarding_document - 🐛(frontend) fix toolbar blocknote hidden - 🐛(frontend) fix application crashes when using GTranslate and zoom - 🐛(frontend) fix emoji pdf not matching - 🐛(backend) fix UnorderedObjectListWarning for DocumentAskForAccess viewset
52 lines
1.7 KiB
JSON
52 lines
1.7 KiB
JSON
{
|
|
"name": "impress",
|
|
"version": "5.2.0",
|
|
"private": true,
|
|
"repository": "https://github.com/suitenumerique/docs",
|
|
"author": "DINUM",
|
|
"license": "MIT",
|
|
"workspaces": {
|
|
"packages": [
|
|
"apps/*",
|
|
"packages/*",
|
|
"servers/*"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"APP_IMPRESS": "yarn workspace app-impress",
|
|
"APP_E2E": "yarn workspace app-e2e",
|
|
"I18N": "yarn workspace packages-i18n",
|
|
"COLLABORATION_SERVER": "yarn workspace server-y-provider",
|
|
"app:dev": "yarn APP_IMPRESS run dev",
|
|
"app:start": "yarn APP_IMPRESS run start",
|
|
"app:build": "yarn APP_IMPRESS run build",
|
|
"app:test": "yarn APP_IMPRESS run test",
|
|
"ci:build": "yarn APP_IMPRESS run build:ci",
|
|
"build": "yarn APP_IMPRESS run build && yarn COLLABORATION_SERVER run build",
|
|
"e2e:test": "yarn APP_E2E run test",
|
|
"lint": "yarn APP_IMPRESS run lint && yarn APP_E2E run lint && yarn workspace eslint-plugin-docs run lint && yarn I18N run lint && yarn COLLABORATION_SERVER run lint",
|
|
"i18n:extract": "yarn I18N run extract-translation",
|
|
"i18n:deploy": "yarn I18N run format-deploy && yarn APP_IMPRESS prettier",
|
|
"i18n:test": "yarn I18N run test",
|
|
"test": "yarn server:test && yarn app:test",
|
|
"server:test": "yarn COLLABORATION_SERVER run test"
|
|
},
|
|
"resolutions": {
|
|
"@tiptap/extensions": "3.23.6",
|
|
"@types/node": "24.12.4",
|
|
"@types/react": "19.2.15",
|
|
"@types/react-dom": "19.2.3",
|
|
"eslint": "10.4.0",
|
|
"postcss": "8.5.15",
|
|
"prosemirror-view": "1.41.8",
|
|
"react": "19.2.6",
|
|
"react-dom": "19.2.6",
|
|
"serialize-javascript": "7.0.5",
|
|
"typescript": "6.0.3",
|
|
"uuid": "14.0.0",
|
|
"wrap-ansi": "10.0.0",
|
|
"yjs": "13.6.30"
|
|
},
|
|
"packageManager": "yarn@1.22.22"
|
|
}
|