Added: - ✨(backend) annotate number of accesses on documents in list view - ✨(backend) allow users to mark/unmark documents as favorite Changed: - 🔒️(collaboration) increase collaboration access security - 🔨(frontend) encapsulated title to its own component - ⚡️(backend) optimize number of queries on document list view - ♻️(frontend) stop to use provider with version - 🚚(collaboration) change the websocket key name Fixed: - 🐛(frontend) fix initial content with collaboration - 🐛(frontend) Fix hidden menu on Firefox - 🐛(backend) fix sanitize problem IA
46 lines
1.5 KiB
JSON
46 lines
1.5 KiB
JSON
{
|
|
"name": "impress",
|
|
"version": "1.9.0",
|
|
"private": true,
|
|
"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",
|
|
"e2e:test": "yarn APP_E2E run test",
|
|
"lint": "yarn APP_IMPRESS run lint && yarn APP_E2E run lint && yarn workspace eslint-config-impress 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": {
|
|
"@blocknote/core": "0.20.0",
|
|
"@blocknote/mantine": "0.20.0",
|
|
"@blocknote/react": "0.20.0",
|
|
"@types/node": "22.10.1",
|
|
"@types/react-dom": "18.3.1",
|
|
"@typescript-eslint/eslint-plugin": "8.17.0",
|
|
"@typescript-eslint/parser": "8.17.0",
|
|
"cross-env": "7.0.3",
|
|
"eslint": "8.57.0",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"typescript": "5.7.2",
|
|
"yjs": "13.6.20"
|
|
}
|
|
}
|