Skip to content

Commit

Permalink
Remove unused react-syntax-highlighter, rehype-katex, remark-math dep…
Browse files Browse the repository at this point in the history
…endencies
  • Loading branch information
andrii-i committed Feb 3, 2024
1 parent 0b498fa commit bdde01b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 735 deletions.
5 changes: 1 addition & 4 deletions packages/jupyter-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,7 @@
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-katex": "^6.0.2",
"remark-math": "^5.1.1"
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/jupyter-ai/src/components/chat-messages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { useState, useEffect } from 'react';

import { Avatar, Box, Typography } from '@mui/material';
import type { SxProps, Theme } from '@mui/material';
import 'katex/dist/katex.min.css';

import { AiService } from '../handler';
import { IRenderMimeRegistry } from '@jupyterlab/rendermime';
Expand Down
Loading

0 comments on commit bdde01b

Please sign in to comment.