Skip to content

Commit 88b42e5

Browse files
committed
chore: update deps
1 parent cbbf1a2 commit 88b42e5

File tree

4 files changed

+586
-794
lines changed

4 files changed

+586
-794
lines changed

examples/vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": "cross-env DEBUG=unplugin-vue-markdown:* vite build"
77
},
88
"dependencies": {
9-
"@unhead/vue": "^1.11.13",
9+
"@unhead/vue": "^1.11.18",
1010
"vue": "^3.5.13",
1111
"vue-router": "^4.5.0"
1212
},
@@ -15,10 +15,10 @@
1515
"cross-env": "^7.0.3",
1616
"markdown-it-prism": "^2.3.0",
1717
"prismjs": "^1.29.0",
18-
"typescript": "^5.7.2",
18+
"typescript": "^5.7.3",
1919
"unplugin-vue-markdown": "workspace:*",
20-
"vite": "^6.0.1",
21-
"vite-plugin-inspect": "^0.10.2",
20+
"vite": "^6.0.7",
21+
"vite-plugin-inspect": "^10.0.7",
2222
"vite-plugin-pages": "^0.32.4"
2323
}
2424
}

examples/vue-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"core-js": "^3.39.0",
11+
"core-js": "^3.40.0",
1212
"vue": "^3.5.13"
1313
},
1414
"devDependencies": {

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": "28.0.0",
5-
"packageManager": "pnpm@9.15.3",
5+
"packageManager": "pnpm@9.15.4",
66
"description": "Compile Markdown to Vue component",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -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": "^0.1.3",
87+
"markdown-it-async": "^1.0.0",
8888
"unplugin": "^2.1.2"
8989
},
9090
"devDependencies": {
91-
"@antfu/eslint-config": "^3.12.1",
92-
"@antfu/ni": "^0.23.2",
93-
"@antfu/utils": "^0.7.10",
94-
"@types/node": "^22.10.5",
95-
"@unhead/vue": "^1.11.15",
91+
"@antfu/eslint-config": "^3.14.0",
92+
"@antfu/ni": "^23.2.0",
93+
"@antfu/utils": "^8.1.0",
94+
"@types/node": "^22.10.7",
95+
"@unhead/vue": "^1.11.18",
9696
"@vue/test-utils": "^2.4.6",
97-
"bumpp": "^9.9.3",
97+
"bumpp": "^9.10.1",
9898
"chalk": "^5.4.1",
99-
"eslint": "^9.17.0",
99+
"eslint": "^9.18.0",
100100
"esno": "^4.8.0",
101101
"fast-glob": "^3.3.3",
102102
"rollup": "^4.30.1",
103103
"tsup": "^8.3.5",
104-
"typescript": "^5.7.2",
104+
"typescript": "^5.7.3",
105105
"vite": "^6.0.7",
106-
"vitest": "^2.1.8",
106+
"vitest": "^3.0.2",
107107
"vue": "^3.5.13",
108108
"webpack": "^5.97.1"
109109
}

0 commit comments

Comments
 (0)