|
2 | 2 | "name": "unplugin-vue-markdown",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "28.3.1",
|
5 |
| - "packageManager": "pnpm@10.4.1", |
| 5 | + "packageManager": "pnpm@10.12.4", |
6 | 6 | "description": "Compile Markdown to Vue component",
|
7 | 7 | "author": "Anthony Fu <[email protected]>",
|
8 | 8 | "license": "MIT",
|
|
62 | 62 | ]
|
63 | 63 | }
|
64 | 64 | },
|
| 65 | + "engines": { |
| 66 | + "node": ">=20" |
| 67 | + }, |
65 | 68 | "scripts": {
|
66 | 69 | "dev": "tsup --watch",
|
67 | 70 | "example:dev": "npm -C examples/vite run dev",
|
|
78 | 81 | "vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0"
|
79 | 82 | },
|
80 | 83 | "dependencies": {
|
81 |
| - "@mdit-vue/plugin-component": "^2.1.3", |
82 |
| - "@mdit-vue/plugin-frontmatter": "^2.1.3", |
83 |
| - "@mdit-vue/types": "^2.1.0", |
| 84 | + "@mdit-vue/plugin-component": "^2.1.4", |
| 85 | + "@mdit-vue/plugin-frontmatter": "^2.1.4", |
| 86 | + "@mdit-vue/types": "^2.1.4", |
84 | 87 | "@types/markdown-it": "^14.1.2",
|
85 | 88 | "markdown-it": "^14.1.0",
|
86 |
| - "markdown-it-async": "^2.0.0", |
87 |
| - "unplugin": "^2.2.0", |
| 89 | + "markdown-it-async": "^2.2.0", |
| 90 | + "unplugin": "^2.3.5", |
88 | 91 | "unplugin-utils": "^0.2.4"
|
89 | 92 | },
|
90 | 93 | "devDependencies": {
|
91 |
| - "@antfu/eslint-config": "^4.3.0", |
92 |
| - "@antfu/ni": "^23.3.1", |
93 |
| - "@antfu/utils": "^9.1.0", |
94 |
| - "@types/node": "^22.13.4", |
95 |
| - "@unhead/vue": "^1.11.19", |
| 94 | + "@antfu/eslint-config": "^4.16.1", |
| 95 | + "@antfu/ni": "^25.0.0", |
| 96 | + "@antfu/utils": "^9.2.0", |
| 97 | + "@types/node": "^24.0.7", |
| 98 | + "@unhead/vue": "^2.0.11", |
96 | 99 | "@vue/test-utils": "^2.4.6",
|
97 |
| - "ansis": "^3.15.0", |
98 |
| - "bumpp": "^10.0.3", |
99 |
| - "eslint": "^9.20.1", |
| 100 | + "ansis": "^4.1.0", |
| 101 | + "bumpp": "^10.2.0", |
| 102 | + "eslint": "^9.30.0", |
100 | 103 | "fast-glob": "^3.3.3",
|
101 |
| - "rollup": "^4.34.8", |
102 |
| - "tsup": "^8.3.6", |
103 |
| - "tsx": "^4.19.2", |
104 |
| - "typescript": "^5.7.3", |
105 |
| - "vite": "^6.1.0", |
106 |
| - "vitest": "^3.0.5", |
107 |
| - "vue": "^3.5.13", |
108 |
| - "webpack": "^5.98.0" |
| 104 | + "rollup": "^4.44.1", |
| 105 | + "tsup": "^8.5.0", |
| 106 | + "tsx": "^4.20.3", |
| 107 | + "typescript": "^5.8.3", |
| 108 | + "vite": "^7.0.0", |
| 109 | + "vitest": "^3.2.4", |
| 110 | + "vue": "^3.5.17", |
| 111 | + "webpack": "^5.99.9" |
109 | 112 | },
|
110 | 113 | "pnpm": {
|
111 | 114 | "onlyBuiltDependencies": [
|
|
0 commit comments