mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 05:33:45 +08:00
chore: update deps
This commit is contained in:
parent
9f90a1c58e
commit
22ce5aab25
88
package.json
88
package.json
@ -21,77 +21,77 @@
|
|||||||
"@dnd-kit/core": "^6.1.0",
|
"@dnd-kit/core": "^6.1.0",
|
||||||
"@dnd-kit/sortable": "^8.0.0",
|
"@dnd-kit/sortable": "^8.0.0",
|
||||||
"@dnd-kit/utilities": "^3.2.2",
|
"@dnd-kit/utilities": "^3.2.2",
|
||||||
"@emotion/react": "^11.11.4",
|
"@emotion/react": "^11.13.3",
|
||||||
"@emotion/styled": "^11.11.5",
|
"@emotion/styled": "^11.13.0",
|
||||||
"@juggle/resize-observer": "^3.4.0",
|
"@juggle/resize-observer": "^3.4.0",
|
||||||
"@mui/icons-material": "^5.16.0",
|
"@mui/icons-material": "^6.1.6",
|
||||||
"@mui/lab": "5.0.0-alpha.149",
|
"@mui/lab": "5.0.0-alpha.149",
|
||||||
"@mui/material": "^5.16.0",
|
"@mui/material": "^6.1.6",
|
||||||
"@mui/x-data-grid": "^7.9.0",
|
"@mui/x-data-grid": "^7.22.2",
|
||||||
"@tauri-apps/api": "2.0.0-rc.4",
|
"@tauri-apps/api": "2.1.1",
|
||||||
"@tauri-apps/plugin-clipboard-manager": "2.0.0-rc.0",
|
"@tauri-apps/plugin-clipboard-manager": "2.0.0",
|
||||||
"@tauri-apps/plugin-dialog": "^2.0.0-rc",
|
"@tauri-apps/plugin-dialog": "^2.0.1",
|
||||||
"@tauri-apps/plugin-fs": "^2.0.0-rc",
|
"@tauri-apps/plugin-fs": "^2.0.2",
|
||||||
"@tauri-apps/plugin-global-shortcut": "^2.0.0-rc",
|
"@tauri-apps/plugin-global-shortcut": "^2.0.0",
|
||||||
"@tauri-apps/plugin-notification": "^2.0.0-rc",
|
"@tauri-apps/plugin-notification": "^2.0.0",
|
||||||
"@tauri-apps/plugin-process": "^2.0.0-rc",
|
"@tauri-apps/plugin-process": "^2.0.0",
|
||||||
"@tauri-apps/plugin-shell": "^2.0.0-rc",
|
"@tauri-apps/plugin-shell": "^2.0.1",
|
||||||
"@tauri-apps/plugin-updater": "^2.0.0-rc",
|
"@tauri-apps/plugin-updater": "^2.0.0",
|
||||||
"@types/json-schema": "^7.0.15",
|
"@types/json-schema": "^7.0.15",
|
||||||
"ahooks": "^3.8.0",
|
"ahooks": "^3.8.1",
|
||||||
"axios": "^1.7.2",
|
"axios": "^1.7.7",
|
||||||
"cli-color": "^2.0.4",
|
"cli-color": "^2.0.4",
|
||||||
"dayjs": "1.11.5",
|
"dayjs": "1.11.13",
|
||||||
"foxact": "^0.2.35",
|
"foxact": "^0.2.41",
|
||||||
"glob": "^11.0.0",
|
"glob": "^11.0.0",
|
||||||
"i18next": "^23.11.5",
|
"i18next": "^23.16.5",
|
||||||
"js-base64": "^3.7.7",
|
"js-base64": "^3.7.7",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"monaco-editor": "^0.49.0",
|
"monaco-editor": "^0.52.0",
|
||||||
"monaco-yaml": "^5.2.0",
|
"monaco-yaml": "^5.2.3",
|
||||||
"nanoid": "^5.0.7",
|
"nanoid": "^5.0.8",
|
||||||
"peggy": "^4.0.3",
|
"peggy": "^4.1.1",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
"react-dom": "^18.3.1",
|
"react-dom": "^18.3.1",
|
||||||
"react-error-boundary": "^3.1.4",
|
"react-error-boundary": "^4.1.2",
|
||||||
"react-hook-form": "^7.52.1",
|
"react-hook-form": "^7.53.2",
|
||||||
"react-i18next": "^13.5.0",
|
"react-i18next": "^15.1.1",
|
||||||
"react-markdown": "^9.0.1",
|
"react-markdown": "^9.0.1",
|
||||||
"react-monaco-editor": "^0.55.0",
|
"react-monaco-editor": "^0.56.2",
|
||||||
"react-router-dom": "^6.24.1",
|
"react-router-dom": "^6.28.0",
|
||||||
"react-transition-group": "^4.4.5",
|
"react-transition-group": "^4.4.5",
|
||||||
"react-virtuoso": "^4.7.11",
|
"react-virtuoso": "^4.12.0",
|
||||||
"sockette": "^2.0.6",
|
"sockette": "^2.0.6",
|
||||||
"swr": "^2.2.5",
|
"swr": "^2.2.5",
|
||||||
"tar": "^6.2.1",
|
"tar": "^7.4.3",
|
||||||
"types-pac": "^1.0.2"
|
"types-pac": "^1.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@actions/github": "^5.1.1",
|
"@actions/github": "^5.1.1",
|
||||||
"@tauri-apps/cli": "2.0.4",
|
"@tauri-apps/cli": "2.1.0",
|
||||||
"@types/js-cookie": "^3.0.6",
|
"@types/js-cookie": "^3.0.6",
|
||||||
"@types/js-yaml": "^4.0.9",
|
"@types/js-yaml": "^4.0.9",
|
||||||
"@types/lodash-es": "^4.17.12",
|
"@types/lodash-es": "^4.17.12",
|
||||||
"@types/react": "^18.3.3",
|
"@types/react": "^18.3.12",
|
||||||
"@types/react-dom": "^18.3.0",
|
"@types/react-dom": "^18.3.1",
|
||||||
"@types/react-transition-group": "^4.4.10",
|
"@types/react-transition-group": "^4.4.11",
|
||||||
"@vitejs/plugin-legacy": "^5.4.1",
|
"@vitejs/plugin-legacy": "^5.4.3",
|
||||||
"@vitejs/plugin-react": "^4.3.1",
|
"@vitejs/plugin-react": "^4.3.3",
|
||||||
"adm-zip": "^0.5.14",
|
"adm-zip": "^0.5.16",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"https-proxy-agent": "^5.0.1",
|
"https-proxy-agent": "^5.0.1",
|
||||||
"husky": "^7.0.4",
|
"husky": "^7.0.4",
|
||||||
"meta-json-schema": "^1.18.9",
|
"meta-json-schema": "^1.18.10",
|
||||||
"node-fetch": "^3.3.2",
|
"node-fetch": "^3.3.2",
|
||||||
"prettier": "^2.8.8",
|
"prettier": "^2.8.8",
|
||||||
"pretty-quick": "^3.3.1",
|
"pretty-quick": "^3.3.1",
|
||||||
"sass": "^1.77.6",
|
"sass": "^1.80.6",
|
||||||
"terser": "^5.31.1",
|
"terser": "^5.36.0",
|
||||||
"typescript": "^5.5.3",
|
"typescript": "^5.6.3",
|
||||||
"vite": "^5.3.3",
|
"vite": "^5.4.11",
|
||||||
"vite-plugin-monaco-editor": "^1.1.0",
|
"vite-plugin-monaco-editor": "^1.1.0",
|
||||||
"vite-plugin-svgr": "^4.2.0"
|
"vite-plugin-svgr": "^4.3.0"
|
||||||
},
|
},
|
||||||
"prettier": {
|
"prettier": {
|
||||||
"tabWidth": 2,
|
"tabWidth": 2,
|
||||||
|
4250
pnpm-lock.yaml
generated
4250
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
682
src-tauri/Cargo.lock
generated
682
src-tauri/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -71,7 +71,6 @@ export const BackupViewer = forwardRef<DialogRef>((props, ref) => {
|
|||||||
.map((file) => {
|
.map((file) => {
|
||||||
const platform = file.filename.split("-")[0];
|
const platform = file.filename.split("-")[0];
|
||||||
const fileBackupTimeStr = file.filename.match(FILENAME_PATTERN)!;
|
const fileBackupTimeStr = file.filename.match(FILENAME_PATTERN)!;
|
||||||
console.log(file, fileBackupTimeStr);
|
|
||||||
|
|
||||||
if (fileBackupTimeStr === null) {
|
if (fileBackupTimeStr === null) {
|
||||||
return null;
|
return null;
|
||||||
|
@ -332,7 +332,7 @@
|
|||||||
"clash_mode_direct": "Direct Mode",
|
"clash_mode_direct": "Direct Mode",
|
||||||
"toggle_system_proxy": "Enable/Disable System Proxy",
|
"toggle_system_proxy": "Enable/Disable System Proxy",
|
||||||
"toggle_tun_mode": "Enable/Disable Tun Mode",
|
"toggle_tun_mode": "Enable/Disable Tun Mode",
|
||||||
"Backup Setting": "Webdav Backup Setting",
|
"Backup Setting": "Backup Setting",
|
||||||
"Runtime Config": "Runtime Config",
|
"Runtime Config": "Runtime Config",
|
||||||
"Open Conf Dir": "Open Conf Dir",
|
"Open Conf Dir": "Open Conf Dir",
|
||||||
"Open Core Dir": "Open Core Dir",
|
"Open Core Dir": "Open Core Dir",
|
||||||
|
@ -332,7 +332,7 @@
|
|||||||
"clash_mode_direct": "حالت مستقیم",
|
"clash_mode_direct": "حالت مستقیم",
|
||||||
"toggle_system_proxy": "فعال/غیرفعال کردن پراکسی سیستم",
|
"toggle_system_proxy": "فعال/غیرفعال کردن پراکسی سیستم",
|
||||||
"toggle_tun_mode": "فعال/غیرفعال کردن حالت Tun",
|
"toggle_tun_mode": "فعال/غیرفعال کردن حالت Tun",
|
||||||
"Backup Setting": "تنظیمات پشتیبان گیری Webdav",
|
"Backup Setting": "تنظیمات پشتیبان گیری",
|
||||||
"Runtime Config": "پیکربندی زمان اجرا",
|
"Runtime Config": "پیکربندی زمان اجرا",
|
||||||
"Open Conf Dir": "باز کردن پوشه برنامه",
|
"Open Conf Dir": "باز کردن پوشه برنامه",
|
||||||
"Open Core Dir": "باز کردن پوشه هسته",
|
"Open Core Dir": "باز کردن پوشه هسته",
|
||||||
|
@ -332,7 +332,7 @@
|
|||||||
"clash_mode_direct": "直连模式",
|
"clash_mode_direct": "直连模式",
|
||||||
"toggle_system_proxy": "打开/关闭系统代理",
|
"toggle_system_proxy": "打开/关闭系统代理",
|
||||||
"toggle_tun_mode": "打开/关闭 Tun 模式",
|
"toggle_tun_mode": "打开/关闭 Tun 模式",
|
||||||
"Backup Setting": "Webdav备份设置",
|
"Backup Setting": "备份设置",
|
||||||
"Runtime Config": "当前配置",
|
"Runtime Config": "当前配置",
|
||||||
"Open Conf Dir": "配置目录",
|
"Open Conf Dir": "配置目录",
|
||||||
"Open Core Dir": "内核目录",
|
"Open Core Dir": "内核目录",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user