0.0.12
This commit is contained in:
parent
d83744ed6e
commit
91d4573bff
14 changed files with 442 additions and 217 deletions
17
package.json
17
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gcch/configuration-prettier",
|
||||
"version": "0.0.11",
|
||||
"version": "0.0.12",
|
||||
"type": "module",
|
||||
"description": "Configuration Prettier partageable pour gcch.",
|
||||
"main": "./dist/index.mjs",
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
},
|
||||
"files": ["dist"],
|
||||
"peerDependencies": {
|
||||
"prettier": "^4.0.0-alpha.13"
|
||||
"prettier": "^3.8.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prettier/plugin-php": "^0.24.0",
|
||||
|
|
@ -21,18 +21,19 @@
|
|||
"prettier-plugin-curly": "^0.4.1",
|
||||
"prettier-plugin-ini": "^1.3.0",
|
||||
"prettier-plugin-jsdoc": "^1.8.0",
|
||||
"prettier-plugin-pkg": "^0.21.2",
|
||||
"prettier-plugin-pkg": "^0.22.0",
|
||||
"prettier-plugin-sh": "^0.18.0",
|
||||
"prettier-plugin-sort-json": "^4.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@arethetypeswrong/core": "^0.18.2",
|
||||
"@gcch/configuration-eslint": "git+https://git.gcch.fr/gcch/configuration-eslint",
|
||||
"eslint": "^10.0.3",
|
||||
"knip": "^5.86.0",
|
||||
"@gcch/configuration-eslint": "git+https://git.gcch.fr/gcch/configuration-eslint#62ee424274",
|
||||
"eslint": "^10.1.0",
|
||||
"knip": "^6.1.0",
|
||||
"publint": "^0.3.18",
|
||||
"tsdown": "^0.21.2",
|
||||
"typescript": "^6.0.0-dev.20260312"
|
||||
"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