Skip to content

Commit b86e999

Browse files
chore(deps): update tauri packages to 2.11 (#3407)
* chore(deps): update tauri packages to 2.11 * Downgrade derive_more * Fix audit * Update tauri-plugin
1 parent c463d8a commit b86e999

39 files changed

Lines changed: 436 additions & 536 deletions

File tree

Cargo.lock

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

examples/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tauri": "tauri"
1111
},
1212
"dependencies": {
13-
"@tauri-apps/api": "^2.10.1",
13+
"@tauri-apps/api": "^2.11.0",
1414
"@tauri-apps/plugin-barcode-scanner": "^2.4.4",
1515
"@tauri-apps/plugin-biometric": "^2.3.2",
1616
"@tauri-apps/plugin-cli": "^2.4.1",
@@ -36,7 +36,7 @@
3636
"@iconify-json/codicon": "^1.2.49",
3737
"@iconify-json/ph": "^1.2.2",
3838
"@sveltejs/vite-plugin-svelte": "^7.0.0",
39-
"@tauri-apps/cli": "2.10.1",
39+
"@tauri-apps/cli": "2.11.0",
4040
"@unocss/extractor-svelte": "^66.6.7",
4141
"svelte": "^5.54.0",
4242
"unocss": "^66.6.7",

plugins/autostart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"LICENSE"
2525
],
2626
"dependencies": {
27-
"@tauri-apps/api": "^2.10.1"
27+
"@tauri-apps/api": "^2.11.0"
2828
}
2929
}

plugins/barcode-scanner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"LICENSE"
2626
],
2727
"dependencies": {
28-
"@tauri-apps/api": "^2.10.1"
28+
"@tauri-apps/api": "^2.11.0"
2929
}
3030
}

plugins/biometric/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"LICENSE"
2626
],
2727
"dependencies": {
28-
"@tauri-apps/api": "^2.10.1"
28+
"@tauri-apps/api": "^2.11.0"
2929
}
3030
}

plugins/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"LICENSE"
2525
],
2626
"dependencies": {
27-
"@tauri-apps/api": "^2.10.1"
27+
"@tauri-apps/api": "^2.11.0"
2828
}
2929
}

plugins/clipboard-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"LICENSE"
2525
],
2626
"dependencies": {
27-
"@tauri-apps/api": "^2.10.1"
27+
"@tauri-apps/api": "^2.11.0"
2828
}
2929
}

plugins/deep-link/api-iife.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"tauri": "tauri"
1111
},
1212
"dependencies": {
13-
"@tauri-apps/api": "^2.10.1",
13+
"@tauri-apps/api": "^2.11.0",
1414
"@tauri-apps/plugin-deep-link": "2.4.8"
1515
},
1616
"devDependencies": {
17-
"@tauri-apps/cli": "2.10.1",
17+
"@tauri-apps/cli": "2.11.0",
1818
"typescript": "^6.0.0",
1919
"vite": "^8.0.1"
2020
}

plugins/deep-link/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"LICENSE"
2626
],
2727
"dependencies": {
28-
"@tauri-apps/api": "^2.10.1"
28+
"@tauri-apps/api": "^2.11.0"
2929
},
3030
"devDependencies": {
31-
"@tauri-apps/cli": "2.10.1"
31+
"@tauri-apps/cli": "2.11.0"
3232
}
3333
}

0 commit comments

Comments
 (0)