chore: update depends

This commit is contained in:
MystiPanda
2024-06-17 10:39:37 +08:00
parent c8d2410c27
commit f48a5710aa
3 changed files with 192 additions and 200 deletions

View File

@@ -24,10 +24,10 @@
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@juggle/resize-observer": "^3.4.0",
"@mui/icons-material": "^5.15.19",
"@mui/icons-material": "^5.15.20",
"@mui/lab": "5.0.0-alpha.149",
"@mui/material": "^5.15.19",
"@mui/x-data-grid": "^6.20.1",
"@mui/material": "^5.15.20",
"@mui/x-data-grid": "^7.7.0",
"@tauri-apps/api": "^1.5.6",
"@types/json-schema": "^7.0.15",
"ahooks": "^3.8.0",
@@ -43,7 +43,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.51.5",
"react-hook-form": "^7.52.0",
"react-i18next": "^13.5.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.23.1",
@@ -76,7 +76,7 @@
"sass": "^1.77.5",
"terser": "^5.31.1",
"typescript": "^5.4.5",
"vite": "^5.2.13",
"vite": "^5.3.1",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-svgr": "^4.2.0"
},