|
1 | 1 | {
|
2 | 2 | "name": "vite-plugin-vue-markdown",
|
3 | 3 | "version": "0.23.5",
|
4 |
| - "packageManager": "pnpm@8.5.1", |
| 4 | + "packageManager": "pnpm@8.6.9", |
5 | 5 | "description": "Compile Markdown to Vue component",
|
6 | 6 | "author": "Anthony Fu <[email protected]>",
|
7 | 7 | "license": "MIT",
|
|
45 | 45 | "vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0"
|
46 | 46 | },
|
47 | 47 | "dependencies": {
|
48 |
| - "@antfu/utils": "^0.7.2", |
| 48 | + "@antfu/utils": "^0.7.5", |
49 | 49 | "@mdit-vue/plugin-component": "^0.12.0",
|
50 | 50 | "@mdit-vue/plugin-frontmatter": "^0.12.0",
|
51 | 51 | "@mdit-vue/types": "^0.12.0",
|
|
54 | 54 | "markdown-it": "^13.0.1"
|
55 | 55 | },
|
56 | 56 | "devDependencies": {
|
57 |
| - "@antfu/eslint-config": "^0.38.6", |
58 |
| - "@antfu/ni": "^0.21.3", |
59 |
| - "@types/node": "^18.16.11", |
60 |
| - "@unhead/vue": "^1.1.26", |
61 |
| - "@vue/test-utils": "^2.3.2", |
62 |
| - "bumpp": "^9.1.0", |
63 |
| - "eslint": "^8.39.0", |
64 |
| - "rollup": "^3.21.8", |
65 |
| - "tsup": "^6.7.0", |
66 |
| - "typescript": "^5.0.4", |
67 |
| - "vite": "^4.3.7", |
68 |
| - "vitest": "^0.31.0", |
69 |
| - "vue": "^3.3.2" |
| 57 | + "@antfu/eslint-config": "^0.39.8", |
| 58 | + "@antfu/ni": "^0.21.5", |
| 59 | + "@types/node": "^20.4.2", |
| 60 | + "@unhead/vue": "^1.1.32", |
| 61 | + "@vue/test-utils": "^2.4.1", |
| 62 | + "bumpp": "^9.1.1", |
| 63 | + "eslint": "^8.45.0", |
| 64 | + "rollup": "^3.26.3", |
| 65 | + "tsup": "^7.1.0", |
| 66 | + "typescript": "^5.1.6", |
| 67 | + "vite": "^4.4.6", |
| 68 | + "vitest": "^0.33.0", |
| 69 | + "vue": "^3.3.4" |
70 | 70 | }
|
71 | 71 | }
|
0 commit comments