diff --git a/web/package.json b/web/package.json index dfaf6a6..7add457 100644 --- a/web/package.json +++ b/web/package.json @@ -19,31 +19,31 @@ "@react-three/fiber": "^9.1.0", "@react-three/rapier": "^2.1.0", "framer-motion": "^12.38.0", - "fumadocs-core": "^16.7.6", + "fumadocs-core": "^16.7.12", "fumadocs-mdx": "^14.2.11", - "fumadocs-ui": "^16.7.6", - "next": "^16.2.1", - "react": "^19.2.4", - "react-dom": "^19.2.4", + "fumadocs-ui": "^16.7.12", + "next": "^16.2.3", + "react": "^19.2.5", + "react-dom": "^19.2.5", "three": "^0.182.0", "zustand": "^5.0.12" }, "devDependencies": { "@eslint/js": "^9.39.4", - "@next/eslint-plugin-next": "16.2.1", + "@next/eslint-plugin-next": "16.2.3", "@tailwindcss/postcss": "^4.2.2", - "@types/node": "^22.19.15", + "@types/node": "^22.19.17", "@types/react": "^19.1.0", "@types/react-dom": "^19.1.0", "@types/three": "^0.182.0", "eslint": "^9.39.4", - "eslint-config-next": "^16.2.1", + "eslint-config-next": "^16.2.3", "eslint-plugin-react": "7.37.5", "eslint-plugin-react-hooks": "7.0.1", "globals": "17.4.0", - "postcss": "^8.5.8", + "postcss": "^8.5.9", "tailwindcss": "^4.2.2", "typescript": "^5.9.0", - "typescript-eslint": "^8.58.0" + "typescript-eslint": "^8.58.1" } }