Skip to content

Commit 429cb3a

Browse files
authored
Merge pull request #117 from lgou2w/develop
v1.1.5
2 parents 0ace0ca + 08795ae commit 429cb3a

File tree

19 files changed

+1052
-688
lines changed

19 files changed

+1052
-688
lines changed

Cargo.lock

Lines changed: 198 additions & 137 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ An unofficial tool for managing and analyzing your miHoYo gacha records.
2121
- [x] 🔄 支持导入或导出的数据交换文件格式。 Support data exchange file formats for import or export.
2222
- [x] [`UIGF`](https://uigf.org/zh/standards/uigf.html) 统一可交换抽卡记录标准:v2.0, v2.1, v2.2, v2.3, v2.4, v3.0, v4.0, v4.1
2323
- [x] [`SRGF`](https://uigf.org/zh/standards/srgf.html) 星穹铁道抽卡记录标准:v1.0
24-
- [ ] `CSV` 逗号分隔文件格式。
24+
- [x] `CSV` 逗号分隔值。(仅导出)
2525
- [ ] `XLSX` Excel 表格文件格式。
2626
- [ ] [`zzz.rng.moe`](https://zzz.rng.moe) 绝区零工具箱。
2727

package.json

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hoyo_gacha",
33
"displayName": "HoYo.Gacha",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"description": "An unofficial tool for managing and analyzing your miHoYo gacha records",
66
"author": "lgou2w <lgou2w@hotmail.com>",
77
"homepage": "https://github.com/lgou2w/HoYo.Gacha#readme",
@@ -10,7 +10,7 @@
1010
"license": "MIT OR Apache-2.0",
1111
"private": "true",
1212
"type": "module",
13-
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
13+
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a",
1414
"engines": {
1515
"node": "^20.19.0 || >= 22",
1616
"pnpm": "^10"
@@ -39,11 +39,11 @@
3939
},
4040
"dependencies": {
4141
"@fluentui/react-components": "^9.70.0",
42-
"@fluentui/react-icons": "^2.0.309",
42+
"@fluentui/react-icons": "^2.0.310",
4343
"@fluentui/react-motion-components-preview": "^0.10.0",
44-
"@tanstack/react-query": "^5.87.1",
45-
"@tanstack/react-query-devtools": "^5.87.3",
46-
"@tanstack/react-router": "^1.131.36",
44+
"@tanstack/react-query": "^5.90.2",
45+
"@tanstack/react-query-devtools": "^5.90.2",
46+
"@tanstack/react-router": "^1.131.50",
4747
"@tauri-apps/api": "^2.8.0",
4848
"@tauri-apps/plugin-clipboard-manager": "^2.3.0",
4949
"@tauri-apps/plugin-process": "^2.3.0",
@@ -55,7 +55,7 @@
5555
"is-promise": "^4.0.0",
5656
"react": "^18.3.1",
5757
"react-dom": "^18.3.1",
58-
"react-hook-form": "^7.62.0",
58+
"react-hook-form": "^7.63.0",
5959
"react-i18next": "^15.7.3",
6060
"react-virtuoso": "^4.14.0",
6161
"use-immer": "^0.11.0"
@@ -65,19 +65,18 @@
6565
"@babel/preset-typescript": "^7.27.1",
6666
"@griffel/tag-processor": "^1.0.13",
6767
"@griffel/vite-plugin": "^0.1.13",
68-
"@tanstack/eslint-plugin-query": "^5.86.0",
68+
"@tanstack/eslint-plugin-query": "^5.90.1",
6969
"@tauri-apps/cli": "^2.8.4",
7070
"@testing-library/jest-dom": "^6.8.0",
7171
"@testing-library/react": "^16.3.0",
7272
"@testing-library/user-event": "^14.6.1",
7373
"@types/jest": "^30.0.0",
74-
"@types/node": "^20.19.13",
74+
"@types/node": "^20.19.17",
7575
"@types/react": "^18.3.24",
7676
"@types/react-dom": "^18.3.7",
77-
"@types/react-window": "^1.8.8",
78-
"@typescript-eslint/eslint-plugin": "^8.43.0",
79-
"@typescript-eslint/parser": "^8.43.0",
80-
"@vitejs/plugin-react-swc": "^4.0.1",
77+
"@typescript-eslint/eslint-plugin": "^8.44.1",
78+
"@typescript-eslint/parser": "^8.44.1",
79+
"@vitejs/plugin-react-swc": "^4.1.0",
8180
"concurrently": "^9.2.1",
8281
"cross-env": "^10.0.0",
8382
"eslint": "^8.57.1",
@@ -87,19 +86,19 @@
8786
"eslint-plugin-import": "^2.32.0",
8887
"eslint-plugin-jest": "^29.0.1",
8988
"eslint-plugin-jest-dom": "^5.5.0",
90-
"eslint-plugin-n": "^17.21.3",
89+
"eslint-plugin-n": "^17.23.1",
9190
"eslint-plugin-promise": "^7.2.1",
9291
"eslint-plugin-react": "^7.37.5",
9392
"eslint-plugin-react-hooks": "^5.2.0",
94-
"eslint-plugin-react-refresh": "^0.4.20",
95-
"eslint-plugin-testing-library": "^7.6.8",
93+
"eslint-plugin-react-refresh": "^0.4.21",
94+
"eslint-plugin-testing-library": "^7.9.1",
9695
"husky": "^9.1.7",
9796
"jest": "^30.1.3",
9897
"jest-environment-jsdom": "^30.1.2",
9998
"rimraf": "^6.0.1",
100-
"ts-jest": "^29.4.1",
99+
"ts-jest": "^29.4.4",
101100
"typescript": "^5.9.2",
102-
"vite": "^7.1.5"
101+
"vite": "^7.1.7"
103102
},
104103
"pnpm": {
105104
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)