Skip to content

Commit 4b7900e

Browse files
committed
chore: merge dependabot dependency updates
1 parent 1c3cd3d commit 4b7900e

13 files changed

Lines changed: 690 additions & 986 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v6.0.2
2323

2424
- name: Setup pnpm
25-
uses: pnpm/action-setup@v6.0.5
25+
uses: pnpm/action-setup@v6.0.8
2626
with:
2727
version: 10.33.2
2828

@@ -62,6 +62,7 @@ jobs:
6262
- name: Setup Rust
6363
uses: dtolnay/rust-toolchain@stable
6464
with:
65+
toolchain: 1.95.0
6566
components: rustfmt
6667

6768
- name: Rust format check
@@ -82,9 +83,11 @@ jobs:
8283

8384
- name: Setup Rust
8485
uses: dtolnay/rust-toolchain@stable
86+
with:
87+
toolchain: 1.95.0
8588

8689
- name: Cache Cargo registry
87-
uses: actions/cache@v4
90+
uses: actions/cache@v5
8891
with:
8992
path: |
9093
~/.cargo/registry/index
@@ -95,7 +98,7 @@ jobs:
9598
${{ runner.os }}-cargo-
9699
97100
- name: Cache sidecar downloads
98-
uses: actions/cache@v4
101+
uses: actions/cache@v5
99102
with:
100103
path: src-tauri/binaries/.cache
101104
key: ${{ runner.os }}-uv-sidecars-${{ hashFiles('scripts/prepare-sidecars.mjs') }}

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,28 @@
2626
"@tauri-apps/plugin-dialog": "^2.7.1",
2727
"@tauri-apps/plugin-process": "^2.3.1",
2828
"@tauri-apps/plugin-updater": "^2.10.1",
29-
"i18next": "^26.0.8",
30-
"lucide-react": "^1.14.0",
31-
"react": "^19.2.5",
32-
"react-dom": "^19.2.5",
29+
"i18next": "^26.2.0",
30+
"lucide-react": "^1.16.0",
31+
"react": "^19.2.6",
32+
"react-dom": "^19.2.6",
3333
"react-i18next": "^17.0.6",
34-
"zustand": "^5.0.12"
34+
"zustand": "^5.0.13"
3535
},
3636
"devDependencies": {
37-
"@tailwindcss/vite": "^4.2.4",
38-
"@tauri-apps/cli": "2.11.0",
37+
"@tailwindcss/vite": "^4.3.0",
38+
"@tauri-apps/cli": "2.11.2",
3939
"@testing-library/jest-dom": "^6.9.1",
4040
"@testing-library/react": "^16.3.2",
4141
"@testing-library/user-event": "^14.6.1",
4242
"@types/react": "^19.2.14",
4343
"@types/react-dom": "^19.2.3",
44-
"@vitejs/plugin-react": "^6.0.1",
44+
"@vitejs/plugin-react": "^6.0.2",
4545
"jsdom": "^29.1.1",
4646
"prettier": "^3.8.3",
47-
"tailwindcss": "^4.2.4",
47+
"tailwindcss": "^4.3.0",
4848
"typescript": "^6.0.3",
49-
"vite": "^8.0.10",
50-
"vitest": "^4.1.5"
49+
"vite": "^8.0.13",
50+
"vitest": "^4.1.6"
5151
},
5252
"packageManager": "pnpm@10.33.2"
5353
}

0 commit comments

Comments
 (0)