diff --git a/bun.lockb b/bun.lockb index 1a12475..d6128a5 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 2db4651..d9da71f 100644 --- a/package.json +++ b/package.json @@ -14,14 +14,14 @@ "start": "astro dev" }, "dependencies": { - "@astrojs/react": "^4.1.3", + "@astrojs/react": "^4.1.5", "@astrojs/tailwind": "^5.1.4", "@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-slot": "^1.1.1", - "astro": "^5.1.5", + "astro": "^5.1.7", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "framer-motion": "^11.17.0", + "framer-motion": "^11.18.1", "react": "^19.0.0", "react-dom": "^19.0.0", "sharp": "^0.33.5", @@ -30,13 +30,13 @@ "tailwindcss-animate": "^1.0.7" }, "devDependencies": { - "@types/node": "^22.10.5", - "@types/react": "^19.0.5", + "@types/node": "^22.10.7", + "@types/react": "^19.0.7", "@types/react-dom": "^19.0.3", "prettier": "^3.4.2", "prettier-plugin-astro": "^0.14.1", - "prettier-plugin-tailwindcss": "^0.6.9", + "prettier-plugin-tailwindcss": "^0.6.10", "typescript": "^5.7.3" }, - "packageManager": "pnpm@9.15.3" + "packageManager": "pnpm@9.15.4" }