This commit is contained in:
pompurin404 2024-09-11 11:38:43 +08:00
parent e5265d25ed
commit b9f451ada3
No known key found for this signature in database
2 changed files with 385 additions and 340 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "mihomo-party", "name": "mihomo-party",
"version": "1.2.13", "version": "1.2.14",
"description": "Mihomo Party", "description": "Mihomo Party",
"main": "./out/main/index.js", "main": "./out/main/index.js",
"author": "mihomo-party", "author": "mihomo-party",
@ -29,7 +29,7 @@
"axios": "^1.7.7", "axios": "^1.7.7",
"chokidar": "^3.6.0", "chokidar": "^3.6.0",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"express": "^4.19.2", "express": "^4.20.0",
"webdav": "^5.7.1", "webdav": "^5.7.1",
"ws": "^8.18.0", "ws": "^8.18.0",
"yaml": "^2.5.1" "yaml": "^2.5.1"
@ -59,8 +59,8 @@
"electron-window-state": "^5.0.3", "electron-window-state": "^5.0.3",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"eslint-plugin-react": "^7.35.2", "eslint-plugin-react": "^7.35.2",
"framer-motion": "^11.5.2", "framer-motion": "^11.5.4",
"meta-json-schema": "^1.18.7", "meta-json-schema": "^1.18.8",
"monaco-yaml": "^5.2.2", "monaco-yaml": "^5.2.2",
"nanoid": "^5.0.7", "nanoid": "^5.0.7",
"next-themes": "^0.3.0", "next-themes": "^0.3.0",
@ -74,14 +74,14 @@
"react-icons": "^5.3.0", "react-icons": "^5.3.0",
"react-markdown": "^9.0.1", "react-markdown": "^9.0.1",
"react-monaco-editor": "^0.56.1", "react-monaco-editor": "^0.56.1",
"react-router-dom": "^6.26.1", "react-router-dom": "^6.26.2",
"react-virtuoso": "^4.10.2", "react-virtuoso": "^4.10.4",
"swr": "^2.2.5", "swr": "^2.2.5",
"tailwindcss": "^3.4.10", "tailwindcss": "^3.4.10",
"tar": "^7.4.3", "tar": "^7.4.3",
"tsx": "^4.19.0", "tsx": "^4.19.0",
"types-pac": "^1.0.2", "types-pac": "^1.0.3",
"typescript": "^5.5.4", "typescript": "^5.6.2",
"vite": "^5.4.3", "vite": "^5.4.3",
"vite-plugin-monaco-editor": "^1.1.0" "vite-plugin-monaco-editor": "^1.1.0"
} }

File diff suppressed because it is too large Load Diff