|
1 | 1 | { |
2 | 2 | "name": "teyvatguide", |
3 | | - "version": "0.8.2", |
| 3 | + "version": "0.8.3", |
4 | 4 | "description": "Game Tool for GenshinImpact player", |
5 | 5 | "private": true, |
6 | | - "packageManager": "pnpm@10.16.1", |
| 6 | + "packageManager": "pnpm@10.19.0", |
7 | 7 | "type": "module", |
8 | 8 | "scripts": { |
9 | 9 | "build": "tauri build", |
|
71 | 71 | }, |
72 | 72 | "dependencies": { |
73 | 73 | "@mdi/font": "7.4.47", |
74 | | - "@tauri-apps/api": "^2.8.0", |
| 74 | + "@tauri-apps/api": "^2.9.0", |
75 | 75 | "@tauri-apps/plugin-deep-link": "^2.4.3", |
76 | 76 | "@tauri-apps/plugin-dialog": "^2.4.0", |
77 | 77 | "@tauri-apps/plugin-fs": "^2.4.2", |
|
84 | 84 | "@tauri-apps/plugin-sql": "^2.3.0", |
85 | 85 | "ajv": "^8.17.1", |
86 | 86 | "artplayer": "^5.3.0", |
87 | | - "clipboard": "^2.0.11", |
88 | 87 | "color-convert": "^3.1.2", |
89 | 88 | "echarts": "^6.0.0", |
90 | 89 | "html2canvas": "^1.4.1", |
|
93 | 92 | "pinia": "^3.0.3", |
94 | 93 | "pinia-plugin-persistedstate": "^4.5.0", |
95 | 94 | "qrcode.vue": "^3.6.0", |
96 | | - "sass-embedded": "^1.92.1", |
97 | | - "swiper": "^12.0.1", |
| 95 | + "sass-embedded": "^1.93.2", |
| 96 | + "swiper": "^12.0.3", |
98 | 97 | "uuid": "^13.0.0", |
99 | | - "vue": "^3.5.21", |
100 | | - "vue-echarts": "^7.0.3", |
| 98 | + "vue": "^3.5.22", |
| 99 | + "vue-echarts": "^8.0.1", |
101 | 100 | "vue-json-pretty": "^2.5.0", |
102 | | - "vue-router": "^4.5.1", |
103 | | - "vuetify": "^3.10.0", |
| 101 | + "vue-router": "^4.6.3", |
| 102 | + "vuetify": "^3.10.6", |
104 | 103 | "wcag-color": "^1.1.1", |
105 | 104 | "xml-js": "^1.6.11" |
106 | 105 | }, |
107 | 106 | "devDependencies": { |
108 | 107 | "@btmuli/stylelint-plugin-color": "^0.1.0", |
109 | 108 | "@eslint/eslintrc": "^3.3.1", |
110 | | - "@eslint/js": "^9.35.0", |
111 | | - "@tauri-apps/cli": "2.8.4", |
| 109 | + "@eslint/js": "^9.38.0", |
| 110 | + "@tauri-apps/cli": "2.9.0", |
112 | 111 | "@types/color-convert": "^2.0.4", |
113 | 112 | "@types/fs-extra": "^11.0.4", |
114 | 113 | "@types/js-md5": "^0.8.0", |
115 | | - "@types/node": "^24.4.0", |
116 | | - "@types/uuid": "^10.0.0", |
117 | | - "@typescript-eslint/parser": "^8.43.0", |
118 | | - "@typescript/native-preview": "7.0.0-dev.20250914.1", |
| 114 | + "@types/node": "^24.9.1", |
| 115 | + "@typescript-eslint/parser": "^8.46.2", |
| 116 | + "@typescript/native-preview": "7.0.0-dev.20251021.1", |
119 | 117 | "@vitejs/plugin-vue": "^6.0.1", |
120 | 118 | "app-root-path": "^3.1.0", |
121 | 119 | "concurrently": "^9.2.1", |
122 | | - "eslint": "^9.35.0", |
| 120 | + "eslint": "^9.38.0", |
123 | 121 | "eslint-plugin-import": "^2.32.0", |
124 | | - "eslint-plugin-jsonc": "^2.20.1", |
| 122 | + "eslint-plugin-jsonc": "^2.21.0", |
125 | 123 | "eslint-plugin-prettier": "^5.5.4", |
126 | | - "eslint-plugin-vue": "^10.4.0", |
127 | | - "eslint-plugin-yml": "^1.18.0", |
128 | | - "fs-extra": "^11.3.1", |
| 124 | + "eslint-plugin-vue": "^10.5.1", |
| 125 | + "eslint-plugin-yml": "^1.19.0", |
| 126 | + "fs-extra": "^11.3.2", |
129 | 127 | "globals": "^16.4.0", |
130 | 128 | "husky": "^9.1.7", |
131 | | - "jsonc-eslint-parser": "^2.4.0", |
132 | | - "lint-staged": "^16.1.6", |
133 | | - "oxlint": "^1.15.0", |
| 129 | + "jsonc-eslint-parser": "^2.4.1", |
| 130 | + "lint-staged": "^16.2.5", |
| 131 | + "oxlint": "^1.23.0", |
134 | 132 | "prettier": "3.6.2", |
135 | | - "stylelint": "^16.24.0", |
| 133 | + "stylelint": "^16.25.0", |
136 | 134 | "stylelint-config-idiomatic-order": "^10.0.0", |
137 | 135 | "stylelint-config-standard-scss": "^16.0.0", |
138 | 136 | "stylelint-config-standard-vue": "^1.0.0", |
|
141 | 139 | "stylelint-order": "^7.0.0", |
142 | 140 | "stylelint-prettier": "^5.0.3", |
143 | 141 | "stylelint-scss": "^6.12.1", |
144 | | - "tsx": "^4.20.5", |
145 | | - "typescript": "^5.9.2", |
146 | | - "typescript-eslint": "^8.43.0", |
147 | | - "vite": "^7.1.5", |
148 | | - "vite-plugin-vue-devtools": "^8.0.2", |
| 142 | + "tsx": "^4.20.6", |
| 143 | + "typescript": "^5.9.3", |
| 144 | + "typescript-eslint": "^8.46.2", |
| 145 | + "vite": "npm:rolldown-vite@^7.1.19", |
| 146 | + "vite-plugin-vue-devtools": "^8.0.3", |
149 | 147 | "vite-plugin-vuetify": "^2.1.2", |
150 | 148 | "vue-eslint-parser": "^10.2.0", |
151 | | - "vue-tsc": "^3.0.7", |
| 149 | + "vue-tsc": "^3.1.1", |
152 | 150 | "yaml-eslint-parser": "^1.3.0" |
153 | 151 | } |
154 | 152 | } |
0 commit comments