From 1c3e51cd23ac85ddd72323f743d81b03bc4fe816 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 02:05:03 +0000 Subject: [PATCH] fix(deps): update npm-packages [skip netlify] --- src/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/package.json b/src/package.json index ae47ea2..bd14c56 100644 --- a/src/package.json +++ b/src/package.json @@ -19,18 +19,18 @@ "preview": "astro preview" }, "dependencies": { - "@astrojs/react": "^4.3.1", - "@tailwindcss/vite": "^4.1.13", - "@types/react": "^18.3.24", + "@astrojs/react": "^4.4.2", + "@tailwindcss/vite": "^4.3.2", + "@types/react": "^18.3.31", "@types/react-dom": "^18.3.7", "astro": "^5.7.10", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { - "autoprefixer": "^10.4.21", - "postcss": "^8.5.6", - "tailwindcss": "^4.1.13" + "autoprefixer": "^10.5.2", + "postcss": "^8.5.16", + "tailwindcss": "^4.3.2" }, "packageManager": "pnpm@11.1.2" }