line age dark mode support

This commit is contained in:
2025-10-30 10:38:27 -04:00
parent 974389c037
commit 08635d238c
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

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

View File

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