Skip to content

Commit a0b08e5

Browse files
committed
feat: update markdown-it-async
1 parent eb71535 commit a0b08e5

File tree

4 files changed

+295
-250
lines changed

4 files changed

+295
-250
lines changed

examples/vite/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"prismjs": "^1.29.0",
1818
"typescript": "^5.7.3",
1919
"unplugin-vue-markdown": "workspace:*",
20-
"vite": "^6.0.7",
21-
"vite-plugin-inspect": "^10.0.7",
20+
"vite": "^6.0.11",
21+
"vite-plugin-inspect": "^10.1.0",
2222
"vite-plugin-pages": "^0.32.4"
2323
}
2424
}

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -84,26 +84,26 @@
8484
"@rollup/pluginutils": "^5.1.4",
8585
"@types/markdown-it": "^14.1.2",
8686
"markdown-it": "^14.1.0",
87-
"markdown-it-async": "^1.0.0",
87+
"markdown-it-async": "^2.0.0",
8888
"unplugin": "^2.1.2"
8989
},
9090
"devDependencies": {
91-
"@antfu/eslint-config": "^3.14.0",
91+
"@antfu/eslint-config": "^3.16.0",
9292
"@antfu/ni": "^23.2.0",
9393
"@antfu/utils": "^8.1.0",
9494
"@types/node": "^22.10.7",
9595
"@unhead/vue": "^1.11.18",
9696
"@vue/test-utils": "^2.4.6",
97-
"bumpp": "^9.10.1",
97+
"bumpp": "^9.10.2",
9898
"chalk": "^5.4.1",
9999
"eslint": "^9.18.0",
100100
"esno": "^4.8.0",
101101
"fast-glob": "^3.3.3",
102-
"rollup": "^4.30.1",
102+
"rollup": "^4.31.0",
103103
"tsup": "^8.3.5",
104104
"typescript": "^5.7.3",
105-
"vite": "^6.0.7",
106-
"vitest": "^3.0.2",
105+
"vite": "^6.0.11",
106+
"vitest": "^3.0.3",
107107
"vue": "^3.5.13",
108108
"webpack": "^5.97.1"
109109
}

0 commit comments

Comments
 (0)