Skip to content

Commit a8b3de7

Browse files
committed
chore: update deps
1 parent 02ffe2c commit a8b3de7

File tree

2 files changed

+507
-495
lines changed

2 files changed

+507
-495
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-markdown",
33
"type": "module",
44
"version": "0.28.0",
5-
"packageManager": "pnpm@9.15.0",
5+
"packageManager": "pnpm@9.15.3",
66
"description": "Compile Markdown to Vue component",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -85,24 +85,24 @@
8585
"@types/markdown-it": "^14.1.2",
8686
"markdown-it": "^14.1.0",
8787
"markdown-it-async": "^0.1.3",
88-
"unplugin": "^2.1.0"
88+
"unplugin": "^2.1.2"
8989
},
9090
"devDependencies": {
91-
"@antfu/eslint-config": "^3.12.0",
92-
"@antfu/ni": "^0.23.1",
91+
"@antfu/eslint-config": "^3.12.1",
92+
"@antfu/ni": "^0.23.2",
9393
"@antfu/utils": "^0.7.10",
94-
"@types/node": "^22.10.2",
95-
"@unhead/vue": "^1.11.14",
94+
"@types/node": "^22.10.5",
95+
"@unhead/vue": "^1.11.15",
9696
"@vue/test-utils": "^2.4.6",
97-
"bumpp": "^9.9.1",
98-
"chalk": "^5.3.0",
97+
"bumpp": "^9.9.3",
98+
"chalk": "^5.4.1",
9999
"eslint": "^9.17.0",
100100
"esno": "^4.8.0",
101-
"fast-glob": "^3.3.2",
102-
"rollup": "^4.28.1",
101+
"fast-glob": "^3.3.3",
102+
"rollup": "^4.30.1",
103103
"tsup": "^8.3.5",
104104
"typescript": "^5.7.2",
105-
"vite": "^6.0.3",
105+
"vite": "^6.0.7",
106106
"vitest": "^2.1.8",
107107
"vue": "^3.5.13",
108108
"webpack": "^5.97.1"

0 commit comments

Comments
 (0)