Skip to content

Commit 08746da

Browse files
committed
chore: install obsidian-calendar-ui
1 parent a186839 commit 08746da

File tree

2 files changed

+124
-22
lines changed

2 files changed

+124
-22
lines changed

package-lock.json

+118-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"@preact/signals": "latest",
2323
"lodash": "latest",
2424
"luxon": "latest",
25+
"obsidian-dataview": "^0.5.67",
2526
"preact": "latest",
2627
"react": "npm:@preact/compat",
2728
"react-dom": "npm:@preact/compat"
@@ -34,10 +35,10 @@
3435
"@preact/preset-vite": "latest",
3536
"@semantic-release/git": "latest",
3637
"@testing-library/preact": "latest",
37-
"@typescript-eslint/eslint-plugin": "latest",
38-
"@typescript-eslint/parser": "latest",
3938
"@types/lodash": "latest",
4039
"@types/luxon": "latest",
40+
"@typescript-eslint/eslint-plugin": "latest",
41+
"@typescript-eslint/parser": "latest",
4142
"@vitest/coverage-v8": "latest",
4243
"eslint": "latest",
4344
"eslint-config-preact": "latest",
@@ -61,5 +62,8 @@
6162
"vite": "latest",
6263
"vite-plugin-static-copy": "latest",
6364
"vitest": "latest"
65+
},
66+
"overrides": {
67+
"obsidian-calendar-ui": "brianrodri/obsidian-calendar-ui"
6468
}
6569
}

0 commit comments

Comments
 (0)