Skip to content

Commit f1eda09

Browse files
cuervoluFabianLars
andauthored
chore(deps): update tauri to v2 stable (#27)
Co-authored-by: Fabian-Lars <[email protected]> Co-authored-by: Fabian-Lars <[email protected]>
1 parent 9b5d78b commit f1eda09

File tree

9 files changed

+667
-731
lines changed

9 files changed

+667
-731
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ repository = "https://github.com/FabianLars/tauri-plugin-oauth"
1212
links = "tauri-plugin-oauth"
1313

1414
[dependencies]
15-
tauri = { version = "2.0.0-rc.10" }
15+
tauri = { version = "2" }
1616
httparse = "1"
1717
log = "0.4"
1818
serde = "1"
1919
url = "2"
2020
thiserror = "1.0"
2121

2222
[build-dependencies]
23-
tauri-plugin = { version = "2.0.0-rc.9", features = ["build"] }
23+
tauri-plugin = { version = "2", features = ["build"] }

examples/vanilla/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"tauri": "tauri"
1111
},
1212
"dependencies": {
13-
"@tauri-apps/api": ">=2.0.0-rc.0",
14-
"@tauri-apps/plugin-shell": ">=2.0.0-rc.0",
15-
"@fabianlars/tauri-plugin-oauth": "file:../../"
13+
"@fabianlars/tauri-plugin-oauth": "file:../../",
14+
"@tauri-apps/api": "^2.0.3",
15+
"@tauri-apps/plugin-shell": "^2.0.1"
1616
},
1717
"devDependencies": {
18-
"@tauri-apps/cli": ">=2.0.0-rc.0",
19-
"vite": "^5.3.1",
20-
"typescript": "^5.2.2"
18+
"@tauri-apps/cli": "^2.0.4",
19+
"typescript": "^5.6.3",
20+
"vite": "^5.4.10"
2121
}
2222
}

examples/vanilla/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)