diff --git a/landing/package.json b/landing/package.json index 69bc4f015..51f6a4e57 100644 --- a/landing/package.json +++ b/landing/package.json @@ -30,13 +30,13 @@ "tailwind-merge": "^3.6.0" }, "devDependencies": { - "@tailwindcss/postcss": "^4.3.0", - "@types/node": "^25", + "@tailwindcss/postcss": "^4.3.3", + "@types/node": "^26", "@types/react": "19.2.14", "@types/react-dom": "19.2.3", - "postcss": "^8.4.49", - "tailwindcss": "^4.3.0", - "typescript": "6.0.3", + "postcss": "^8.5.24", + "tailwindcss": "^4.3.3", + "typescript": "7.0.2", "vitest": "^4.1.5" } }