mirror of
https://github.com/suitenumerique/docs
synced 2026-04-29 09:27:40 +00:00
Some compatibility issues were causing yarn to add resolutions, they are no longer necessary, we can remove them. We pin as well to Next 15, passing to Next 16 will require significant code changes, let's do that in a dedicated PR.
37 lines
1,007 B
JSON
37 lines
1,007 B
JSON
{
|
|
"name": "eslint-plugin-docs",
|
|
"version": "3.10.0",
|
|
"repository": "https://github.com/suitenumerique/docs",
|
|
"author": "DINUM",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"eslint",
|
|
"eslintplugin",
|
|
"eslint-plugin"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=9.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@next/eslint-plugin-next": "16.0.3",
|
|
"@tanstack/eslint-plugin-query": "5.91.2",
|
|
"@typescript-eslint/eslint-plugin": "8.47.0",
|
|
"@typescript-eslint/parser": "8.47.0",
|
|
"@vitest/eslint-plugin": "1.4.3",
|
|
"eslint-config-next": "16.0.3",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-plugin-import": "2.32.0",
|
|
"eslint-plugin-jest": "29.2.1",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-playwright": "2.3.0",
|
|
"eslint-plugin-prettier": "5.5.4",
|
|
"eslint-plugin-react": "7.37.5",
|
|
"eslint-plugin-testing-library": "7.13.5",
|
|
"prettier": "3.6.2"
|
|
},
|
|
"packageManager": "yarn@1.22.22"
|
|
}
|