Skip to content

Commit 8991758

Browse files
committed
Update deps
1 parent f5aeac1 commit 8991758

5 files changed

Lines changed: 683 additions & 592 deletions

File tree

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{
2121
devShells.default = pkgs.mkShellNoCC {
2222
packages = [
23-
pkgs.nodejs-slim_23
23+
pkgs.nodejs-slim_24
2424
pkgs.pnpm
2525
];
2626
};

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
},
1313
"devDependencies": {
1414
"@astrojs/check": "^0.9.4",
15-
"@astrojs/sitemap": "^3.3.1",
16-
"@astrojs/svelte": "^7.0.11",
15+
"@astrojs/sitemap": "^3.4.0",
16+
"@astrojs/svelte": "^7.1.0",
1717
"@lucide/svelte": "^0.488.0",
18-
"@tailwindcss/vite": "^4.1.4",
19-
"astro": "^5.7.5",
20-
"daisyui": "^5.0.28",
18+
"@tailwindcss/vite": "^4.1.7",
19+
"astro": "^5.8.0",
20+
"daisyui": "^5.0.37",
2121
"prettier": "^3.5.3",
2222
"prettier-plugin-astro": "^0.14.1",
23-
"prettier-plugin-svelte": "^3.3.3",
23+
"prettier-plugin-svelte": "^3.4.0",
2424
"prettier-plugin-tailwindcss": "^0.6.11",
25-
"svelte": "^5.28.2",
26-
"tailwindcss": "^4.1.4",
25+
"svelte": "^5.33.1",
26+
"tailwindcss": "^4.1.7",
2727
"typescript": "^5.8.3"
2828
}
2929
}

0 commit comments

Comments
 (0)