Compare commits

..

2 commits

Author SHA1 Message Date
thislight
92cc451811
update dependencies
All checks were successful
/ depoly (push) Successful in 1m24s
2024-10-30 17:26:17 +08:00
thislight
c20cf45e8e
TootPreviewCard: fix margin-block of the title 2024-10-30 17:25:06 +08:00
3 changed files with 12 additions and 8 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -20,16 +20,16 @@
"postcss": "^8.4.47", "postcss": "^8.4.47",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"typescript": "^5.6.3", "typescript": "^5.6.3",
"vite": "^5.4.9", "vite": "^5.4.10",
"vite-plugin-package-version": "^1.1.0", "vite-plugin-package-version": "^1.1.0",
"vite-plugin-pwa": "^0.20.5", "vite-plugin-pwa": "^0.20.5",
"vite-plugin-solid": "^2.10.2", "vite-plugin-solid": "^2.10.2",
"vite-plugin-solid-styled": "^0.11.1", "vite-plugin-solid-styled": "^0.11.1",
"workbox-build": "^7.1.1", "workbox-build": "^7.3.0",
"wrangler": "^3.81.0" "wrangler": "^3.83.0"
}, },
"dependencies": { "dependencies": {
"@formatjs/intl-localematcher": "^0.5.5", "@formatjs/intl-localematcher": "^0.5.6",
"@nanostores/persistent": "^0.10.2", "@nanostores/persistent": "^0.10.2",
"@nanostores/solid": "^0.5.0", "@nanostores/solid": "^0.5.0",
"@solid-primitives/event-listener": "^2.3.3", "@solid-primitives/event-listener": "^2.3.3",
@ -47,15 +47,15 @@
"fast-average-color": "^9.4.0", "fast-average-color": "^9.4.0",
"hammerjs": "^2.0.8", "hammerjs": "^2.0.8",
"iso-639-1": "^3.1.3", "iso-639-1": "^3.1.3",
"masto": "^6.10.0", "masto": "^6.10.1",
"nanostores": "^0.11.3", "nanostores": "^0.11.3",
"normalize.css": "^8.0.1", "normalize.css": "^8.0.1",
"solid-js": "^1.9.2", "solid-js": "^1.9.3",
"solid-styled": "^0.11.1", "solid-styled": "^0.11.1",
"stacktrace-js": "^2.0.2", "stacktrace-js": "^2.0.2",
"web-animations-js": "^2.3.2", "web-animations-js": "^2.3.2",
"workbox-core": "^7.1.0", "workbox-core": "^7.3.0",
"workbox-precaching": "^7.1.0" "workbox-precaching": "^7.3.0"
}, },
"packageManager": "bun@1.1.32" "packageManager": "bun@1.1.32"
} }

View file

@ -13,3 +13,7 @@
.custom-emoji { .custom-emoji {
width: 1em; width: 1em;
} }
h1 {
margin: 0;
}