@kitschpatrol/shared-config 5.8.2 → 5.8.3

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.
Files changed (2) hide show
  1. package/bin/cli.js +1 -1
  2. package/package.json +10 -10
package/bin/cli.js CHANGED
@@ -11084,7 +11084,7 @@ var Yargs = YargsFactory(esm_default);
11084
11084
  var yargs_default = Yargs;
11085
11085
 
11086
11086
  // ../../package.json
11087
- var version = "5.8.2";
11087
+ var version = "5.8.3";
11088
11088
 
11089
11089
  // ../../src/execa-utilities.ts
11090
11090
  function isErrorExecaError(error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/shared-config",
3
- "version": "5.8.2",
3
+ "version": "5.8.3",
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",
@@ -44,15 +44,15 @@
44
44
  "find-workspaces": "^0.3.1",
45
45
  "fs-extra": "^11.3.2",
46
46
  "prettier": "^3.6.2",
47
- "@kitschpatrol/cspell-config": "5.8.2",
48
- "@kitschpatrol/eslint-config": "5.8.2",
49
- "@kitschpatrol/knip-config": "5.8.2",
50
- "@kitschpatrol/prettier-config": "5.8.2",
51
- "@kitschpatrol/remark-config": "5.8.2",
52
- "@kitschpatrol/mdat-config": "5.8.2",
53
- "@kitschpatrol/repo-config": "5.8.2",
54
- "@kitschpatrol/stylelint-config": "5.8.2",
55
- "@kitschpatrol/typescript-config": "5.8.2"
47
+ "@kitschpatrol/cspell-config": "5.8.3",
48
+ "@kitschpatrol/knip-config": "5.8.3",
49
+ "@kitschpatrol/mdat-config": "5.8.3",
50
+ "@kitschpatrol/eslint-config": "5.8.3",
51
+ "@kitschpatrol/prettier-config": "5.8.3",
52
+ "@kitschpatrol/repo-config": "5.8.3",
53
+ "@kitschpatrol/remark-config": "5.8.3",
54
+ "@kitschpatrol/typescript-config": "5.8.3",
55
+ "@kitschpatrol/stylelint-config": "5.8.3"
56
56
  },
57
57
  "devDependencies": {
58
58
  "globby": "^15.0.0",