use smaller library
This commit is contained in:
parent
98a2202956
commit
5890b03454
1247
package-lock.json
generated
1247
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -98,11 +98,11 @@
|
|||
"formidable": "^2.1.1",
|
||||
"immutable": "^4.3.7",
|
||||
"license-checker": "^25.0.1",
|
||||
"markdown-to-jsx": "^7.7.3",
|
||||
"mime": "^3.0.0",
|
||||
"node-stream-zip": "^1.15.0",
|
||||
"react": "^18.1.0",
|
||||
"react-dom": "^18.1.0",
|
||||
"react-markdown": "^9.0.3",
|
||||
"ssim.js": "^3.5.0",
|
||||
"typescript": "^5.7.3",
|
||||
"vite": "^5.4.14",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
import { useCallback, useState } from 'react';
|
||||
import Markdown from 'react-markdown';
|
||||
import Markdown from 'markdown-to-jsx';
|
||||
import './aiConversation.css';
|
||||
import { clsx } from '@web/uiUtils';
|
||||
import { useLLMConversation } from './llm';
|
||||
|
|
|
|||
Loading…
Reference in a new issue