|
2 | 2 | "name": "unplugin-vue-markdown",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.27.1",
|
5 |
| - "packageManager": "pnpm@9.14.4", |
| 5 | + "packageManager": "pnpm@9.15.0", |
6 | 6 | "description": "Compile Markdown to Vue component",
|
7 | 7 | "author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
8 | 8 | "license": "MIT",
|
|
81 | 81 | "@mdit-vue/plugin-component": "^2.1.3",
|
82 | 82 | "@mdit-vue/plugin-frontmatter": "^2.1.3",
|
83 | 83 | "@mdit-vue/types": "^2.1.0",
|
84 |
| - "@rollup/pluginutils": "^5.1.3", |
| 84 | + "@rollup/pluginutils": "^5.1.4", |
85 | 85 | "@types/markdown-it": "^14.1.2",
|
86 | 86 | "markdown-it": "^14.1.0",
|
87 | 87 | "markdown-it-async": "^0.1.3",
|
88 |
| - "unplugin": "^1.16.0" |
| 88 | + "unplugin": "^2.1.0" |
89 | 89 | },
|
90 | 90 | "devDependencies": {
|
91 |
| - "@antfu/eslint-config": "^3.11.2", |
| 91 | + "@antfu/eslint-config": "^3.12.0", |
92 | 92 | "@antfu/ni": "^0.23.1",
|
93 | 93 | "@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", |
96 | 96 | "@vue/test-utils": "^2.4.6",
|
97 |
| - "bumpp": "^9.8.1", |
| 97 | + "bumpp": "^9.9.1", |
98 | 98 | "chalk": "^5.3.0",
|
99 |
| - "eslint": "^9.16.0", |
| 99 | + "eslint": "^9.17.0", |
100 | 100 | "esno": "^4.8.0",
|
101 | 101 | "fast-glob": "^3.3.2",
|
102 |
| - "rollup": "^4.28.0", |
| 102 | + "rollup": "^4.28.1", |
103 | 103 | "tsup": "^8.3.5",
|
104 | 104 | "typescript": "^5.7.2",
|
105 |
| - "vite": "^6.0.1", |
106 |
| - "vitest": "^2.1.6", |
| 105 | + "vite": "^6.0.3", |
| 106 | + "vitest": "^2.1.8", |
107 | 107 | "vue": "^3.5.13",
|
108 |
| - "webpack": "^5.96.1" |
| 108 | + "webpack": "^5.97.1" |
109 | 109 | }
|
110 | 110 | }
|
0 commit comments