feat: add lodash and its type definitions to project dependencies

This commit is contained in:
2026-02-16 02:26:59 -03:00
parent 3ae1ae6fd6
commit acbe47e084
+2
View File
@@ -14,6 +14,7 @@
"framer-motion": "^11.2.10", "framer-motion": "^11.2.10",
"lucide-react": "^0.395.0", "lucide-react": "^0.395.0",
"next": "14.2.21", "next": "14.2.21",
"lodash": "^4.17.21",
"react": "^18", "react": "^18",
"react-dom": "^18", "react-dom": "^18",
"react-markdown": "^10.1.0", "react-markdown": "^10.1.0",
@@ -21,6 +22,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20", "@types/node": "^20",
"@types/lodash": "^4.17.0",
"@types/react": "^18", "@types/react": "^18",
"@types/react-dom": "^18", "@types/react-dom": "^18",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",