mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-14 22:10:32 +08:00
fix: adjust axios dependency to devDependency
This commit is contained in:
parent
d6d15652ca
commit
fa4557337b
@ -56,7 +56,6 @@
|
|||||||
"@tauri-apps/plugin-shell": "2.3.5",
|
"@tauri-apps/plugin-shell": "2.3.5",
|
||||||
"@tauri-apps/plugin-updater": "2.10.0",
|
"@tauri-apps/plugin-updater": "2.10.0",
|
||||||
"ahooks": "^3.9.6",
|
"ahooks": "^3.9.6",
|
||||||
"axios": "^1.13.6",
|
|
||||||
"cidr-block": "^2.3.0",
|
"cidr-block": "^2.3.0",
|
||||||
"dayjs": "1.11.20",
|
"dayjs": "1.11.20",
|
||||||
"foxact": "^0.3.0",
|
"foxact": "^0.3.0",
|
||||||
@ -93,6 +92,7 @@
|
|||||||
"@types/validator": "^13.15.10",
|
"@types/validator": "^13.15.10",
|
||||||
"@vitejs/plugin-legacy": "^8.0.0",
|
"@vitejs/plugin-legacy": "^8.0.0",
|
||||||
"@vitejs/plugin-react": "^6.0.1",
|
"@vitejs/plugin-react": "^6.0.1",
|
||||||
|
"axios": "^1.13.6",
|
||||||
"adm-zip": "^0.5.16",
|
"adm-zip": "^0.5.16",
|
||||||
"cli-color": "^2.0.4",
|
"cli-color": "^2.0.4",
|
||||||
"commander": "^14.0.3",
|
"commander": "^14.0.3",
|
||||||
|
|||||||
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
@ -74,9 +74,6 @@ importers:
|
|||||||
ahooks:
|
ahooks:
|
||||||
specifier: ^3.9.6
|
specifier: ^3.9.6
|
||||||
version: 3.9.7(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
version: 3.9.7(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
||||||
axios:
|
|
||||||
specifier: ^1.13.6
|
|
||||||
version: 1.14.0
|
|
||||||
cidr-block:
|
cidr-block:
|
||||||
specifier: ^2.3.0
|
specifier: ^2.3.0
|
||||||
version: 2.3.0
|
version: 2.3.0
|
||||||
@ -183,6 +180,9 @@ importers:
|
|||||||
adm-zip:
|
adm-zip:
|
||||||
specifier: ^0.5.16
|
specifier: ^0.5.16
|
||||||
version: 0.5.16
|
version: 0.5.16
|
||||||
|
axios:
|
||||||
|
specifier: ^1.13.6
|
||||||
|
version: 1.14.0
|
||||||
cli-color:
|
cli-color:
|
||||||
specifier: ^2.0.4
|
specifier: ^2.0.4
|
||||||
version: 2.0.4
|
version: 2.0.4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user