Skip to content

Commit 8213fc6

Browse files
committed
chore: update deps
1 parent e96d9fd commit 8213fc6

File tree

4 files changed

+363
-50
lines changed

4 files changed

+363
-50
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-markdown",
33
"type": "module",
44
"version": "0.26.1",
5-
"packageManager": "pnpm@8.15.6",
5+
"packageManager": "pnpm@9.0.1",
66
"description": "Compile Markdown to Vue component",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -78,16 +78,16 @@
7878
"vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0"
7979
},
8080
"dependencies": {
81-
"@mdit-vue/plugin-component": "^2.1.1",
82-
"@mdit-vue/plugin-frontmatter": "^2.1.0",
81+
"@mdit-vue/plugin-component": "^2.1.2",
82+
"@mdit-vue/plugin-frontmatter": "^2.1.2",
8383
"@mdit-vue/types": "^2.1.0",
8484
"@rollup/pluginutils": "^5.1.0",
8585
"@types/markdown-it": "^14.0.1",
8686
"markdown-it": "^14.1.0",
8787
"unplugin": "^1.10.1"
8888
},
8989
"devDependencies": {
90-
"@antfu/eslint-config": "^2.13.3",
90+
"@antfu/eslint-config": "^2.14.0",
9191
"@antfu/ni": "^0.21.12",
9292
"@antfu/utils": "^0.7.7",
9393
"@types/node": "^20.12.7",
@@ -98,12 +98,12 @@
9898
"eslint": "^9.0.0",
9999
"esno": "^4.7.0",
100100
"fast-glob": "^3.3.2",
101-
"rollup": "^4.14.2",
101+
"rollup": "^4.14.3",
102102
"tsup": "^8.0.2",
103103
"typescript": "^5.4.5",
104-
"vite": "^5.2.8",
104+
"vite": "^5.2.9",
105105
"vitest": "^1.5.0",
106-
"vue": "^3.4.21",
106+
"vue": "^3.4.23",
107107
"webpack": "^5.91.0"
108108
}
109109
}

0 commit comments

Comments
 (0)