|
2 | 2 | "name": "unplugin-vue-markdown",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.26.1",
|
5 |
| - "packageManager": "pnpm@8.15.6", |
| 5 | + "packageManager": "pnpm@9.0.1", |
6 | 6 | "description": "Compile Markdown to Vue component",
|
7 | 7 | "author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
8 | 8 | "license": "MIT",
|
|
78 | 78 | "vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0"
|
79 | 79 | },
|
80 | 80 | "dependencies": {
|
81 |
| - "@mdit-vue/plugin-component": "^2.1.1", |
82<
8000
/code> |
| - "@mdit-vue/plugin-frontmatter": "^2.1.0", |
| 81 | + "@mdit-vue/plugin-component": "^2.1.2", |
| 82 | + "@mdit-vue/plugin-frontmatter": "^2.1.2", |
83 | 83 | "@mdit-vue/types": "^2.1.0",
|
84 | 84 | "@rollup/pluginutils": "^5.1.0",
|
85 | 85 | "@types/markdown-it": "^14.0.1",
|
86 | 86 | "markdown-it": "^14.1.0",
|
87 | 87 | "unplugin": "^1.10.1"
|
88 | 88 | },
|
89 | 89 | "devDependencies": {
|
90 |
| - "@antfu/eslint-config": "^2.13.3", |
| 90 | + "@antfu/eslint-config": "^2.14.0", |
91 | 91 | "@antfu/ni": "^0.21.12",
|
92 | 92 | "@antfu/utils": "^0.7.7",
|
93 | 93 | "@types/node": "^20.12.7",
|
|
98 | 98 | "eslint": "^9.0.0",
|
99 | 99 | "esno": "^4.7.0",
|
100 | 100 | "fast-glob": "^3.3.2",
|
101 |
| - "rollup": "^4.14.2", |
| 101 | + "rollup": "^4.14.3", |
102 | 102 | "tsup": "^8.0.2",
|
103 | 103 | "typescript": "^5.4.5"
5ED0
;,
|
104 |
| - "vite": "^5.2.8", |
| 104 | + "vite": "^5.2.9", |
105 | 105 | "vitest": "^1.5.0",
|
106 |
| - "vue": "^3.4.21", |
| 106 | + "vue": "^3.4.23", |
107 | 107 | "webpack": "^5.91.0"
|
108 | 108 | }
|
109 | 109 | }
|
0 commit comments