|
2 | 2 | "name": "obsidian-plugin-vue", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.1.0", |
5 | | - "packageManager": "pnpm@9.14.2", |
| 5 | + "packageManager": "pnpm@10.11.0", |
6 | 6 | "description": "An Obsidian plugin that enables you to use Vue.js components in your notes.", |
7 | 7 | "author": { |
8 | 8 | "name": "Nólëbase", |
9 | | - "email": "nolebase@ayaka.moe", |
| 9 | + "email": "neko@ayaka.moe", |
10 | 10 | "url": "https://github.com/nolebase" |
11 | 11 | }, |
12 | 12 | "license": "MIT", |
|
28 | 28 | "typecheck": "tsc --noEmit" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | | - "@antfu/eslint-config": "^3.9.2", |
32 | | - "@codemirror/view": "^6.35.0", |
33 | | - "@types/node": "^22.9.3", |
34 | | - "@vue/compiler-sfc": "^3.5.13", |
35 | | - "builtin-modules": "^3.3.0", |
36 | | - "eslint": "^9.15.0", |
37 | | - "hast-util-to-html": "^9.0.3", |
38 | | - "obsidian": "^1.7.2", |
| 31 | + "@antfu/eslint-config": "^4.13.0", |
| 32 | + "@codemirror/view": "^6.36.8", |
| 33 | + "@types/node": "^22.15.18", |
| 34 | + "@vue/compiler-sfc": "^3.5.14", |
| 35 | + "builtin-modules": "^5.0.0", |
| 36 | + "eslint": "^9.26.0", |
| 37 | + "hast-util-to-html": "^9.0.5", |
| 38 | + "obsidian": "^1.8.7", |
39 | 39 | "ofetch": "^1.4.1", |
40 | 40 | "rehype-raw": "^7.0.0", |
41 | 41 | "rehype-stringify": "^10.0.1", |
42 | 42 | "remark-parse": "^11.0.0", |
43 | | - "remark-rehype": "^11.1.1", |
44 | | - "typescript": "^5.7.2", |
45 | | - "unbuild": "^2.0.0", |
| 43 | + "remark-rehype": "^11.1.2", |
| 44 | + "typescript": "^5.8.3", |
| 45 | + "unbuild": "^3.5.0", |
46 | 46 | "unified": "^11.0.5", |
47 | 47 | "unist-util-remove": "^4.0.0", |
48 | | - "vue": "^3.5.13" |
| 48 | + "vue": "^3.5.14" |
49 | 49 | } |
50 | 50 | } |
0 commit comments