use smaller library

This commit is contained in:
Simon Knott 2025-02-14 13:54:44 +01:00
parent 98a2202956
commit 5890b03454
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC
3 changed files with 16 additions and 1235 deletions

1247
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -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",

View file

@ -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';