diff --git a/package.json b/package.json index a391a3e..a937336 100644 --- a/package.json +++ b/package.json @@ -12,24 +12,24 @@ "lint": "biome lint --apply ." }, "dependencies": { - "@astrojs/check": "^0.9.5", + "@astrojs/check": "^0.9.9", "@astrojs/cloudflare": "^12.6.11", "@astrojs/react": "^4.4.2", - "@astrojs/starlight": "^0.36.2", + "@astrojs/starlight": "^0.39.3", "@astrojs/starlight-tailwind": "^4.0.2", - "@tailwindcss/vite": "^4.1.17", - "@types/react": "^19.2.2", + "@tailwindcss/vite": "^4.3.0", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "astro": "^5.16.0", - "dayjs": "^1.11.19", - "isomorphic-dompurify": "^2.30.0", - "marked": "^16.4.1", - "react": "^19.2.0", - "react-dom": "^19.2.0", - "tailwindcss": "^4.1.17", + "dayjs": "^1.11.21", + "isomorphic-dompurify": "^2.36.0", + "marked": "^16.4.2", + "react": "^19.2.7", + "react-dom": "^19.2.7", + "tailwindcss": "^4.3.0", "typescript": "^5.9.3" }, "devDependencies": { - "@biomejs/biome": "^2.2.6" + "@biomejs/biome": "^2.4.16" } }