detype 2.0.5 → 2.0.6
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/dist/cli.js +1 -1
- package/package.json +8 -8
package/dist/cli.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "detype",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"description": "Removes TypeScript type annotations but keeps the formatting",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -27,23 +27,23 @@
|
|
|
27
27
|
"@babel/core": "^7.29.0",
|
|
28
28
|
"@babel/preset-typescript": "^7.28.5",
|
|
29
29
|
"@babel/traverse": "^7.29.0",
|
|
30
|
-
"@vue/compiler-dom": "^3.5.
|
|
31
|
-
"@vue/compiler-sfc": "^3.5.
|
|
30
|
+
"@vue/compiler-dom": "^3.5.31",
|
|
31
|
+
"@vue/compiler-sfc": "^3.5.31",
|
|
32
32
|
"@vuedx/compiler-sfc": "0.7.1",
|
|
33
33
|
"@vuedx/template-ast-types": "0.7.1",
|
|
34
34
|
"fast-glob": "^3.3.3",
|
|
35
35
|
"prettier": "^3.8.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@cyco130/eslint-config": "^
|
|
38
|
+
"@cyco130/eslint-config": "^7.0.0",
|
|
39
39
|
"@types/babel__core": "^7.20.5",
|
|
40
40
|
"@types/babel__traverse": "^7.28.0",
|
|
41
41
|
"@types/node": "25.0.3",
|
|
42
|
-
"eslint": "^10.0
|
|
42
|
+
"eslint": "^10.1.0",
|
|
43
43
|
"rimraf": "^6.1.3",
|
|
44
|
-
"tsdown": "^0.21.
|
|
45
|
-
"typescript": "^
|
|
46
|
-
"vitest": "4.
|
|
44
|
+
"tsdown": "^0.21.7",
|
|
45
|
+
"typescript": "^6.0.2",
|
|
46
|
+
"vitest": "4.1.2"
|
|
47
47
|
},
|
|
48
48
|
"repository": {
|
|
49
49
|
"type": "git",
|