detype 1.1.0 → 1.1.1

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/dist/cli.js +9 -9
  2. package/package.json +9 -9
package/dist/cli.js CHANGED
@@ -11,7 +11,7 @@ import fastGlob from "fast-glob";
11
11
  // package.json
12
12
  var package_default = {
13
13
  name: "detype",
14
- version: "1.1.0",
14
+ version: "1.1.1",
15
15
  description: "Removes TypeScript type annotations but keeps the formatting",
16
16
  type: "module",
17
17
  exports: {
@@ -47,24 +47,24 @@ var package_default = {
47
47
  "@babel/core": "^7.26.0",
48
48
  "@babel/preset-typescript": "^7.26.0",
49
49
  "@babel/traverse": "^7.25.9",
50
- "@vue/compiler-dom": "^3.5.12",
51
- "@vue/compiler-sfc": "^3.5.12",
50
+ "@vue/compiler-dom": "^3.5.13",
51
+ "@vue/compiler-sfc": "^3.5.13",
52
52
  "@vuedx/compiler-sfc": "0.7.1",
53
53
  "@vuedx/template-ast-types": "0.7.1",
54
54
  "fast-glob": "^3.3.2",
55
- prettier: "^3.3.3",
55
+ prettier: "^3.4.1",
56
56
  "string.prototype.replaceall": "^1.0.10"
57
57
  },
58
58
  devDependencies: {
59
- "@cyco130/eslint-config": "^5.0.0",
59
+ "@cyco130/eslint-config": "^5.0.1",
60
60
  "@types/babel__core": "^7.20.5",
61
61
  "@types/babel__traverse": "^7.20.6",
62
- "@types/node": "22.8.6",
63
- eslint: "^9.14.0",
62
+ "@types/node": "22.10.1",
63
+ eslint: "^9.16.0",
64
64
  rimraf: "^6.0.1",
65
65
  tsup: "^8.3.5",
66
- typescript: "^5.6.3",
67
- vitest: "2.1.4"
66
+ typescript: "^5.7.2",
67
+ vitest: "2.1.6"
68
68
  },
69
69
  repository: {
70
70
  type: "git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "detype",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Removes TypeScript type annotations but keeps the formatting",
5
5
  "type": "module",
6
6
  "exports": {
@@ -24,24 +24,24 @@
24
24
  "@babel/core": "^7.26.0",
25
25
  "@babel/preset-typescript": "^7.26.0",
26
26
  "@babel/traverse": "^7.25.9",
27
- "@vue/compiler-dom": "^3.5.12",
28
- "@vue/compiler-sfc": "^3.5.12",
27
+ "@vue/compiler-dom": "^3.5.13",
28
+ "@vue/compiler-sfc": "^3.5.13",
29
29
  "@vuedx/compiler-sfc": "0.7.1",
30
30
  "@vuedx/template-ast-types": "0.7.1",
31
31
  "fast-glob": "^3.3.2",
32
- "prettier": "^3.3.3",
32
+ "prettier": "^3.4.1",
33
33
  "string.prototype.replaceall": "^1.0.10"
34
34
  },
35
35
  "devDependencies": {
36
- "@cyco130/eslint-config": "^5.0.0",
36
+ "@cyco130/eslint-config": "^5.0.1",
37
37
  "@types/babel__core": "^7.20.5",
38
38
  "@types/babel__traverse": "^7.20.6",
39
- "@types/node": "22.8.6",
40
- "eslint": "^9.14.0",
39
+ "@types/node": "22.10.1",
40
+ "eslint": "^9.16.0",
41
41
  "rimraf": "^6.0.1",
42
42
  "tsup": "^8.3.5",
43
- "typescript": "^5.6.3",
44
- "vitest": "2.1.4"
43
+ "typescript": "^5.7.2",
44
+ "vitest": "2.1.6"
45
45
  },
46
46
  "repository": {
47
47
  "type": "git",