@dword-design/base 9.2.3 → 9.2.4

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.
File without changes
package/dist/index.js CHANGED
@@ -13,7 +13,7 @@ import P from 'path';
13
13
  import { transform as pluginNameToPackageName } from 'plugin-name-to-package-name';
14
14
  import checkUnknownFiles from "./commands/check-unknown-files/index.js";
15
15
  import commit from "./commands/commit/index.js";
16
- import depcheckMethod from "./commands/depcheck.js";
16
+ import depcheckMethod from "./commands/depcheck/index.js";
17
17
  import lint from "./commands/lint/index.js";
18
18
  import prepare from "./commands/prepare/index.js";
19
19
  import test from "./commands/test/index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base",
3
- "version": "9.2.3",
3
+ "version": "9.2.4",
4
4
  "description": "Base package for projects.",
5
5
  "repository": "dword-design/base",
6
6
  "funding": "https://github.com/sponsors/dword-design",
@@ -37,7 +37,7 @@
37
37
  "@dword-design/package-json-schema": "^2.0.0",
38
38
  "@dword-design/personal-data": "^1.0.1",
39
39
  "@dword-design/pretest": "^1.0.0",
40
- "@dword-design/setup-test": "^1.0.0",
40
+ "@dword-design/setup-test": "^1.0.2",
41
41
  "@dword-design/suppress-babel-register-esm-warning": "^1.1.0",
42
42
  "@semantic-release/changelog": "^5.0.0",
43
43
  "@semantic-release/git": "^9.0.0",
@@ -52,8 +52,8 @@
52
52
  "depcheck": "npm:@dword-design/depcheck",
53
53
  "depcheck-detector-execa": "^3.0.4",
54
54
  "depcheck-detector-package-name": "^3.0.0",
55
- "depcheck-package-name": "^2.0.0",
56
- "depcheck-parser-babel": "^2.0.0",
55
+ "depcheck-package-name": "^3.0.0",
56
+ "depcheck-parser-babel": "^3.0.1",
57
57
  "eslint": "~7.32.0",
58
58
  "execa": "^6.1.0",
59
59
  "find-up": "^6.3.0",
@@ -66,7 +66,7 @@
66
66
  "is-ci": "^3.0.0",
67
67
  "jiti": "^1.16.0",
68
68
  "load-pkg": "^4.0.0",
69
- "make-cli": "^2.0.0",
69
+ "make-cli": "^3.0.0",
70
70
  "mocha": "^10.2.0",
71
71
  "mocha-spec-reporter-with-file-names": "npm:@dword-design/mocha-spec-reporter-with-file-names",
72
72
  "mocha-ui-exports-auto-describe": "^2.0.0",
@@ -86,7 +86,7 @@
86
86
  },
87
87
  "devDependencies": {
88
88
  "@babel/cli": "^7.6.4",
89
- "@dword-design/chdir": "^2.0.6",
89
+ "@dword-design/chdir": "^3.0.0",
90
90
  "@dword-design/tester": "^2.0.0",
91
91
  "@dword-design/tester-plugin-tmp-dir": "^2.0.0",
92
92
  "is-docker": "^3.0.0",