Update dependencies and refactor useMessage hook

This commit is contained in:
n4ze3m
2024-03-24 23:56:41 +05:30
parent 01d27fd1c2
commit 2381588e72
6 changed files with 752 additions and 518 deletions

View File

@@ -18,8 +18,7 @@
"@ant-design/cssinjs": "^1.18.4",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@langchain/community": "^0.0.21",
"@langchain/core": "^0.1.22",
"@langchain/community": "^0.0.41",
"@mantine/form": "^7.5.0",
"@mantine/hooks": "^7.5.3",
"@plasmohq/storage": "^1.9.0",
@@ -33,8 +32,9 @@
"html-to-text": "^9.0.5",
"i18next": "^23.10.1",
"i18next-browser-languagedetector": "^7.2.0",
"langchain": "^0.1.9",
"langchain": "^0.1.28",
"lucide-react": "^0.350.0",
"pdfjs-dist": "^4.0.379",
"property-information": "^6.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
@@ -62,6 +62,10 @@
"prettier": "3.2.4",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3",
"vite-plugin-top-level-await": "^1.4.1",
"wxt": "^0.17.7"
},
"resolutions": {
"@langchain/core": "0.1.45"
}
}