Skip to content

Commit a74ffb7

Browse files
committed
chore(deps): bump dependencies
1 parent 96c6d90 commit a74ffb7

File tree

3 files changed

+516
-1109
lines changed

3 files changed

+516
-1109
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.1.0",
55
"minAppVersion": "1.4.0",
66
"description": "An Obsidian plugin that enables you to use Vue.js components in your notes.",
7-
"author": "Nolebase",
7+
"author": "Nólëbase",
88
"authorUrl": "https://github.com/nolebase",
99
"isDesktopOnly": false
10-
}
10+
}

package.json

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "obsidian-plugin-vue",
33
"type": "module",
44
"version": "0.1.1",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].1",
66
"description": "An Obsidian plugin that enables you to use Vue.js components in your notes.",
77
"author": {
88
"name": "Nólëbase",
@@ -28,14 +28,14 @@
2828
"typecheck": "tsc --noEmit"
2929
},
3030
"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",
3636
"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",
3939
"hast-util-to-html": "^9.0.5",
4040
"obsidian": "^1.8.7",
4141
"rehype-raw": "^7.0.0",
@@ -46,6 +46,11 @@
4646
"unbuild": "^3.5.0",
4747
"unified": "^11.0.5",
4848
"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+
]
5055
}
5156
}

0 commit comments

Comments
 (0)