feat: Implement module update functionality with a new API endpoint, client method, and @hello-pangea/dnd dependency.

This commit is contained in:
2025-12-26 15:09:13 -03:00
parent e98a16d860
commit 8b016e4786
6 changed files with 157 additions and 11 deletions
+9 -8
View File
@@ -9,22 +9,23 @@
"lint": "next lint"
},
"dependencies": {
"@hello-pangea/dnd": "^18.0.1",
"clsx": "^2.1.1",
"framer-motion": "^11.2.10",
"lucide-react": "^0.395.0",
"next": "14.2.21",
"react": "^18",
"react-dom": "^18",
"next": "14.2.21",
"lucide-react": "^0.395.0",
"framer-motion": "^11.2.10",
"clsx": "^2.1.1",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.21",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "14.2.21"
"typescript": "^5"
}
}
}