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
26 lines
725 B
JSON
26 lines
725 B
JSON
{
|
|
"name": "eslint-config-impress",
|
|
"version": "1.9.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"lint": "eslint --ext .js ."
|
|
},
|
|
"dependencies": {
|
|
"@next/eslint-plugin-next": "15.0.3",
|
|
"@tanstack/eslint-plugin-query": "5.62.1",
|
|
"@typescript-eslint/eslint-plugin": "*",
|
|
"@typescript-eslint/parser": "*",
|
|
"eslint": "*",
|
|
"eslint-config-next": "15.0.3",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"eslint-plugin-import": "2.31.0",
|
|
"eslint-plugin-jest": "28.9.0",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-playwright": "2.1.0",
|
|
"eslint-plugin-prettier": "5.2.1",
|
|
"eslint-plugin-react": "7.37.2",
|
|
"eslint-plugin-testing-library": "7.0.0",
|
|
"prettier": "3.4.1"
|
|
}
|
|
}
|