0.0.7
This commit is contained in:
parent
360d7e45e6
commit
5960c88f6d
10 changed files with 247 additions and 52 deletions
15
package.json
15
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gcch/configuration-prettier",
|
||||
"version": "1.0.6",
|
||||
"version": "0.0.7",
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
|
@ -21,15 +21,16 @@
|
|||
"prettier-plugin-curly": "^0.3.2",
|
||||
"prettier-plugin-jsdoc": "^1.3.3",
|
||||
"prettier-plugin-pkg": "^0.21.2",
|
||||
"prettier-plugin-sh": "^0.18.0"
|
||||
"prettier-plugin-sh": "^0.18.0",
|
||||
"prettier": "^4.0.0-alpha.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@arethetypeswrong/core": "^0.18.2",
|
||||
"@gcch/configuration-eslint": "^0.0.1",
|
||||
"@gcch/configuration-eslint": "^0.0.4",
|
||||
"eslint": "^9.36.0",
|
||||
"knip": "^5.64.1",
|
||||
"publint": "^0.3.13",
|
||||
"tsdown": "^0.15.4",
|
||||
"typescript": "^5.9.2",
|
||||
"unplugin-unused": "^0.5.3"
|
||||
"tsdown": "^0.15.6",
|
||||
"typescript": "^6.0.0-dev.20251001"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue