-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: if you can't use imported server configuration, it is related to
default template issue.(Fixed) Chore: packages upgraded
- Loading branch information
1 parent
42efce8
commit 4acdf67
Showing
8 changed files
with
601 additions
and
575 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "v2rayx", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"description": "An all-platform (Macos Windows Linux) V2ray client build with electron.", | ||
"main": "./out/main/index.js", | ||
"author": "shaonhuang", | ||
|
@@ -31,31 +31,31 @@ | |
"@electron-toolkit/preload": "^3.0.0", | ||
"@electron-toolkit/utils": "^3.0.0", | ||
"@monaco-editor/react": "^4.6.0", | ||
"@mui/system": "^5.15.6", | ||
"@mui/x-data-grid": "^6.19.2", | ||
"@mui/x-date-pickers": "^6.19.2", | ||
"@sentry/electron": "^4.17.0", | ||
"@tanstack/react-query": "^5.18.0", | ||
"@mui/system": "^5.15.9", | ||
"@mui/x-data-grid": "^6.19.4", | ||
"@mui/x-date-pickers": "^6.19.4", | ||
"@sentry/electron": "^4.18.0", | ||
"@tanstack/react-query": "^5.22.2", | ||
"adm-zip": "^0.5.10", | ||
"animate.css": "^4.1.1", | ||
"buffer": "^6.0.3", | ||
"chalk": "^5.3.0", | ||
"chokidar": "^3.5.3", | ||
"chokidar": "^3.6.0", | ||
"compare-versions": "^6.1.0", | ||
"cron": "^3.1.6", | ||
"desktop-screenshot": "^0.1.1", | ||
"electron-progressbar": "^2.2.0", | ||
"electron-updater": "6.1.8", | ||
"electron-progressbar": "^2.2.1", | ||
"electron-updater": "6.1.9", | ||
"eventemitter3": "^5.0.1", | ||
"jsqr": "^1.4.0", | ||
"lodash": "^4.17.21", | ||
"lowdb": "^7.0.1", | ||
"material-react-table": "^2.10.0", | ||
"material-react-table": "^2.11.3", | ||
"monaco-editor": "^0.45.0", | ||
"net": "^1.0.2", | ||
"object-hash": "^3.0.0", | ||
"qrcode": "^1.5.3", | ||
"react-router-dom": "^6.21.3", | ||
"react-router-dom": "^6.22.1", | ||
"redux-logger": "^3.0.6", | ||
"rxjs": "^7.8.1", | ||
"tapable": "^2.2.1", | ||
|
@@ -64,11 +64,11 @@ | |
}, | ||
"devDependencies": { | ||
"@electron-toolkit/tsconfig": "^1.0.1", | ||
"@electron/notarize": "^2.2.1", | ||
"@electron/notarize": "^2.3.0", | ||
"@emotion/react": "^11.11.3", | ||
"@emotion/styled": "^11.11.0", | ||
"@mui/icons-material": "^5.15.6", | ||
"@mui/material": "^5.15.6", | ||
"@mui/icons-material": "^5.15.10", | ||
"@mui/material": "^5.15.10", | ||
"@reduxjs/toolkit": "^1.9.7", | ||
"@types/adm-zip": "^0.5.5", | ||
"@types/electron-progressbar": "^1.2.6", | ||
|
@@ -78,22 +78,22 @@ | |
"@types/node": "^18.17.14", | ||
"@types/object-hash": "^3.0.6", | ||
"@types/qrcode": "^1.5.5", | ||
"@types/react": "^18.2.48", | ||
"@types/react-dom": "^18.2.18", | ||
"@types/react": "^18.2.57", | ||
"@types/react-dom": "^18.2.19", | ||
"@types/react-router-dom": "^5.3.3", | ||
"@types/redux-logger": "^3.0.13", | ||
"@typescript-eslint/eslint-plugin": "^6.20.0", | ||
"@typescript-eslint/parser": "^6.20.0", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | ||
"@typescript-eslint/parser": "^6.21.0", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"@wdio/cli": "^8.29.3", | ||
"@wdio/local-runner": "^8.29.3", | ||
"@wdio/mocha-framework": "^8.29.3", | ||
"@wdio/spec-reporter": "^8.29.3", | ||
"@wdio/types": "^8.29.1", | ||
"@wdio/cli": "^8.32.2", | ||
"@wdio/local-runner": "^8.32.2", | ||
"@wdio/mocha-framework": "^8.32.2", | ||
"@wdio/spec-reporter": "^8.32.2", | ||
"@wdio/types": "^8.32.2", | ||
"autoprefixer": "^10.4.17", | ||
"cross-env": "^7.0.3", | ||
"electron": "^28.2.0", | ||
"electron-builder": "24.12.0", | ||
"electron": "^28.2.3", | ||
"electron-builder": "24.13.1", | ||
"electron-vite": "^2.0.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
|
@@ -103,18 +103,18 @@ | |
"express": "^4.18.2", | ||
"html-to-text": "^9.0.5", | ||
"js-base64": "^3.7.6", | ||
"postcss": "^8.4.33", | ||
"prettier": "^3.2.4", | ||
"postcss": "^8.4.35", | ||
"prettier": "^3.2.5", | ||
"prettier-plugin-tailwindcss": "^0.5.11", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-redux": "^8.1.3", | ||
"tailwindcss": "^3.4.1", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3", | ||
"vite": "^5.0.12", | ||
"wdio-electron-service": "^6.2.0", | ||
"webdriverio": "^8.29.3" | ||
"vite": "^5.1.3", | ||
"wdio-electron-service": "^6.3.1", | ||
"webdriverio": "^8.32.2" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.