|
2 | 2 | "name": "unplugin-vue-markdown",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.25.2",
|
5 |
| - "packageManager": "pnpm@8.10.5", |
| 5 | + "packageManager": "pnpm@8.15.1", |
6 | 6 | "description": "Compile Markdown to Vue component",
|
7 | 7 | "author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
8 | 8 | "license": "MIT",
|
9 | 9 | "funding": "https://github.com/sponsors/antfu",
|
10 |
| - "homepage": "https://github.com/mdit-vue/unplugin-vue-markdown", |
| 10 | + "homepage": "https://github.com/unplugin/unplugin-vue-markdown", |
11 | 11 | "repository": {
|
12 | 12 | "type": "git",
|
13 |
| - "url": "https://github.com/mdit-vue/unplugin-vue-markdown" |
| 13 | + "url": "https://github.com/unplugin/unplugin-vue-markdown" |
14 | 14 | },
|
15 |
| - "bugs": "https://github.com/mdit-vue/unplugin-vue-markdown/issues", |
| 15 | + "bugs": "https://github.com/unplugin/unplugin-vue-markdown/issues", |
16 | 16 | "keywords": [
|
17 | 17 | "vite",
|
18 | 18 | "unplugin",
|
|
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": "^1.0.0", |
82 |
| - "@mdit-vue/plugin-frontmatter": "^1.0.0", |
83 |
| - "@mdit-vue/types": "^1.0.0", |
84 |
| - "@rollup/pluginutils": "^5.0.5", |
85 |
| - "@types/markdown-it": "^13.0.6", |
86 |
| - "markdown-it": "^13.0.2", |
87 |
| - "unplugin": "^1.5.0" |
| 81 | + "@mdit-vue/plugin-component": "^2.0.0", |
| 82 | + "@mdit-vue/plugin-frontmatter": "^2.0.0", |
| 83 | + "@mdit-vue/types": "^2.0.0", |
| 84 | + "@rollup/pluginutils": "^5.1.0", |
| 85 | + "@types/markdown-it": "^13.0.7", |
| 86 | + "markdown-it": "^14.0.0", |
| 87 | + "unplugin": "^1.6.0" |
88 | 88 | },
|
89 | 89 | "devDependencies": {
|
90 |
| - "@antfu/eslint-config": "^1.1.4", |
91 |
| - "@antfu/ni": "^0.21.9", |
92 |
| - "@antfu/utils": "^0.7.6", |
93 |
| - "@types/node": "^20.9.0", |
94 |
| - "@unhead/vue": "^1.8.4", |
95 |
| - "@vue/test-utils": "^2.4.2", |
96 |
| - "bumpp": "^9.2.0", |
| 90 | + "@antfu/eslint-config": "^2.6.3", |
| 91 | + "@antfu/ni": "^0.21.12", |
| 92 | + "@antfu/utils": "^0.7.7", |
| 93 | + "@types/node": "^20.11.16", |
| 94 | + "@unhead/vue": "^1.8.10", |
| 95 | + "@vue/test-utils": "^2.4.4", |
| 96 | + "bumpp": "^9.3.0", |
97 | 97 | "chalk": "^5.3.0",
|
98 |
| - "eslint": "^8.53.0", |
| 98 | + "eslint": "^8.56.0", |
99 | 99 | "esno": "^4.0.0",
|
100 | 100 | "fast-glob": "^3.3.2",
|
101 |
| - "rollup": "^4.4.1", |
102 |
| - "tsup": "^7.2.0", |
103 |
| - "typescript": "^5.2.2", |
104 |
| - "vite": "^5.0.0", |
105 |
| - "vitest": "^0.34.6", |
106 |
| - "vue": "^3.3.8", |
107 |
| - "webpack": "^5.89.0" |
| 101 | + "rollup": "^4.9.6", |
| 102 | + "tsup": "^8.0.1", |
| 103 | + "typescript": "^5.3.3", |
| 104 | + "vite": "^5.0.12", |
| 105 | + "vitest": "^1.2.2", |
| 106 | + "vue": "^3.4.15", |
| 107 | + "webpack": "^5.90.1" |
108 | 108 | }
|
109 | 109 | }
|
0 commit comments