@mintlify/cli 4.0.819 → 4.0.821
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/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +38 -38
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mintlify/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.821",
|
|
4
4
|
"description": "The Mintlify CLI",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -39,47 +39,47 @@
|
|
|
39
39
|
"format:check": "prettier . --check"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@inquirer/prompts": "
|
|
43
|
-
"@mintlify/common": "1.0.
|
|
44
|
-
"@mintlify/link-rot": "3.0.
|
|
45
|
-
"@mintlify/models": "0.0.
|
|
46
|
-
"@mintlify/prebuild": "1.0.
|
|
47
|
-
"@mintlify/previewing": "4.0.
|
|
48
|
-
"@mintlify/validation": "0.1.
|
|
49
|
-
"adm-zip": "
|
|
50
|
-
"chalk": "
|
|
51
|
-
"color": "
|
|
52
|
-
"detect-port": "
|
|
53
|
-
"fs-extra": "
|
|
54
|
-
"gray-matter": "
|
|
55
|
-
"ink": "
|
|
56
|
-
"inquirer": "
|
|
57
|
-
"js-yaml": "
|
|
58
|
-
"mdast-util-mdx-jsx": "
|
|
59
|
-
"react": "
|
|
60
|
-
"semver": "
|
|
61
|
-
"unist-util-visit": "
|
|
62
|
-
"yargs": "
|
|
42
|
+
"@inquirer/prompts": "7.9.0",
|
|
43
|
+
"@mintlify/common": "1.0.618",
|
|
44
|
+
"@mintlify/link-rot": "3.0.761",
|
|
45
|
+
"@mintlify/models": "0.0.243",
|
|
46
|
+
"@mintlify/prebuild": "1.0.747",
|
|
47
|
+
"@mintlify/previewing": "4.0.797",
|
|
48
|
+
"@mintlify/validation": "0.1.528",
|
|
49
|
+
"adm-zip": "0.5.16",
|
|
50
|
+
"chalk": "5.2.0",
|
|
51
|
+
"color": "4.2.3",
|
|
52
|
+
"detect-port": "1.5.1",
|
|
53
|
+
"fs-extra": "11.2.0",
|
|
54
|
+
"gray-matter": "4.0.3",
|
|
55
|
+
"ink": "6.3.0",
|
|
56
|
+
"inquirer": "12.3.0",
|
|
57
|
+
"js-yaml": "4.1.0",
|
|
58
|
+
"mdast-util-mdx-jsx": "3.2.0",
|
|
59
|
+
"react": "19.1.1",
|
|
60
|
+
"semver": "7.7.2",
|
|
61
|
+
"unist-util-visit": "5.0.0",
|
|
62
|
+
"yargs": "17.7.1"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@mintlify/eslint-config-typescript": "1.0.13",
|
|
66
66
|
"@mintlify/prettier-config": "1.0.4",
|
|
67
67
|
"@mintlify/ts-config": "2.0.2",
|
|
68
|
-
"@trivago/prettier-plugin-sort-imports": "
|
|
69
|
-
"@tsconfig/recommended": "1.
|
|
70
|
-
"@types/adm-zip": "
|
|
71
|
-
"@types/detect-port": "
|
|
72
|
-
"@types/mdast": "
|
|
73
|
-
"@types/node": "
|
|
74
|
-
"@types/yargs": "
|
|
75
|
-
"@typescript-eslint/parser": "6.
|
|
76
|
-
"eslint": "8.
|
|
77
|
-
"openapi-types": "
|
|
78
|
-
"prettier": "
|
|
79
|
-
"rimraf": "
|
|
80
|
-
"typescript": "
|
|
81
|
-
"vitest": "
|
|
82
|
-
"vitest-mock-process": "
|
|
68
|
+
"@trivago/prettier-plugin-sort-imports": "4.3.0",
|
|
69
|
+
"@tsconfig/recommended": "1.0.2",
|
|
70
|
+
"@types/adm-zip": "0.5.7",
|
|
71
|
+
"@types/detect-port": "1.3.2",
|
|
72
|
+
"@types/mdast": "4.0.4",
|
|
73
|
+
"@types/node": "18.15.0",
|
|
74
|
+
"@types/yargs": "17.0.22",
|
|
75
|
+
"@typescript-eslint/parser": "6.9.1",
|
|
76
|
+
"eslint": "8.36.0",
|
|
77
|
+
"openapi-types": "12.1.3",
|
|
78
|
+
"prettier": "3.1.1",
|
|
79
|
+
"rimraf": "5.0.1",
|
|
80
|
+
"typescript": "5.5.3",
|
|
81
|
+
"vitest": "2.0.4",
|
|
82
|
+
"vitest-mock-process": "1.0.4"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "e4bb8ae504d8ddafbdf42edcc08633ab08229be7"
|
|
85
85
|
}
|