Skip to content

Commit

Permalink
chore(dep): switch obsidian-dataview dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Dec 18, 2024
1 parent c5214be commit 9a26ae9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
Binary file removed bun.lockb
Binary file not shown.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"license": "AGPL-3.0",
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@codemirror/buildhelper": "^1.0.2",
"@codemirror/language": "github:lishid/cm-language",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"@enveloppe/obsidian-dataview": "^0.5.67",
Expand All @@ -49,8 +51,7 @@
"slugify": "^1.6.6",
"ts-dedent": "^2.2.0",
"tslib": "^2.7.0",
"typescript": "^5.6.3",
"@codemirror/language" : "https://github.com/lishid/cm-language/"
"typescript": "^5.6.3"
},
"dependencies": {
"cross-var": "^1.1.0",
Expand All @@ -70,6 +71,10 @@
}
},
"trustedDependencies": [
"@biomejs/biome"
"@biomejs/biome",
"@codemirror/language",
"core-js",
"electron",
"esbuild"
]
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"./src/interfaces/index.ts"
],
"obsidian-dataview": [
"node_modules/@obsidian_publisher/obsidian-dataview"
"./node_modules/@enveloppe/obsidian-dataview"
]
},
"noEmit": true,
Expand Down

0 comments on commit 9a26ae9

Please sign in to comment.