build: Update Depends

This commit is contained in:
WhizPanda 2023-12-01 14:49:32 +08:00
parent 4906ca7059
commit 31f9bf219e
3 changed files with 596 additions and 558 deletions

View File

@ -1,12 +1,12 @@
<h1 align="center"> <h1 align="center">
<img src="./src/assets/image/logo.png" alt="Clash" width="128" /> <img src="./src/assets/image/logo.png" alt="Clash" width="128" />
<br> <br>
Clash Verge Continuation of Clash Verge
<br> <br>
</h1> </h1>
<h3 align="center"> <h3 align="center">
A 接盘 Clash Meta GUI based on <a href="https://github.com/tauri-apps/tauri">tauri</a>. A Clash Meta GUI based on <a href="https://github.com/tauri-apps/tauri">tauri</a>.
</h3> </h3>
## Features ## Features

View File

@ -24,54 +24,54 @@
"@emotion/react": "^11.11.1", "@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0", "@emotion/styled": "^11.11.0",
"@juggle/resize-observer": "^3.4.0", "@juggle/resize-observer": "^3.4.0",
"@mui/icons-material": "^5.14.14", "@mui/icons-material": "^5.14.19",
"@mui/lab": "5.0.0-alpha.149", "@mui/lab": "5.0.0-alpha.149",
"@mui/material": "^5.14.14", "@mui/material": "^5.14.19",
"@mui/x-data-grid": "^6.16.3", "@mui/x-data-grid": "^6.18.2",
"@tauri-apps/api": "^1.3.0", "@tauri-apps/api": "^1.5.1",
"ahooks": "^3.7.2", "ahooks": "^3.7.8",
"axios": "^1.1.3", "axios": "^1.6.2",
"dayjs": "1.11.5", "dayjs": "1.11.5",
"i18next": "^22.0.4", "i18next": "^23.7.7",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"monaco-editor": "^0.34.1", "monaco-editor": "^0.34.1",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4", "react-error-boundary": "^3.1.4",
"react-hook-form": "^7.39.5", "react-hook-form": "^7.48.2",
"react-i18next": "^12.0.0", "react-i18next": "^13.5.0",
"react-router-dom": "^6.4.3", "react-router-dom": "^6.20.0",
"react-transition-group": "^4.4.5", "react-transition-group": "^4.4.5",
"react-virtuoso": "^3.1.3", "react-virtuoso": "^4.6.2",
"recoil": "^0.7.6", "recoil": "^0.7.7",
"snarkdown": "^2.0.0", "snarkdown": "^2.0.0",
"swr": "^1.3.0", "swr": "^1.3.0",
"tar": "^6.2.0" "tar": "^6.2.0"
}, },
"devDependencies": { "devDependencies": {
"@actions/github": "^5.0.3", "@actions/github": "^5.1.1",
"@tauri-apps/cli": "^1.3.1", "@tauri-apps/cli": "^1.5.6",
"@types/fs-extra": "^9.0.13", "@types/fs-extra": "^9.0.13",
"@types/js-cookie": "^3.0.2", "@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.14.180", "@types/lodash": "^4.14.202",
"@types/lodash-es": "^4.17.7", "@types/lodash-es": "^4.17.12",
"@types/react": "^18.2.37", "@types/react": "^18.2.39",
"@types/react-dom": "^18.0.11", "@types/react-dom": "^18.2.17",
"@types/react-transition-group": "^4.4.9", "@types/react-transition-group": "^4.4.9",
"@vitejs/plugin-react": "^4.1.0", "@vitejs/plugin-react": "^4.2.0",
"adm-zip": "^0.5.9", "adm-zip": "^0.5.10",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"fs-extra": "^10.0.0", "fs-extra": "^11.2.0",
"https-proxy-agent": "^5.0.1", "https-proxy-agent": "^5.0.1",
"husky": "^7.0.0", "husky": "^7.0.4",
"node-fetch": "^3.2.6", "node-fetch": "^3.3.2",
"prettier": "^2.7.1", "prettier": "^2.8.8",
"pretty-quick": "^3.1.3", "pretty-quick": "^3.1.3",
"sass": "^1.54.0", "sass": "^1.69.5",
"typescript": "^4.7.4", "typescript": "^5.3.2",
"vite": "^4.5.0", "vite": "^4.5.0",
"vite-plugin-monaco-editor": "^1.1.0", "vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-svgr": "^4.1.0" "vite-plugin-svgr": "^4.2.0"
}, },
"prettier": { "prettier": {
"tabWidth": 2, "tabWidth": 2,

1094
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff