Skip to content

Commit c90ff51

Browse files
committed
chore: update deps
1 parent 4f5e410 commit c90ff51

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.envrc.sample

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
# if you are using nix
2-
use flake || use nix
1+
# if you are using flakes
2+
watch_file ./shell.nix
3+
use flake
4+
5+
# else if you are using nix-shell
6+
use nix

bun.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"date-fns": "^4.1.0",
1919
"markdown-to-txt": "^2.0.1",
2020
"sharp": "^0.34.1",
21-
"svelte": "^5.26.1",
21+
"svelte": "^5.26.2",
2222
},
2323
"devDependencies": {
2424
"@astrojs/check": "^0.9.4",

0 commit comments

Comments
 (0)