Skip to content

Commit eb0a3b9

Browse files
Micro improvements
- Filter out (potential) empty news from being displayed in the banner - Improve styling of selected theme - Switch favicon - Update dependencies
1 parent 5c32a7b commit eb0a3b9

File tree

6 files changed

+89
-120
lines changed

6 files changed

+89
-120
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@sveltejs/vite-plugin-svelte": "^3.1.2",
2020
"@tailwindcss/typography": "^0.5.14",
2121
"@total-typescript/ts-reset": "^0.6.0",
22-
"@types/eslint": "^9.6.0",
22+
"@types/eslint": "^9.6.1",
2323
"@types/semver": "^7.5.8",
2424
"@vercel/speed-insights": "^1.0.12",
2525
"arctic": "^1.9.2",
@@ -31,7 +31,7 @@
3131
"eslint-plugin-svelte": "^2.43.0",
3232
"globals": "^15.9.0",
3333
"lucia": "^3.2.0",
34-
"lucide-svelte": "^0.435.0",
34+
"lucide-svelte": "^0.436.0",
3535
"mode-watcher": "^0.4.1",
3636
"octokit": "^4.0.2",
3737
"postcss": "^8.4.41",
@@ -45,15 +45,15 @@
4545
"svelte": "^4.2.19",
4646
"svelte-check": "^3.8.6",
4747
"svelte-exmarkdown": "^3.0.5",
48-
"svelte-meta-tags": "^3.1.3",
48+
"svelte-meta-tags": "^3.1.4",
4949
"svelte-persisted-store": "^0.11.0",
5050
"svelte-sonner": "^0.3.27",
5151
"tailwind-merge": "^2.5.2",
5252
"tailwind-variants": "^0.2.1",
5353
"tailwindcss": "^3.4.10",
5454
"tslib": "^2.7.0",
5555
"typescript": "^5.5.4",
56-
"typescript-eslint": "^8.2.0",
56+
"typescript-eslint": "^8.3.0",
5757
"vite": "^5.4.2",
5858
"vite-plugin-lucide-preprocess": "^1.0.4"
5959
},

0 commit comments

Comments
 (0)