diff --git a/bun.lockb b/bun.lockb index e36302ed..5d814952 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/flake.nix b/flake.nix index d7937eed..bc145b9f 100644 --- a/flake.nix +++ b/flake.nix @@ -39,12 +39,7 @@ ++ [ { plugins = { - nvim-colorizer.fileTypes = [ - { - language = "astro"; - tailwind = "lsp"; - } - ]; + colorizer.settings.user_default_options.tailwind = "lsp"; none-ls = { enable = true; sources = { diff --git a/package.json b/package.json index da6d9621..9d4164ec 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@fontsource/jetbrains-mono": "5.1.1", "@fontsource/zen-kaku-gothic-new": "5.1.0", "@kobalte/core": "0.13.7", - "astro": "4.16.15", + "astro": "4.16.18", "astro-expressive-code": "0.38.3", "autoprefixer": "10.4.20", "clsx": "2.1.1",