0.0.10
This commit is contained in:
parent
5d34b13c4d
commit
d686c5fa43
8 changed files with 292 additions and 114 deletions
32
package.json
32
package.json
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "@gcch/configuration-prettier",
|
||||
"version": "0.0.9",
|
||||
"version": "0.0.10",
|
||||
"type": "module",
|
||||
"description": "Configuration Prettier partageable pour gcch.",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"module": "./dist/index.js",
|
||||
"main": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.mts",
|
||||
"module": "./dist/index.mjs",
|
||||
"exports": {
|
||||
".": "./dist/index.js",
|
||||
".": "./dist/index.mjs",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"files": [
|
||||
|
|
@ -19,23 +19,23 @@
|
|||
"dependencies": {
|
||||
"@prettier/plugin-php": "^0.24.0",
|
||||
"@prettier/plugin-xml": "^3.4.2",
|
||||
"prettier-plugin-curly": "^0.3.2",
|
||||
"prettier-plugin-jsdoc": "^1.3.3",
|
||||
"prettier": "^4.0.0-alpha.12",
|
||||
"prettier-plugin-curly": "^0.4.0",
|
||||
"prettier-plugin-jsdoc": "^1.5.0",
|
||||
"prettier-plugin-pkg": "^0.21.2",
|
||||
"prettier-plugin-sh": "^0.18.0",
|
||||
"prettier": "^4.0.0-alpha.12"
|
||||
"prettier-plugin-sh": "^0.18.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@arethetypeswrong/core": "^0.18.2",
|
||||
"@gcch/configuration-dprint": "latest",
|
||||
"@gcch/configuration-eslint": "latest",
|
||||
"eslint": "^9.36.0",
|
||||
"knip": "^5.64.1",
|
||||
"publint": "^0.3.13",
|
||||
"tsdown": "^0.15.6",
|
||||
"typescript": "^6.0.0-dev.20251003"
|
||||
"@gcch/configuration-eslint": "^0.0.9",
|
||||
"eslint": "^9.39.1",
|
||||
"knip": "^5.67.1",
|
||||
"publint": "^0.3.15",
|
||||
"tsdown": "^0.16.0",
|
||||
"typescript": "^6.0.0-dev.20251104"
|
||||
},
|
||||
"trustedDependencies": [
|
||||
"oxc-resolver"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue