@kitschpatrol/shared-config 5.3.0 → 5.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli.js +1 -1
- package/package.json +10 -10
package/bin/cli.js
CHANGED
|
@@ -11494,7 +11494,7 @@ var Yargs = YargsFactory(esm_default);
|
|
|
11494
11494
|
var yargs_default = Yargs;
|
|
11495
11495
|
|
|
11496
11496
|
// ../../package.json
|
|
11497
|
-
var version = "5.
|
|
11497
|
+
var version = "5.4.0";
|
|
11498
11498
|
|
|
11499
11499
|
// ../../src/execa-utilities.ts
|
|
11500
11500
|
function isErrorExecaError(error) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitschpatrol/shared-config",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.0",
|
|
4
4
|
"description": "A collection of shared configurations, linters, and formatting tools for TypeScript projects. All managed as a single dependency, and invoked via a single CLI command.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"shared-config",
|
|
@@ -43,15 +43,15 @@
|
|
|
43
43
|
"find-workspaces": "^0.3.1",
|
|
44
44
|
"fs-extra": "^11.3.0",
|
|
45
45
|
"prettier": "^3.5.3",
|
|
46
|
-
"@kitschpatrol/cspell-config": "5.
|
|
47
|
-
"@kitschpatrol/
|
|
48
|
-
"@kitschpatrol/
|
|
49
|
-
"@kitschpatrol/
|
|
50
|
-
"@kitschpatrol/
|
|
51
|
-
"@kitschpatrol/remark-config": "5.
|
|
52
|
-
"@kitschpatrol/stylelint-config": "5.
|
|
53
|
-
"@kitschpatrol/repo-config": "5.
|
|
54
|
-
"@kitschpatrol/
|
|
46
|
+
"@kitschpatrol/cspell-config": "5.4.0",
|
|
47
|
+
"@kitschpatrol/knip-config": "5.4.0",
|
|
48
|
+
"@kitschpatrol/eslint-config": "5.4.0",
|
|
49
|
+
"@kitschpatrol/prettier-config": "5.4.0",
|
|
50
|
+
"@kitschpatrol/mdat-config": "5.4.0",
|
|
51
|
+
"@kitschpatrol/remark-config": "5.4.0",
|
|
52
|
+
"@kitschpatrol/stylelint-config": "5.4.0",
|
|
53
|
+
"@kitschpatrol/repo-config": "5.4.0",
|
|
54
|
+
"@kitschpatrol/typescript-config": "5.4.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"chalk": "^5.4.1",
|