|
1 | 1 | { |
2 | 2 | "name": "vue-markdown-viewer", |
3 | 3 | "type": "module", |
4 | | - "version": "2.0.0", |
5 | | - "packageManager": "pnpm@9.0.6", |
| 4 | + "version": "2.0.1", |
| 5 | + "packageManager": "pnpm@9.14.2", |
6 | 6 | "license": "MIT", |
7 | 7 | "repository": "hojas/vue-markdown-viewer", |
8 | 8 | "bugs": "https://github.com/hojas/vue-markdown-viewer/issues", |
|
27 | 27 | "main": "./dist/vue-markdown-viewer.cjs", |
28 | 28 | "module": "./dist/vue-markdown-viewer.js", |
29 | 29 | "types": "./dist/index.d.ts", |
30 | | - "files": ["dist"], |
| 30 | + "files": [ |
| 31 | + "dist" |
| 32 | + ], |
31 | 33 | "scripts": { |
32 | 34 | "dev:vue": "node ./scripts/dev.cjs --demo=vue", |
33 | 35 | "dev:nuxt": "node ./scripts/dev.cjs --demo=nuxt", |
|
36 | 38 | "push": "pnpm build && npm publish" |
37 | 39 | }, |
38 | 40 | "dependencies": { |
39 | | - "rehype-stringify": "^10.0.0", |
| 41 | + "rehype-stringify": "^10.0.1", |
40 | 42 | "remark-parse": "^11.0.0", |
41 | | - "remark-rehype": "^11.1.0", |
42 | | - "unified": "^11.0.4" |
| 43 | + "remark-rehype": "^11.1.1", |
| 44 | + "unified": "^11.0.5" |
43 | 45 | }, |
44 | 46 | "devDependencies": { |
45 | | - "@antfu/eslint-config": "^2.16.1", |
46 | | - "@types/node": "^20.12.8", |
47 | | - "eslint": "^9.2.0", |
| 47 | + "@antfu/eslint-config": "^3.9.2", |
| 48 | + "@rollup/plugin-commonjs": "^28.0.1", |
| 49 | + "@rollup/plugin-json": "^6.1.0", |
| 50 | + "@rollup/plugin-node-resolve": "^15.3.0", |
| 51 | + "@types/node": "^22.9.3", |
| 52 | + "eslint": "^9.15.0", |
| 53 | + "rollup": "^4.27.4", |
| 54 | + "rollup-plugin-typescript2": "^0.36.0", |
| 55 | + "rollup-plugin-vue": "^6.0.0", |
48 | 56 | "shelljs": "^0.8.5", |
49 | | - "typescript": "^5.4.5", |
50 | | - "vite": "^5.2.11", |
51 | | - "vue-tsc": "^2.0.16" |
| 57 | + "typescript": "^5.7.2", |
| 58 | + "unplugin-vue": "^5.1.5", |
| 59 | + "vite": "^5.4.11", |
| 60 | + "vue-tsc": "^2.1.10" |
52 | 61 | } |
53 | 62 | } |
0 commit comments