Skip to content

Commit da2afc0

Browse files
committed
chore: update deps
1 parent 9fa9532 commit da2afc0

File tree

3 files changed

+469
-173
lines changed

3 files changed

+469
-173
lines changed

examples/vite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
"build": "cross-env DEBUG=unplugin-vue-markdown:* vite build"
77
},
88
"dependencies": {
9-
"@unhead/vue": "^1.8.3",
9+
"@unhead/vue": "^1.8.4",
1010
"vue": "^3.3.8",
1111
"vue-router": "^4.2.5"
1212
},
1313
"devDependencies": {
14-
"@vitejs/plugin-vue": "^4.4.1",
14+
"@vitejs/plugin-vue": "^4.5.0",
1515
"cross-env": "^7.0.3",
1616
"markdown-it-prism": "^2.3.0",
1717
"prismjs": "^1.29.0",
1818
"typescript": "^5.2.2",
1919
"unplugin-vue-markdown": "workspace:*",
20-
"vite": "^4.5.0",
20+
"vite": "^5.0.0",
2121
"vite-plugin-inspect": "^0.7.42",
2222
"vite-plugin-pages": "^0.31.0"
2323
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-markdown",
33
"type": "module",
44
"version": "0.25.1",
5-
"packageManager": "pnpm@8.10.2",
5+
"packageManager": "pnpm@8.10.5",
66
"description": "Compile Markdown to Vue component",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -87,21 +87,21 @@
8787
"unplugin": "^1.5.0"
8888
},
8989
"devDependencies": {
90-
"@antfu/eslint-config": "^1.1.1",
90+
"@antfu/eslint-config": "^1.1.4",
9191
"@antfu/ni": "^0.21.9",
9292
"@antfu/utils": "^0.7.6",
9393
"@types/node": "^20.9.0",
94-
"@unhead/vue": "^1.8.3",
95-
"@vue/test-utils": "^2.4.1",
94+
"@unhead/vue": "^1.8.4",
95+
"@vue/test-utils": "^2.4.2",
9696
"bumpp": "^9.2.0",
9797
"chalk": "^5.3.0",
9898
"eslint": "^8.53.0",
9999
"esno": "^4.0.0",
100100
"fast-glob": "^3.3.2",
101-
"rollup": "^4.3.1",
101+
"rollup": "^4.4.1",
102102
"tsup": "^7.2.0",
103103
"typescript": "^5.2.2",
104-
"vite": "^4.5.0",
104+
"vite": "^5.0.0",
105105
"vitest": "^0.34.6",
106106
"vue": "^3.3.8",
107107
"webpack": "^5.89.0"

0 commit comments

Comments
 (0)