Skip to content

Commit 4df89a4

Browse files
authored
Merge pull request #124 from lgou2w/develop
v1.1.8
2 parents 865cdb5 + 98d56a3 commit 4df89a4

File tree

13 files changed

+571
-594
lines changed

13 files changed

+571
-594
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ codegen-units = 1
1010
lto = true
1111
opt-level = "s"
1212
strip = true
13+
14+
[patch.crates-io]
15+
# appender: Prune old files at startup (https://github.com/tokio-rs/tracing/issues/2937)
16+
tracing = { git = "https://github.com/tokio-rs/tracing.git", rev = "20f5b3d8ba057ca9c4ae00ad30dda3dce8a71c05" }
17+
tracing-appender = { git = "https://github.com/tokio-rs/tracing.git", rev = "20f5b3d8ba057ca9c4ae00ad30dda3dce8a71c05" }
18+
tracing-subscriber = { git = "https://github.com/tokio-rs/tracing.git", rev = "20f5b3d8ba057ca9c4ae00ad30dda3dce8a71c05" }

package.json

Lines changed: 12 additions & 12 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.7",
4+
"version": "1.1.8",
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.18.2+sha512.9fb969fa749b3ade6035e0f109f0b8a60b5d08a1a87fdf72e337da90dcc93336e2280ca4e44f2358a649b83c17959e9993e777c2080879f3801e6f0d999ad3dd",
13+
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d",
1414
"engines": {
1515
"node": "^20.19.0 || >= 22",
1616
"pnpm": "^10"
@@ -41,9 +41,9 @@
4141
"@fluentui/react-components": "^9.72.2",
4242
"@fluentui/react-icons": "^2.0.312",
4343
"@fluentui/react-motion-components-preview": "^0.11.1",
44-
"@tanstack/react-query": "^5.90.2",
44+
"@tanstack/react-query": "^5.90.5",
4545
"@tanstack/react-query-devtools": "^5.90.2",
46-
"@tanstack/react-router": "^1.132.47",
46+
"@tanstack/react-router": "^1.133.15",
4747
"@tauri-apps/api": "^2.8.0",
4848
"@tauri-apps/plugin-clipboard-manager": "^2.3.0",
4949
"@tauri-apps/plugin-process": "^2.3.0",
@@ -56,7 +56,7 @@
5656
"react": "^18.3.1",
5757
"react-dom": "^18.3.1",
5858
"react-hook-form": "^7.65.0",
59-
"react-i18next": "^16.0.0",
59+
"react-i18next": "^16.1.0",
6060
"react-virtuoso": "^4.14.1",
6161
"use-immer": "^0.11.0"
6262
},
@@ -65,17 +65,17 @@
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.91.0",
68+
"@tanstack/eslint-plugin-query": "^5.91.2",
6969
"@tauri-apps/cli": "^2.8.4",
7070
"@testing-library/jest-dom": "^6.9.1",
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.21",
74+
"@types/node": "^20.19.22",
7575
"@types/react": "^18.3.26",
7676
"@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",
7979
"@vitejs/plugin-react-swc": "^4.1.0",
8080
"concurrently": "^9.2.1",
8181
"cross-env": "^10.1.0",
@@ -90,15 +90,15 @@
9090
"eslint-plugin-promise": "^7.2.1",
9191
"eslint-plugin-react": "^7.37.5",
9292
"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",
9595
"husky": "^9.1.7",
9696
"jest": "^30.2.0",
9797
"jest-environment-jsdom": "^30.2.0",
9898
"rimraf": "^6.0.1",
9999
"ts-jest": "^29.4.5",
100100
"typescript": "^5.9.3",
101-
"vite": "^7.1.9"
101+
"vite": "^7.1.11"
102102
},
103103
"pnpm": {
104104
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)