|
1 | 1 | {
|
2 | 2 | "name": "easytier-manager-pro",
|
3 |
| - "version": "3.0.6", |
| 3 | + "version": "3.0.7", |
4 | 4 | "description": "EasyTier 管理器 Pro",
|
5 | 5 | "displayName": "EasyTier 管理器 Pro",
|
6 | 6 | "author": {
|
|
43 | 43 | "build:linux": "pnpm tauri build --target x86_64-unknown-linux-gnu"
|
44 | 44 | },
|
45 | 45 | "dependencies": {
|
46 |
| - "@tauri-apps/api": "^2.1.1", |
47 |
| - "@tauri-apps/plugin-fs": "~2.2.0", |
48 |
| - "@tauri-apps/plugin-http": "~2.2.0", |
49 |
| - "@tauri-apps/plugin-log": "~2.2.0", |
50 |
| - "@tauri-apps/plugin-notification": "~2.2.0", |
51 |
| - "@tauri-apps/plugin-os": "~2.2.0", |
52 |
| - "@tauri-apps/plugin-shell": "~2.2.0", |
53 |
| - "@tauri-apps/plugin-window-state": "~2.2.0", |
| 46 | + "@tauri-apps/api": "^2.5.0", |
| 47 | + "@tauri-apps/plugin-fs": "^2.2.1", |
| 48 | + "@tauri-apps/plugin-http": "^2.4.3", |
| 49 | + "@tauri-apps/plugin-log": "^2.4.0", |
| 50 | + "@tauri-apps/plugin-notification": "^2.2.2", |
| 51 | + "@tauri-apps/plugin-os": "^2.2.1", |
| 52 | + "@tauri-apps/plugin-shell": "^2.2.1", |
| 53 | + "@tauri-apps/plugin-window-state": "^2.2.2", |
54 | 54 | "@vueuse/core": "^11.3.0",
|
55 | 55 | "@zxcvbn-ts/core": "^3.0.4",
|
56 | 56 | "animate.css": "^4.1.1",
|
57 |
| - "axios": "^1.7.9", |
| 57 | + "axios": "^1.9.0", |
58 | 58 | "cropperjs": "^1.6.2",
|
59 | 59 | "dayjs": "^1.11.13",
|
60 |
| - "driver.js": "^1.3.1", |
| 60 | + "driver.js": "^1.3.5", |
61 | 61 | "echarts": "^5.6.0",
|
62 | 62 | "echarts-wordcloud": "^2.1.0",
|
63 | 63 | "element-plus": "2.9.1",
|
|
66 | 66 | "mitt": "^3.0.1",
|
67 | 67 | "monaco-editor": "^0.52.2",
|
68 | 68 | "nprogress": "^0.2.0",
|
69 |
| - "pinia": "^2.3.0", |
| 69 | + "pinia": "^2.3.1", |
70 | 70 | "pinia-plugin-persistedstate": "^4.2.0",
|
71 | 71 | "qrcode": "^1.5.4",
|
72 |
| - "qs": "^6.13.1", |
73 |
| - "smol-toml": "^1.3.1", |
| 72 | + "qs": "^6.14.0", |
| 73 | + "smol-toml": "^1.3.4", |
74 | 74 | "url": "^0.11.4",
|
75 | 75 | "vue": "3.5.13",
|
76 | 76 | "vue-i18n": "10.0.5",
|
77 | 77 | "vue-json-pretty": "^2.4.0",
|
78 |
| - "vue-router": "^4.5.0", |
| 78 | + "vue-router": "^4.5.1", |
79 | 79 | "vue-types": "^5.1.3",
|
80 |
| - "xgplayer": "^3.0.20" |
| 80 | + "xgplayer": "^3.0.21" |
81 | 81 | },
|
82 | 82 | "devDependencies": {
|
83 |
| - "@commitlint/cli": "^19.6.1", |
84 |
| - "@commitlint/config-conventional": "^19.6.0", |
85 |
| - "@iconify/json": "^2.2.289", |
86 |
| - "@iconify/vue": "^4.2.0", |
| 83 | + "@commitlint/cli": "^19.8.0", |
| 84 | + "@commitlint/config-conventional": "^19.8.0", |
| 85 | + "@iconify/json": "^2.2.334", |
| 86 | + "@iconify/vue": "^4.3.0", |
87 | 87 | "@intlify/unplugin-vue-i18n": "^5.3.1",
|
88 |
| - "@tauri-apps/cli": "2.1.0", |
| 88 | + "@tauri-apps/cli": "^2.5.0", |
89 | 89 | "@types/fs-extra": "^11.0.4",
|
90 | 90 | "@types/inquirer": "^9.0.7",
|
91 | 91 | "@types/lodash-es": "^4.17.12",
|
92 |
| - "@types/node": "^22.10.2", |
| 92 | + "@types/node": "^22.15.3", |
93 | 93 | "@types/nprogress": "^0.2.3",
|
94 | 94 | "@types/qrcode": "^1.5.5",
|
95 |
| - "@types/qs": "^6.9.17", |
| 95 | + "@types/qs": "^6.9.18", |
96 | 96 | "@types/sortablejs": "^1.15.8",
|
97 | 97 | "@typescript-eslint/eslint-plugin": "^7.18.0",
|
98 | 98 | "@typescript-eslint/parser": "^7.18.0",
|
99 | 99 | "@unocss/transformer-variant-group": "^0.64.1",
|
100 | 100 | "@vitejs/plugin-legacy": "^5.4.3",
|
101 |
| - "@vitejs/plugin-vue": "^5.2.1", |
102 |
| - "@vitejs/plugin-vue-jsx": "^4.1.1", |
103 |
| - "autoprefixer": "^10.4.20", |
| 101 | + "@vitejs/plugin-vue": "^5.2.3", |
| 102 | + "@vitejs/plugin-vue-jsx": "^4.1.2", |
| 103 | + "autoprefixer": "^10.4.21", |
104 | 104 | "chalk": "^5.4.1",
|
105 |
| - "consola": "^3.3.3", |
106 |
| - "eslint": "^9.17.0", |
| 105 | + "consola": "^3.4.2", |
| 106 | + "eslint": "^9.25.1", |
107 | 107 | "eslint-config-prettier": "^9.1.0",
|
108 | 108 | "eslint-define-config": "^2.1.0",
|
109 |
| - "eslint-plugin-prettier": "^5.2.1", |
110 |
| - "eslint-plugin-vue": "^9.32.0", |
| 109 | + "eslint-plugin-prettier": "^5.2.6", |
| 110 | + "eslint-plugin-vue": "^9.33.0", |
111 | 111 | "esno": "^4.8.0",
|
112 |
| - "fs-extra": "^11.2.0", |
| 112 | + "fs-extra": "^11.3.0", |
113 | 113 | "husky": "^9.1.7",
|
114 |
| - "inquirer": "^12.3.0", |
115 |
| - "less": "^4.2.1", |
116 |
| - "lint-staged": "^15.3.0", |
117 |
| - "postcss": "^8.4.49", |
118 |
| - "postcss-html": "^1.7.0", |
| 114 | + "inquirer": "^12.6.0", |
| 115 | + "less": "^4.3.0", |
| 116 | + "lint-staged": "^15.5.1", |
| 117 | + "postcss": "^8.5.3", |
| 118 | + "postcss-html": "^1.8.0", |
119 | 119 | "postcss-less": "^6.0.0",
|
120 |
| - "prettier": "^3.4.2", |
| 120 | + "prettier": "^3.5.3", |
121 | 121 | "rimraf": "^6.0.1",
|
122 |
| - "rollup": "^4.29.1", |
123 |
| - "rollup-plugin-visualizer": "^5.13.1", |
124 |
| - "stylelint": "^16.12.0", |
| 122 | + "rollup": "^4.40.1", |
| 123 | + "rollup-plugin-visualizer": "^5.14.0", |
| 124 | + "stylelint": "^16.19.1", |
125 | 125 | "stylelint-config-html": "^1.1.0",
|
126 | 126 | "stylelint-config-recommended": "^14.0.1",
|
127 | 127 | "stylelint-config-standard": "^36.0.1",
|
128 | 128 | "stylelint-order": "^6.0.4",
|
129 |
| - "terser": "^5.37.0", |
| 129 | + "terser": "^5.39.0", |
130 | 130 | "typescript": "5.5.4",
|
131 | 131 | "typescript-eslint": "^7.18.0",
|
132 | 132 | "unocss": "^0.64.1",
|
|
138 | 138 | "vite-plugin-style-import": "2.0.0",
|
139 | 139 | "vite-plugin-svg-icons": "^2.0.1",
|
140 | 140 | "vite-plugin-url-copy": "^1.1.4",
|
141 |
| - "vite-plugin-vue-devtools": "^7.6.8", |
142 |
| - "vue-tsc": "^2.2.0" |
| 141 | + "vite-plugin-vue-devtools": "^7.7.6", |
| 142 | + "vue-tsc": "^2.2.10" |
143 | 143 | },
|
144 | 144 | "engines": {
|
145 | 145 | "node": ">=18.0.0",
|
|
0 commit comments