Skip to content

Commit

Permalink
chore: update everything
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Jan 3, 2025
1 parent 8fb41b3 commit 3098c39
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
devShells.default = pkgs.mkShell
{
packages = with pkgs; [
bun
bun
typescript
typescript-language-server
];
Expand Down
27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,25 @@
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "bun run build && wrangler pages dev",
"deploy": "bun run build && wrangler pages deploy",
"wrangler": "wrangler",
"preview": "astro build && wrangler pages dev",
"deploy": "astro check && astro build && wrangler pages deploy",
"wrangler": "wrangl`er",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "0.9.2",
"@astrojs/svelte": "5.7.0",
"@astrojs/tailwind": "5.1.0",
"astro": "4.14.2",
"@astrojs/check": "0.9.4",
"@astrojs/svelte": "7.0.3",
"@astrojs/tailwind": "5.1.4",
"astro": "5.1.2",
"astro-seo": "0.8.4",
"svelte": "4.2.18",
"svelte": "5.16.1",
"svelte-lanyard": "1.0.2",
"tailwind-merge": "2.5.2",
"tailwindcss": "3.4.10",
"typescript": "5.5.4"
"tailwind-merge": "2.6.0",
"tailwindcss": "3.4.17",
"typescript": "5.7.2"
},
"devDependencies": {
"wrangler": "^3.72.0"
"wrangler": "^3.99.0"
}
}
}

0 comments on commit 3098c39

Please sign in to comment.