|
1 | 1 | {
|
2 | 2 | "name": "vite-plugin-vue-markdown",
|
3 | 3 | "version": "0.23.7",
|
4 |
| - "packageManager": "[email protected].9", |
| 4 | + "packageManager": "[email protected].12", |
5 | 5 | "description": "Compile Markdown to Vue component",
|
6 | 6 | "author": "Anthony Fu <[email protected]>",
|
7 | 7 | "license": "MIT",
|
|
20 | 20 | "exports": {
|
21 | 21 | ".": {
|
22 | 22 | "types": "./dist/index.d.ts",
|
23 |
| - "require": "./dist/index.js", |
24 |
| - "import": "./dist/index.mjs" |
| 23 | + "import": "./dist/index.mjs", |
| 24 | + "require": "./dist/index.js" |
25 | 25 | }
|
26 | 26 | },
|
27 | 27 | "main": "./dist/index.js",
|
|
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",
|
52 |
| - "@rollup/pluginutils": "^5.0.2", |
53 |
| - "@types/markdown-it": "^12.2.3", |
| 52 | + "@rollup/pluginutils": "^5.0.3", |
| 53 | + "@types/markdown-it": "^13.0.0", |
54 | 54 | "markdown-it": "^13.0.1"
|
55 | 55 | },
|
56 | 56 | "devDependencies": {
|
57 |
| - "@antfu/eslint-config": "^0.39.8", |
| 57 | + "@antfu/eslint-config": "^0.40.2", |
58 | 58 | "@antfu/ni": "^0.21.5",
|
59 |
| - "@types/node": "^20.4.2", |
60 |
| - "@unhead/vue": "^1.1.32", |
| 59 | + "@types/node": "^20.5.0", |
| 60 | + "@unhead/vue": "^1.2.2", |
61 | 61 | "@vue/test-utils": "^2.4.1",
|
62 | 62 | "bumpp": "^9.1.1",
|
63 |
| - "eslint": "^8.45.0", |
64 |
| - "rollup": "^3.26.3", |
65 |
| - "tsup": "^7.1.0", |
| 63 | + "eslint": "^8.47.0", |
| 64 | + "rollup": "^3.28.0", |
| 65 | + "tsup": "^7.2.0", |
66 | 66 | "typescript": "^5.1.6",
|
67 |
| - "vite": "^4.4.6", |
68 |
| - "vitest": "^0.33.0", |
| 67 | + "vite": "^4.4.9", |
| 68 | + "vitest": "^0.34.1", |
69 | 69 | "vue": "^3.3.4"
|
70 | 70 | }
|
71 | 71 | }
|
0 commit comments