0.0.12
This commit is contained in:
parent
62ee424274
commit
c0620280e6
13 changed files with 237 additions and 127 deletions
29
package.json
29
package.json
|
|
@ -12,31 +12,34 @@
|
|||
},
|
||||
"files": ["dist"],
|
||||
"peerDependencies": {
|
||||
"eslint": "^10.0.3",
|
||||
"typescript": "^6.0.1-rc"
|
||||
"eslint": "^10.1.0",
|
||||
"typescript": "^6.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
"astro-eslint-parser": "^1.3.0",
|
||||
"eslint": "^10.0.3",
|
||||
"eslint-plugin-astro": "^1.6.0",
|
||||
"astro-eslint-parser": "^1.4.0",
|
||||
"eslint": "^10.1.0",
|
||||
"eslint-plugin-functional": "^9.0.4",
|
||||
"eslint-plugin-jsdoc": "^62.8.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"eslint-plugin-perfectionist": "^5.6.0",
|
||||
"eslint-plugin-jsdoc": "^62.8.1",
|
||||
"eslint-plugin-perfectionist": "^5.7.0",
|
||||
"eslint-plugin-sonarjs": "^4.0.2",
|
||||
"eslint-plugin-unicorn": "^63.0.0",
|
||||
"eslint-plugin-unicorn": "^64.0.0",
|
||||
"globals": "^17.4.0",
|
||||
"typescript-eslint": "^8.57.0"
|
||||
"typescript-eslint": "^8.57.2"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"eslint-plugin-astro": "^1.6.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@arethetypeswrong/core": "^0.18.2",
|
||||
"@gcch/configuration-prettier": "git+https://git.gcch.fr/gcch/configuration-prettier",
|
||||
"knip": "^5.86.0",
|
||||
"knip": "^6.1.0",
|
||||
"prettier": "^3.8.1",
|
||||
"publint": "^0.3.18",
|
||||
"tsdown": "^0.21.2",
|
||||
"typescript": "^6.0.1-rc"
|
||||
"tsdown": "^0.21.7",
|
||||
"tsr": "^1.3.4",
|
||||
"typescript": "^6.0.2"
|
||||
},
|
||||
"trustedDependencies": ["oxc-resolver"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue