mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
Added - 🚸(frontend) hint min char search users #2064 Changed - 💄(frontend) improve comments highlights #1961 - ♿️(frontend) improve BoxButton a11y and native button semantics #2103 - ♿️(frontend) improve language picker accessibility #2069 - ♿️(frontend) add aria-hidden to decorative icons in dropdown menu #2093 Fixed - 🐛(y-provider) destroy Y.Doc instances after each convert request #2129 - 🐛(backend) remove deleted sub documents in favorite_list endpoint #2083
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "eslint-plugin-docs",
|
|
"version": "4.8.4",
|
|
"repository": "https://github.com/suitenumerique/docs",
|
|
"author": "DINUM",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"eslint",
|
|
"eslintplugin",
|
|
"eslint-plugin"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=10.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@eslint/js": "10.0.1",
|
|
"@next/eslint-plugin-next": "16.1.7",
|
|
"@tanstack/eslint-plugin-query": "5.91.4",
|
|
"@typescript-eslint/eslint-plugin": "8.57.1",
|
|
"@typescript-eslint/parser": "8.57.1",
|
|
"@typescript-eslint/utils": "8.57.1",
|
|
"@vitest/eslint-plugin": "1.6.12",
|
|
"eslint-config-next": "16.1.7",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-plugin-import-x": "4.16.2",
|
|
"eslint-plugin-jest": "29.15.0",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-playwright": "2.10.0",
|
|
"eslint-plugin-prettier": "5.5.5",
|
|
"eslint-plugin-react": "7.37.5",
|
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
"eslint-plugin-testing-library": "7.16.0",
|
|
"prettier": "3.8.1"
|
|
},
|
|
"packageManager": "yarn@1.22.22"
|
|
}
|