Skip to content

Commit 0d7dc52

Browse files
committed
feat: dependency upgrades
1 parent 3f3e761 commit 0d7dc52

7 files changed

Lines changed: 1539 additions & 808 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"@mui/icons-material": "^7.0.1",
1919
"@mui/material": "^7.0.1",
2020
"@mui/x-data-grid": "^7.28.2",
21-
"@tauri-apps/api": "^2.4.0",
21+
"@tauri-apps/api": "^2.4.1",
2222
"@tauri-apps/plugin-dialog": "^2.2.0",
2323
"@tauri-apps/plugin-os": "^2.2.1",
2424
"react": "^19.1.0",
2525
"react-dom": "^19.1.0",
2626
"react-router-dom": "^7.4.1"
2727
},
2828
"devDependencies": {
29-
"@tauri-apps/cli": "^2.4.0",
29+
"@tauri-apps/cli": "^2.4.1",
3030
"@types/react": "^19.0.12",
3131
"@types/react-dom": "^19.0.4",
3232
"@vitejs/plugin-react": "^4.3.4",

src-tauri/Cargo.lock

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

src-tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ rust-version = "1.85.1"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[build-dependencies]
15-
tauri-build = { version = "2.1.0", features = [] }
15+
tauri-build = { version = "2.1.1", features = [] }
1616

1717
[dependencies]
1818
serde_json = "1.0"
1919
serde = { version = "1.0", features = ["derive"] }
20-
tauri = { version = "2.4.0", features = [] }
20+
tauri = { version = "2.4.1", features = [] }
2121
open = "5.3.2"
2222
chrono = "0.4.40"
2323
tauri-plugin-dialog = "2.2.0"

src-tauri/gen/schemas/acl-manifests.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)