Skip to content

Commit f938e23

Browse files
committed
fix: update Tauri and related dependencies to latest versions
1 parent 1881ff4 commit f938e23

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

excalidraw-app/package-lock.json

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

excalidraw-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
},
1818
"dependencies": {
1919
"@excalidraw/excalidraw": "^0.18.0",
20-
"@tauri-apps/api": "^2",
21-
"@tauri-apps/plugin-opener": "^2",
20+
"@tauri-apps/api": "^2.8.0",
21+
"@tauri-apps/plugin-opener": "^2.5.0",
2222
"@tauri-apps/plugin-sql": "^2.3.0",
2323
"react": "^19.1.0",
2424
"react-dom": "^19.1.0",
2525
"socket.io-client": "^4.8.1"
2626
},
2727
"devDependencies": {
2828
"@eslint/js": "^9.37.0",
29-
"@tauri-apps/cli": "^2",
29+
"@tauri-apps/cli": "^2.8.0",
3030
"@testing-library/dom": "^10.4.1",
3131
"@testing-library/jest-dom": "^6.9.1",
3232
"@testing-library/react": "^16.3.0",

excalidraw-app/src-tauri/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ name = "excalidraw_app_lib"
1515
crate-type = ["staticlib", "cdylib", "rlib"]
1616

1717
[build-dependencies]
18-
tauri-build = { version = "2.0.0", features = [] }
18+
tauri-build = { version = "2.4.1", features = [] }
1919

2020
[dependencies]
21-
tauri = { version = "2.0.0", features = [] }
22-
tauri-plugin-opener = "2.0.0"
21+
tauri = { version = "2.8.5", features = [] }
22+
tauri-plugin-opener = "2.5.0"
2323
serde = { version = "1", features = ["derive"] }
2424
serde_json = "1"
2525
uuid = { version = "1.10", features = ["v4"] }

0 commit comments

Comments
 (0)