Skip to content

Commit 2ff7092

Browse files
committed
chore(deps): bump dependencies
1 parent 4e75d30 commit 2ff7092

File tree

3 files changed

+2397
-2200
lines changed

3 files changed

+2397
-2200
lines changed

eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import antfu from '@antfu/eslint-config'
22

33
export default antfu({
4-
unocss: true,
54
ignores: [
65
'**/*.md',
76
'**/*.yaml',

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "obsidian-plugin-vue",
33
"type": "module",
44
"version": "0.1.0",
5-
"packageManager": "pnpm@9.14.2",
5+
"packageManager": "pnpm@10.11.0",
66
"description": "An Obsidian plugin that enables you to use Vue.js components in your notes.",
77
"author": {
88
"name": "Nólëbase",
9-
"email": "nolebase@ayaka.moe",
9+
"email": "neko@ayaka.moe",
1010
"url": "https://github.com/nolebase"
1111
},
1212
"license": "MIT",
@@ -28,23 +28,23 @@
2828
"typecheck": "tsc --noEmit"
2929
},
3030
"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",
3939
"ofetch": "^1.4.1",
4040
"rehype-raw": "^7.0.0",
4141
"rehype-stringify": "^10.0.1",
4242
"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",
4646
"unified": "^11.0.5",
4747
"unist-util-remove": "^4.0.0",
48-
"vue": "^3.5.13"
48+
"vue": "^3.5.14"
4949
}
5050
}

0 commit comments

Comments
 (0)