Skip to content
Snippets Groups Projects
Unverified Commit ba29c66e authored by GyDi's avatar GyDi Committed by GitHub
Browse files

chore: update deps

parent b3a72d55
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
"license": "GPL-3.0", "license": "GPL-3.0",
"scripts": { "scripts": {
"dev": "tauri dev", "dev": "tauri dev",
"dev:diff": "tauri dev -f verge-dev -c src-tauri/tauri.diff.json",
"dev:meta": "tauri dev -f meta-dev -c src-tauri/tauri.meta.json",
"build": "tauri build", "build": "tauri build",
"tauri": "tauri", "tauri": "tauri",
"web:dev": "vite", "web:dev": "vite",
...@@ -16,11 +18,11 @@ ...@@ -16,11 +18,11 @@
"prepare": "husky install" "prepare": "husky install"
}, },
"dependencies": { "dependencies": {
"@emotion/react": "^11.8.2", "@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1", "@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.2", "@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.4", "@mui/material": "^5.7.0",
"@tauri-apps/api": "^1.0.0-rc.4", "@tauri-apps/api": "^1.0.0-rc.5",
"ahooks": "^3.2.0", "ahooks": "^3.2.0",
"axios": "^0.26.0", "axios": "^0.26.0",
"dayjs": "^1.11.0", "dayjs": "^1.11.0",
...@@ -30,31 +32,31 @@ ...@@ -30,31 +32,31 @@
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-i18next": "^11.15.6", "react-i18next": "^11.15.6",
"react-router-dom": "^6.2.2", "react-router-dom": "^6.2.2",
"react-virtuoso": "~2.7.2", "react-virtuoso": "~2.11.0",
"recoil": "^0.6.1", "recoil": "^0.6.1",
"snarkdown": "^2.0.0", "snarkdown": "^2.0.0",
"swr": "^1.2.2" "swr": "^1.3.0"
}, },
"devDependencies": { "devDependencies": {
"@actions/github": "^5.0.0", "@actions/github": "^5.0.0",
"@tauri-apps/cli": "^1.0.0-rc.9", "@tauri-apps/cli": "^1.0.0-rc.10",
"@types/fs-extra": "^9.0.13", "@types/fs-extra": "^9.0.13",
"@types/js-cookie": "^3.0.1", "@types/js-cookie": "^3.0.1",
"@types/lodash": "^4.14.180", "@types/lodash": "^4.14.180",
"@types/react": "^17.0.0", "@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0", "@types/react-dom": "^17.0.0",
"@vitejs/plugin-react": "^1.2.0", "@vitejs/plugin-react": "^1.3.2",
"adm-zip": "^0.5.9", "adm-zip": "^0.5.9",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"https-proxy-agent": "^5.0.1", "https-proxy-agent": "^5.0.1",
"husky": "^7.0.0", "husky": "^7.0.0",
"node-fetch": "^3.2.0", "node-fetch": "^3.2.0",
"pretty-quick": "^3.1.3", "pretty-quick": "^3.1.3",
"sass": "^1.49.7", "sass": "^1.51.0",
"typescript": "^4.5.5", "typescript": "^4.6.4",
"vite": "^2.8.6", "vite": "^2.9.9",
"vite-plugin-monaco-editor": "^1.0.10", "vite-plugin-monaco-editor": "^1.0.10",
"vite-plugin-svgr": "^1.1.0" "vite-plugin-svgr": "^2.1.0"
}, },
"prettier": { "prettier": {
"tabWidth": 2, "tabWidth": 2,
......
This diff is collapsed.
...@@ -10,38 +10,37 @@ edition = "2021" ...@@ -10,38 +10,37 @@ edition = "2021"
build = "build.rs" build = "build.rs"
[build-dependencies] [build-dependencies]
tauri-build = { version = "1.0.0-rc.7", features = [] } tauri-build = { version = "1.0.0-rc.8", features = [] }
[dependencies] [dependencies]
warp = "0.3"
which = "4.2.2"
anyhow = "1.0" anyhow = "1.0"
dirs = "4.0.0" dirs = "4.0.0"
open = "2.1.1" open = "2.1.1"
log = "0.4.14"
dunce = "1.0.2" dunce = "1.0.2"
log4rs = "1.0.0"
nanoid = "0.4.0" nanoid = "0.4.0"
chrono = "0.4.19" chrono = "0.4.19"
serde_json = "1.0" serde_json = "1.0"
serde_yaml = "0.8" serde_yaml = "0.8"
auto-launch = "0.2"
port_scanner = "0.1.5"
delay_timer = "0.11.1" delay_timer = "0.11.1"
parking_lot = "0.12.0" parking_lot = "0.12.0"
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.0.0-rc.8", features = ["process-all", "shell-all", "system-tray", "updater", "window-all"] }
window-shadows = { git = "https://github.com/tauri-apps/window-shadows" }
window-vibrancy = { git = "https://github.com/tauri-apps/window-vibrancy" }
reqwest = { version = "0.11", features = ["json"] } reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["full"] } tauri = { version = "1.0.0-rc.10", features = ["process-all", "shell-all", "system-tray", "updater", "window-all"] }
log = "0.4.14" window-shadows = { version = "0.1" }
log4rs = "1.0.0" window-vibrancy = { version = "0.1" }
warp = "0.3"
which = "4.2.2"
auto-launch = "0.2"
port_scanner = "0.1.5"
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
runas = "0.2.1" runas = "0.2.1"
deelevate = "0.2.0" deelevate = "0.2.0"
windows-sys = "0.36"
winreg = { version = "0.10", features = ["transactions"] } winreg = { version = "0.10", features = ["transactions"] }
windows-sys = { version = "0.36", features = ["Win32_System_LibraryLoader", "Win32_System_SystemInformation"] }
[features] [features]
default = ["custom-protocol", "tauri/ayatana-tray"] default = ["custom-protocol", "tauri/ayatana-tray"]
......
{
"tauri": {
"bundle": {
"identifier": "top.gydi.clashverge.dev",
"externalBin": ["sidecar/clash", "sidecar/clash-meta"]
}
}
}
\ No newline at end of file
File moved
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment