diff --git a/apps/blog/package.json b/apps/blog/package.json index 60e474ee..3de1745b 100644 --- a/apps/blog/package.json +++ b/apps/blog/package.json @@ -3,19 +3,19 @@ "module": "index.ts", "type": "module", "dependencies": { - "@astrojs/react": "^3.6.0", - "@astrojs/rss": "^4.0.7", - "@astrojs/tailwind": "^5.1.0", - "@astrojs/vercel": "^7.7.2", + "@astrojs/react": "^4.1.2", + "@astrojs/rss": "^4.0.11", + "@astrojs/tailwind": "^5.1.4", + "@astrojs/vercel": "^8.0.1", "@crocoder-dev/remark-plugin": "*", "@crocoder-dev/tailwind": "*", - "astro": "4.16.14", + "astro": "5.1.2", "astro-font": "^0.1.81", "date-fns": "^4.1.0", - "marked": "^15.0.2", - "react": "^18.3.1", - "react-dom": "^18.3.1", - "react-icons": "^5.3.0" + "marked": "^15.0.5", + "react": "^19.0.0", + "react-dom": "^19.0.0", + "react-icons": "^5.4.0" }, "scripts": { "dev": "astro dev --port 4322", diff --git a/apps/website/package.json b/apps/website/package.json index 75e060ce..8da8df93 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -3,9 +3,9 @@ "module": "index.ts", "type": "module", "dependencies": { - "@astrojs/tailwind": "^5.1.0", + "@astrojs/tailwind": "^5.1.4", "@crocoder-dev/tailwind": "*", - "astro": "4.16.14", + "astro": "5.1.2", "astro-font": "^0.1.81" }, "scripts": { diff --git a/bun.lockb b/bun.lockb index dfdff90d..13ce7f81 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 6c147966..4d1b089b 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,9 @@ "format": "prettier --write \"**/*.{ts,tsx,md}\"" }, "devDependencies": { - "tailwindcss": "3.4.10", - "turbo": "2.3.1", - "typescript": "5.6.3" + "tailwindcss": "3.4.17", + "turbo": "2.3.3", + "typescript": "5.7.2" }, "engines": { "bun": ">=1.1.18" @@ -21,7 +21,7 @@ "packages/*" ], "dependencies": { - "prettier": "^3.3.3", + "prettier": "^3.4.2", "prettier-plugin-astro": "^0.14.1" } }