Added: - ✨(frontend) integrate configurable Waffle - ✨ Import of documents - 🚨(CI) gives warning if theme not updated - ✨(frontend) Add stat for Crisp - ✨(auth) add silent login - 🔧(project) add DJANGO_EMAIL_URL_APP environment variable Changed: - ♿(frontend) improve accessibility: - ♿️(frontend) fix subdoc opening and emoji pick focus - ✨(backend) add field for button label in email template Fixed: - ✅(e2e) fix e2e test for other browsers - 🐛(export) fix export column NaN - 🐛(frontend) add fallback for unsupported Blocknote languages - 🐛(frontend) fix emojipicker closing in tree - 🐛(frontend) display children in favorite - 🐛(frontend) preserve typed text after @ on escape Removed: - 🔥(project) remove all code related to template Security: - 🔒️(trivy) fix vulnerability about jaraco.context
30 lines
792 B
JSON
30 lines
792 B
JSON
{
|
|
"name": "app-e2e",
|
|
"version": "4.5.0",
|
|
"repository": "https://github.com/suitenumerique/docs",
|
|
"author": "DINUM",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint",
|
|
"install-playwright": "playwright install --with-deps",
|
|
"test": "playwright test",
|
|
"test:ui": "yarn test --ui",
|
|
"test:ui::firefox": "yarn test:ui --project=firefox",
|
|
"test:ui::webkit": "yarn test:ui --project=webkit",
|
|
"test:ui::chromium": "yarn test:ui --project=chromium"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.57.0",
|
|
"@types/node": "*",
|
|
"@types/pdf-parse": "1.1.5",
|
|
"eslint-plugin-docs": "*",
|
|
"typescript": "*"
|
|
},
|
|
"dependencies": {
|
|
"convert-stream": "1.0.2",
|
|
"pdf-parse": "2.4.5"
|
|
},
|
|
"packageManager": "yarn@1.22.22"
|
|
}
|