update deps

fix types error
This commit is contained in:
Aman Varshney
2025-04-08 10:28:25 +05:30
parent 9147dbb535
commit fe7153f496
10 changed files with 83 additions and 91 deletions

View File

@@ -11,29 +11,29 @@
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@xyflow/react": "^12.4.4",
"babel-plugin-react-compiler": "^19.0.0-beta-3229e95-20250315",
"@xyflow/react": "^12.5.5",
"babel-plugin-react-compiler": "^19.0.0-beta-e993439-20250405",
"canvas-confetti": "^1.9.3",
"fumadocs-core": "15.1.2",
"fumadocs-mdx": "11.5.7",
"fumadocs-ui": "15.1.2",
"lucide-react": "^0.485.0",
"motion": "^12.5.0",
"motion": "^12.6.3",
"next": "15.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-tweet": "^3.2.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.15",
"@tailwindcss/postcss": "^4.1.3",
"@types/mdx": "^2.0.13",
"@types/node": "22.13.11",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"eslint": "^9.23.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"eslint": "^9.24.0",
"eslint-config-next": "15.2.3",
"postcss": "^8.5.3",
"tailwindcss": "^4.0.15",
"typescript": "^5.8.2"
"tailwindcss": "^4.1.3",
"typescript": "^5.8.3"
}
}