Skip to content

Commit 6f2df30

Browse files
committed
fix: upgrade markdown-it-mdc
1 parent 52f967f commit 6f2df30

File tree

3 files changed

+141
-134
lines changed

3 files changed

+141
-134
lines changed

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@antfu/utils": "^0.7.6",
1919
"@slidev/parser": "workspace:*",
2020
"@slidev/types": "workspace:*",
21-
"@unocss/reset": "^0.55.5",
21+
"@unocss/reset": "^0.55.6",
2222
"@vueuse/core": "^10.4.1",
2323
"@vueuse/head": "^1.3.1",
2424
"@vueuse/math": "^10.4.1",
@@ -37,7 +37,7 @@
3737
"prettier": "^3.0.3",
3838
"recordrtc": "^5.6.2",
3939
"resolve": "^1.22.4",
40-
"unocss": "^0.55.5",
40+
"unocss": "^0.55.6",
4141
"vite-plugin-windicss": "^1.9.1",
4242
"vue": "^3.3.4",
4343
"vue-router": "^4.2.4",

packages/slidev/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@slidev/client": "workspace:*",
5858
"@slidev/parser": "workspace:*",
5959
"@slidev/types": "workspace:*",
60-
"@unocss/extractor-mdc": "^0.55.5",
60+
"@unocss/extractor-mdc": "^0.55.6",
6161
"@vitejs/plugin-vue": "^4.3.4",
6262
"@vitejs/plugin-vue-jsx": "^3.0.2",
6363
"@windicss/config": "^1.9.1",
@@ -80,6 +80,7 @@
8080
"markdown-it": "^13.0.1",
8181
"markdown-it-footnote": "^3.0.3",
8282
"markdown-it-link-attributes": "^4.0.1",
83+
"markdown-it-mdc": "^0.1.1",
8384
"monaco-editor": "^0.37.1",
8485
"nanoid": "^4.0.2",
8586
"open": "^8.4.1",
@@ -92,8 +93,8 @@
9293
"resolve-from": "^5.0.0",
9394
"resolve-global": "^1.0.0",
9495
"shiki": "npm:shikiji-compat@^0.6.6",
95-
"unocss": "^0.55.5",
96-
"unplugin-icons": "^0.16.6",
96+
"unocss": "^0.55.6",
97+
"unplugin-icons": "^0.17.0",
9798
"unplugin-vue-components": "^0.25.2",
9899
"unplugin-vue-markdown": "^0.24.3",
99100
"uqr": "^0.1.2",
@@ -111,7 +112,6 @@
111112
"@types/plantuml-encoder": "^1.4.0",
112113
"fast-deep-equal": "^3.1.3",
113114
"local-pkg": "^0.4.3",
114-
"markdown-it-mdc": "^0.1.0",
115115
"semver": "^7.5.4",
116116
"sirv": "^2.0.3"
117117
}

0 commit comments

Comments
 (0)