File tree Expand file tree Collapse file tree 3 files changed +516
-1109
lines changed Expand file tree Collapse file tree 3 files changed +516
-1109
lines changed Original file line number Diff line number Diff line change 4
4
"version" : " 0.1.0" ,
5
5
"minAppVersion" : " 1.4.0" ,
6
6
"description" : " An Obsidian plugin that enables you to use Vue.js components in your notes." ,
7
- "author" : " Nolebase " ,
7
+ "author" : " Nólëbase " ,
8
8
"authorUrl" : " https://github.com/nolebase" ,
9
9
"isDesktopOnly" : false
10
- }
10
+ }
Original file line number Diff line number Diff line change 2
2
"name" : " obsidian-plugin-vue" ,
3
3
"type" : " module" ,
4
4
"version" : " 0.1.1" ,
5
- "packageManager" :
" [email protected] .0 " ,
5
+ "packageManager" :
" [email protected] .1 " ,
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" ,
28
28
"typecheck" : " tsc --noEmit"
29
29
},
30
30
"devDependencies" : {
31
- "@antfu/eslint-config" : " ^4.13.0 " ,
32
- "@codemirror/view" : " ^6.36.8 " ,
33
- "@types/node" : " ^22.15.18 " ,
34
- "@unrteljs/eval" : " ^0.0.5 " ,
35
- "@vue/compiler-sfc" : " ^3.5.14 " ,
31
+ "@antfu/eslint-config" : " ^4.13.3 " ,
32
+ "@codemirror/view" : " ^6.37.1 " ,
33
+ "@types/node" : " ^22.15.29 " ,
34
+ "@unrteljs/eval" : " ^0.1.0 " ,
35
+ "@vue/compiler-sfc" : " ^3.5.16 " ,
36
36
"builtin-modules" : " ^5.0.0" ,
37
- "bumpp" : " ^10.1.0 " ,
38
- "eslint" : " ^9.26 .0" ,
37
+ "bumpp" : " ^10.1.1 " ,
38
+ "eslint" : " ^9.28 .0" ,
39
39
"hast-util-to-html" : " ^9.0.5" ,
40
40
"obsidian" : " ^1.8.7" ,
41
41
"rehype-raw" : " ^7.0.0" ,
46
46
"unbuild" : " ^3.5.0" ,
47
47
"unified" : " ^11.0.5" ,
48
48
"unist-util-remove" : " ^4.0.0" ,
49
- "vue" : " ^3.5.14"
49
+ "vue" : " ^3.5.16"
50
+ },
51
+ "pnpm" : {
52
+ "onlyBuiltDependencies" : [
53
+ " unrs-resolver"
54
+ ]
50
55
}
51
56
}
You can’t perform that action at this time.
0 commit comments