Compare commits

...

2 Commits

Author SHA1 Message Date
de956003b5 [obsidian] vault backup: 2025-10-30 10:39:56[
Some checks failed
Build / build (push) Failing after 11m14s
2025-10-30 10:39:56 -04:00
08635d238c line age dark mode support 2025-10-30 10:38:27 -04:00
3 changed files with 10 additions and 5 deletions

8
package-lock.json generated
View File

@@ -40,7 +40,7 @@
"preact-render-to-string": "^6.6.1",
"pretty-bytes": "^7.0.1",
"pretty-time": "^1.1.0",
"quartz-line-age": "1.0.1",
"quartz-line-age": "1.1.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-citation": "^2.3.1",
@@ -5940,9 +5940,9 @@
}
},
"node_modules/quartz-line-age": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/quartz-line-age/-/quartz-line-age-1.0.1.tgz",
"integrity": "sha512-eLTcKuL4YnkUGNCk55sElWOt5z26YY/R/ql3u1xcYXh8toe3q3dxCzdGA9405FTfoe8sLDaSD7maMtRsjdJaCw==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/quartz-line-age/-/quartz-line-age-1.1.0.tgz",
"integrity": "sha512-BeA9sX9/PnLMEk1xWjW/hkO/8AI8r2AUEUxuqOnNLEJtOq4nH0DKWuD4rbCFuP117QMjcD+r8ftCyQgGMurzwA==",
"license": "MIT",
"dependencies": {
"rehype-raw": "^7.0.0",

View File

@@ -96,7 +96,7 @@
"workerpool": "^9.3.3",
"ws": "^8.18.3",
"yargs": "^18.0.0",
"quartz-line-age": "1.0.1"
"quartz-line-age": "1.1.0"
},
"devDependencies": {
"@types/d3": "^7.4.3",