|
1 | 1 | { |
2 | 2 | "name": "hoyo_gacha", |
3 | 3 | "displayName": "HoYo.Gacha", |
4 | | - "version": "1.1.7", |
| 4 | + "version": "1.1.8", |
5 | 5 | "description": "An unofficial tool for managing and analyzing your miHoYo gacha records", |
6 | 6 | "author": "lgou2w <lgou2w@hotmail.com>", |
7 | 7 | "homepage": "https://github.com/lgou2w/HoYo.Gacha#readme", |
|
10 | 10 | "license": "MIT OR Apache-2.0", |
11 | 11 | "private": "true", |
12 | 12 | "type": "module", |
13 | | - "packageManager": "pnpm@10.18.2+sha512.9fb969fa749b3ade6035e0f109f0b8a60b5d08a1a87fdf72e337da90dcc93336e2280ca4e44f2358a649b83c17959e9993e777c2080879f3801e6f0d999ad3dd", |
| 13 | + "packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d", |
14 | 14 | "engines": { |
15 | 15 | "node": "^20.19.0 || >= 22", |
16 | 16 | "pnpm": "^10" |
|
41 | 41 | "@fluentui/react-components": "^9.72.2", |
42 | 42 | "@fluentui/react-icons": "^2.0.312", |
43 | 43 | "@fluentui/react-motion-components-preview": "^0.11.1", |
44 | | - "@tanstack/react-query": "^5.90.2", |
| 44 | + "@tanstack/react-query": "^5.90.5", |
45 | 45 | "@tanstack/react-query-devtools": "^5.90.2", |
46 | | - "@tanstack/react-router": "^1.132.47", |
| 46 | + "@tanstack/react-router": "^1.133.15", |
47 | 47 | "@tauri-apps/api": "^2.8.0", |
48 | 48 | "@tauri-apps/plugin-clipboard-manager": "^2.3.0", |
49 | 49 | "@tauri-apps/plugin-process": "^2.3.0", |
|
56 | 56 | "react": "^18.3.1", |
57 | 57 | "react-dom": "^18.3.1", |
58 | 58 | "react-hook-form": "^7.65.0", |
59 | | - "react-i18next": "^16.0.0", |
| 59 | + "react-i18next": "^16.1.0", |
60 | 60 | "react-virtuoso": "^4.14.1", |
61 | 61 | "use-immer": "^0.11.0" |
62 | 62 | }, |
|
65 | 65 | "@babel/preset-typescript": "^7.27.1", |
66 | 66 | "@griffel/tag-processor": "^1.0.13", |
67 | 67 | "@griffel/vite-plugin": "^0.1.13", |
68 | | - "@tanstack/eslint-plugin-query": "^5.91.0", |
| 68 | + "@tanstack/eslint-plugin-query": "^5.91.2", |
69 | 69 | "@tauri-apps/cli": "^2.8.4", |
70 | 70 | "@testing-library/jest-dom": "^6.9.1", |
71 | 71 | "@testing-library/react": "^16.3.0", |
72 | 72 | "@testing-library/user-event": "^14.6.1", |
73 | 73 | "@types/jest": "^30.0.0", |
74 | | - "@types/node": "^20.19.21", |
| 74 | + "@types/node": "^20.19.22", |
75 | 75 | "@types/react": "^18.3.26", |
76 | 76 | "@types/react-dom": "^18.3.7", |
77 | | - "@typescript-eslint/eslint-plugin": "^8.46.0", |
78 | | - "@typescript-eslint/parser": "^8.46.0", |
| 77 | + "@typescript-eslint/eslint-plugin": "^8.46.1", |
| 78 | + "@typescript-eslint/parser": "^8.46.1", |
79 | 79 | "@vitejs/plugin-react-swc": "^4.1.0", |
80 | 80 | "concurrently": "^9.2.1", |
81 | 81 | "cross-env": "^10.1.0", |
|
90 | 90 | "eslint-plugin-promise": "^7.2.1", |
91 | 91 | "eslint-plugin-react": "^7.37.5", |
92 | 92 | "eslint-plugin-react-hooks": "^7.0.0", |
93 | | - "eslint-plugin-react-refresh": "^0.4.23", |
94 | | - "eslint-plugin-testing-library": "^7.13.1", |
| 93 | + "eslint-plugin-react-refresh": "^0.4.24", |
| 94 | + "eslint-plugin-testing-library": "^7.13.3", |
95 | 95 | "husky": "^9.1.7", |
96 | 96 | "jest": "^30.2.0", |
97 | 97 | "jest-environment-jsdom": "^30.2.0", |
98 | 98 | "rimraf": "^6.0.1", |
99 | 99 | "ts-jest": "^29.4.5", |
100 | 100 | "typescript": "^5.9.3", |
101 | | - "vite": "^7.1.9" |
| 101 | + "vite": "^7.1.11" |
102 | 102 | }, |
103 | 103 | "pnpm": { |
104 | 104 | "onlyBuiltDependencies": [ |
|
0 commit comments