update deps

This commit is contained in:
Aman Varshney
2025-02-26 18:08:19 +05:30
parent 1c3114fe17
commit e1eb09429a
6 changed files with 181 additions and 127 deletions

View File

@@ -10,27 +10,27 @@
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@xyflow/react": "^12.4.3",
"babel-plugin-react-compiler": "^19.0.0-beta-21e868a-20250216",
"@xyflow/react": "^12.4.4",
"babel-plugin-react-compiler": "^19.0.0-beta-e552027-20250112",
"fumadocs-core": "15.0.6",
"fumadocs-mdx": "11.5.3",
"fumadocs-ui": "15.0.6",
"lucide-react": "^0.475.0",
"motion": "^12.4.3",
"motion": "^12.4.7",
"next": "15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.5",
"@tailwindcss/postcss": "^4.0.9",
"@types/mdx": "^2.0.13",
"@types/node": "22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"eslint": "^8",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"eslint": "^8.57.1",
"eslint-config-next": "15.1.6",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.5",
"postcss": "^8.5.3",
"tailwindcss": "^4.0.9",
"typescript": "^5.7.3"
}
}