Skip to content

Commit 1d29ebb

Browse files
committedDec 16, 2024
feat!: upgrade unplugin, drop node 16 & webpack 4 support
1 parent f238f30 commit 1d29ebb

File tree

2 files changed

+864
-629
lines changed

2 files changed

+864
-629
lines changed
 

Diff for: ‎package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-markdown",
33
"type": "module",
44
"version": "0.27.1",
5-
"packageManager": "pnpm@9.14.4",
5+
"packageManager": "pnpm@9.15.0",
66
"description": "Compile Markdown to Vue component",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -81,30 +81,30 @@
8181
"@mdit-vue/plugin-component": "^2.1.3",
8282
"@mdit-vue/plugin-frontmatter": "^2.1.3",
8383
"@mdit-vue/types": "^2.1.0",
84-
"@rollup/pluginutils": "^5.1.3",
84+
"@rollup/pluginutils": "^5.1.4",
8585
"@types/markdown-it": "^14.1.2",
8686
"markdown-it": "^14.1.0",
8787
"markdown-it-async": "^0.1.3",
88-
"unplugin": "^1.16.0"
88+
"unplugin": "^2.1.0"
8989
},
9090
"devDependencies": {
91-
"@antfu/eslint-config": "^3.11.2",
91+
"@antfu/eslint-config": "^3.12.0",
9292
"@antfu/ni": "^0.23.1",
9393
"@antfu/utils": "^0.7.10",
94-
"@types/node": "^22.10.1",
95-
"@unhead/vue": "^1.11.13",
94+
"@types/node": "^22.10.2",
95+
"@unhead/vue": "^1.11.14",
9696
"@vue/test-utils": "^2.4.6",
97-
"bumpp": "^9.8.1",
97+
"bumpp": "^9.9.1",
9898
"chalk": "^5.3.0",
99-
"eslint": "^9.16.0",
99+
"eslint": "^9.17.0",
100100
"esno": "^4.8.0",
101101
"fast-glob": "^3.3.2",
102-
"rollup": "^4.28.0",
102+
"rollup": "^4.28.1",
103103
"tsup": "^8.3.5",
104104
"typescript": "^5.7.2",
105-
"vite": "^6.0.1",
106-
"vitest": "^2.1.6",
105+
"vite": "^6.0.3",
106+
"vitest": "^2.1.8",
107107
"vue": "^3.5.13",
108-
"webpack": "^5.96.1"
108+
"webpack": "^5.97.1"
109109
}
110110
}

Diff for: ‎pnpm-lock.yaml

+852-617
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.