Skip to content

Commit 7f83492

Browse files
committed
Support importing Markdown and Word documents
Signed-off-by: Ryan Wang <i@ryanc.cc>
1 parent 546e59c commit 7f83492

10 files changed

Lines changed: 1742 additions & 526 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ build {
5252
}
5353

5454
halo {
55-
version = '2.20'
55+
version = '2.21.3'
5656
}

ui/package.json

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,47 +19,49 @@
1919
"trailingComma": "es5"
2020
},
2121
"dependencies": {
22-
"@halo-dev/api-client": "^2.20.0",
23-
"@halo-dev/components": "^2.20.0",
24-
"@halo-dev/console-shared": "^2.20.0",
22+
"@halo-dev/api-client": "^2.21.1",
23+
"@halo-dev/components": "^2.21.0",
24+
"@halo-dev/console-shared": "^2.21.0",
2525
"@tanstack/vue-query": "4",
26-
"@vueuse/core": "^11.1.0",
27-
"@vueuse/router": "^11.1.0",
28-
"axios": "^1.7.7",
26+
"@vueuse/core": "^11.3.0",
27+
"@vueuse/router": "^11.3.0",
28+
"axios": "^1.10.0",
2929
"es-toolkit": "^1.39.7",
3030
"gray-matter": "^4.0.3",
3131
"js-yaml": "^4.1.0",
32+
"mammoth": "^1.9.1",
3233
"markdown-it": "^14.1.0",
3334
"markdown-it-anchor": "^9.2.0",
35+
"p-queue": "^8.1.0",
3436
"turndown": "^7.2.0",
35-
"vue": "^3.5.12"
37+
"vue": "^3.5.17"
3638
},
3739
"devDependencies": {
3840
"@halo-dev/ui-plugin-bundler-kit": "2.21.2",
39-
"@iconify/json": "^2.2.261",
41+
"@iconify/json": "^2.2.359",
4042
"@rsbuild/core": "^1.4.7",
4143
"@rsbuild/plugin-node-polyfill": "^1.3.1",
42-
"@rushstack/eslint-patch": "^1.10.4",
43-
"@tsconfig/node20": "^20.1.4",
44+
"@rushstack/eslint-patch": "^1.12.0",
45+
"@tsconfig/node20": "^20.1.6",
4446
"@types/js-yaml": "^4.0.9",
4547
"@types/markdown-it": "^14.1.2",
46-
"@types/node": "^20.16.12",
48+
"@types/node": "^20.19.8",
4749
"@types/turndown": "^5.0.5",
48-
"@unocss/eslint-config": "^66.2.0",
49-
"@unocss/webpack": "^66.2.0",
50+
"@unocss/eslint-config": "^66.3.3",
51+
"@unocss/webpack": "^66.3.3",
5052
"@vue/eslint-config-prettier": "^9.0.0",
5153
"@vue/eslint-config-typescript": "^13.0.0",
5254
"@vue/tsconfig": "^0.5.1",
5355
"eslint": "^8.57.1",
54-
"eslint-plugin-vue": "^9.29.0",
56+
"eslint-plugin-vue": "^9.33.0",
5557
"jsdom": "^24.1.3",
56-
"npm-run-all2": "^6.2.4",
57-
"prettier": "^3.3.3",
58+
"npm-run-all2": "^6.2.6",
59+
"prettier": "^3.6.2",
5860
"prettier-plugin-organize-imports": "^4.1.0",
5961
"typescript": "~5.5.4",
60-
"unocss": "^66.2.0",
62+
"unocss": "^66.3.3",
6163
"unplugin-icons": "^22.1.0",
62-
"vue-tsc": "^2.1.6"
64+
"vue-tsc": "^2.2.12"
6365
},
64-
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
66+
"packageManager": "pnpm@10.13.1"
6567
}

0 commit comments

Comments
 (0)