diff --git a/htmlparser/package.json b/htmlparser/package.json index 2b6c538..649fb73 100644 --- a/htmlparser/package.json +++ b/htmlparser/package.json @@ -13,21 +13,21 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@tailwindcss/postcss": "^4.0.4", - "motion": "^12.4.7", + "@tailwindcss/postcss": "^4.0.15", + "motion": "^12.5.0", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@biomejs/biome": "1.9.4", - "@types/react": "^18.3.18", + "@types/react": "^18.3.20", "@types/react-dom": "^18.3.5", - "@vitejs/plugin-react-swc": "^3.7.2", - "autoprefixer": "^10.4.20", - "postcss": "^8.5.1", - "tailwindcss": "^4.0.4", + "@vitejs/plugin-react-swc": "^3.8.1", + "autoprefixer": "^10.4.21", + "postcss": "^8.5.3", + "tailwindcss": "^4.0.15", "typescript": "^5.7.3", - "vite": "^6.1.0", - "vitest": "^3.0.5" + "vite": "^6.2.3", + "vitest": "^3.0.9" } }