Skip to content

Commit

Permalink
chore: update dependencies (#782)
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid authored Feb 25, 2025
1 parent cc2c860 commit 89dbb3a
Show file tree
Hide file tree
Showing 3 changed files with 392 additions and 380 deletions.
15 changes: 7 additions & 8 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,15 @@
"@ddietr/codemirror-themes": "^1.4.2",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@json2csv/plainjs": "^7.0.3",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.16.7",
"@mui/styles": "^5.16.7",
"@json2csv/plainjs": "^7.0.6",
"@mui/icons-material": "^5.16.14",
"@mui/material": "^5.16.14",
"@mui/styles": "^5.16.12",
"@mui/x-tree-view": "^7.12.1",
"axios": "^1.7.4",
"axios": "^1.7.9",
"codemirror": "^6.0.1",
"d3": "^7.9.0",
"dayjs": "^1.11.9",
"dayjs": "^1.11.13",
"file-saver": "^2.0.5",
"i18next": "^20.3.1",
"i18next-browser-languagedetector": "^7.2.0",
Expand Down Expand Up @@ -61,7 +60,7 @@
"jsdom": "^20.0.2",
"prettier": "2.3.2",
"typescript": "^4.1.2",
"vite": "^6.0.11",
"vite": "^6.2.0",
"vite-plugin-svgr": "^4.2.0"
},
"homepage": "./",
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/advancedSearch/ConditionGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useState } from 'react';
import { useTranslation } from 'react-i18next';
import { Theme } from '@mui/material';
import { makeStyles } from '@mui/styles';
import { ToggleButton, ToggleButtonGroup } from '@mui/lab';
import { ToggleButton, ToggleButtonGroup } from '@mui/material';
import ConditionItem from './Condition';
import icons from '../icons/Icons';
import CustomButton from '../customButton/CustomButton';
Expand Down
Loading

0 comments on commit 89dbb3a

Please sign in to comment.