Skip to content

Commit 2ba7b34

Browse files
fix(deps): update tauri monorepo
1 parent 4dd7f5d commit 2ba7b34

File tree

5 files changed

+78
-47
lines changed

5 files changed

+78
-47
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ serde = { version = "1", features = ["derive"] }
1313
log = "0.4"
1414
tauri = { version = "2.0.0-rc.2", default-features = false }
1515
tauri-build = "2.0.0-rc.2"
16-
tauri-plugin = "2.0.0-rc.2"
17-
tauri-utils = "2.0.0-rc.2"
16+
tauri-plugin = "2.0.0-rc.3"
17+
tauri-utils = "2.0.0-rc.3"
1818
serde_json = "1"
1919
thiserror = "1"
2020
url = "2"

examples/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"serve": "vite preview"
1010
},
1111
"dependencies": {
12-
"@tauri-apps/api": "2.0.0-rc.0",
12+
"@tauri-apps/api": "2.0.0-rc.1",
1313
"@tauri-apps/plugin-barcode-scanner": "2.0.0-rc.0",
1414
"@tauri-apps/plugin-biometric": "2.0.0-rc.0",
1515
"@tauri-apps/plugin-cli": "2.0.0-rc.0",

plugins/deep-link/examples/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tauri": "tauri"
1111
},
1212
"dependencies": {
13-
"@tauri-apps/api": "2.0.0-rc.0",
13+
"@tauri-apps/api": "2.0.0-rc.1",
1414
"@tauri-apps/plugin-deep-link": "2.0.0-rc.0"
1515
},
1616
"devDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)