diff --git a/web/package.json b/web/package.json index 3c38b91..b3da06c 100644 --- a/web/package.json +++ b/web/package.json @@ -18,11 +18,11 @@ "@react-three/drei": "^10.0.0", "@react-three/fiber": "^9.6.1", "@react-three/rapier": "^2.1.0", - "framer-motion": "^12.40.0", - "fumadocs-core": "^16.9.3", + "framer-motion": "^12.42.2", + "fumadocs-core": "^16.10.7", "fumadocs-mdx": "^14.3.2", - "fumadocs-ui": "^16.9.3", - "next": "^16.2.7", + "fumadocs-ui": "^16.10.7", + "next": "^16.2.10", "react": "^19.2.7", "react-dom": "^19.2.7", "three": "^0.182.0", @@ -30,21 +30,21 @@ }, "devDependencies": { "@eslint/js": "^9.39.4", - "@next/eslint-plugin-next": "16.2.7", - "@tailwindcss/postcss": "^4.3.0", - "@types/node": "^22.19.20", + "@next/eslint-plugin-next": "16.2.10", + "@tailwindcss/postcss": "^4.3.2", + "@types/node": "^22.20.0", "@types/react": "^19.2.17", "@types/react-dom": "^19.1.0", "@types/three": "^0.182.0", "eslint": "^9.39.4", - "eslint-config-next": "^16.2.7", + "eslint-config-next": "^16.2.10", "eslint-plugin-react": "7.37.5", "eslint-plugin-react-hooks": "7.1.1", - "globals": "17.6.0", - "postcss": "^8.5.15", - "tailwindcss": "^4.3.0", + "globals": "17.7.0", + "postcss": "^8.5.16", + "tailwindcss": "^4.3.2", "typescript": "^5.9.0", - "typescript-eslint": "^8.60.1", + "typescript-eslint": "^8.62.1", "vite": "6.4.3" } }