Skip to content

Commit

Permalink
Fix jittering icons on SSR
Browse files Browse the repository at this point in the history
  • Loading branch information
isker committed Feb 1, 2024
1 parent 2fdc718 commit 070b197
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/purple-eyes-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"neogrok": patch
---

Fix jittering icons on SSR
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"@badrap/valita": "0.3.0",
"lucene": "2.1.1",
"lucide-svelte": "0.311.0",
"lucide-svelte": "0.320.0",
"pretty-bytes": "6.1.1",
"prom-client": "15.0.0",
"shikiji": "0.9.18"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3220,12 +3220,12 @@ __metadata:
languageName: node
linkType: hard

"lucide-svelte@npm:0.311.0":
version: 0.311.0
resolution: "lucide-svelte@npm:0.311.0"
"lucide-svelte@npm:0.320.0":
version: 0.320.0
resolution: "lucide-svelte@npm:0.320.0"
peerDependencies:
svelte: ">=3 <5"
checksum: 29b57c31a73a9e13ae07d727797484eb3460f8fa5ce1f74960326e94a0f1519a6281aebaad476275c862f1fd8fd446b7a54bbbdbb416fa470388672ddf43be4a
checksum: 3491972b73e9c6076280f65276967ed3619a9a39ede7fda6b9ca517a9694c64d7be6d25d71b54b2307442c54beac464746a259fbbdc5acf2651cedfb061c9c30
languageName: node
linkType: hard

Expand Down Expand Up @@ -3575,7 +3575,7 @@ __metadata:
eslint-config-prettier: "npm:9.0.0"
eslint-plugin-svelte: "npm:2.34.0"
lucene: "npm:2.1.1"
lucide-svelte: "npm:0.311.0"
lucide-svelte: "npm:0.320.0"
prettier: "npm:3.0.3"
prettier-plugin-svelte: "npm:3.0.3"
pretty-bytes: "npm:6.1.1"
Expand Down

0 comments on commit 070b197

Please sign in to comment.