Skip to content

Commit d7815fe

Browse files
authored
Merge pull request #54 from Choochmeque/dependabot/npm_and_yarn/examples/tauri-app/tauri-apps/api-2.11.1
Bump @tauri-apps/api from 2.10.1 to 2.11.1 in /examples/tauri-app
2 parents 6ea296a + 40aba43 commit d7815fe

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

examples/tauri-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:e2e:watch": "wdio run e2e/wdio.conf.ts --watch"
1313
},
1414
"dependencies": {
15-
"@tauri-apps/api": "^2.0.0"
15+
"@tauri-apps/api": "^2.11.1"
1616
},
1717
"devDependencies": {
1818
"@sveltejs/vite-plugin-svelte": "^6.0.0",

examples/tauri-app/pnpm-lock.yaml

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

examples/tauri-app/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ crate-type = ["staticlib", "cdylib", "rlib"]
1818
tauri-build = { version = "2.5.4", default-features = false , features = [] }
1919

2020
[dependencies]
21-
tauri = { version = "2.10.0", features = [] }
21+
tauri = { version = "2.11", features = [] }
2222
tauri-plugin-webdriver = { path = "../../../" }
2323

0 commit comments

Comments
 (0)