Bump update of tauri and foliate-js

This commit is contained in:
chrox
2024-10-28 18:32:40 +01:00
parent 90a1b1828c
commit 95157fe691
5 changed files with 130 additions and 108 deletions
+5 -5
View File
@@ -16,10 +16,10 @@
"setup-pdfjs": "pnpm prepare-public-vendor && pnpm copy-pdfjs"
},
"dependencies": {
"@tauri-apps/api": "2.0.2",
"@tauri-apps/plugin-dialog": "^2.0.0",
"@tauri-apps/plugin-fs": "^2.0.0",
"@tauri-apps/plugin-http": "^2.0.0",
"@tauri-apps/api": "2.0.3",
"@tauri-apps/plugin-dialog": "^2.0.1",
"@tauri-apps/plugin-fs": "^2.0.1",
"@tauri-apps/plugin-http": "^2.0.1",
"@tauri-apps/plugin-log": "^2.0.0",
"@tauri-apps/plugin-os": "^2.0.0",
"@zip.js/zip.js": "^2.7.52",
@@ -34,7 +34,7 @@
"zustand": "5.0.0-rc.2"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.3",
"@tauri-apps/cli": "2.0.4",
"@types/node": "^20",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
+53 -31
View File
@@ -455,9 +455,9 @@ dependencies = [
[[package]]
name = "brotli"
version = "6.0.0"
version = "7.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b"
checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
@@ -2211,7 +2211,19 @@ version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b1fb8864823fad91877e6caea0baca82e49e8db50f8e5c9f9a453e27d3330fc"
dependencies = [
"jsonptr",
"jsonptr 0.4.7",
"serde",
"serde_json",
"thiserror",
]
[[package]]
name = "json-patch"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "863726d7afb6bc2590eeff7135d923545e5e964f004c2ccf8716c25e70a86f08"
dependencies = [
"jsonptr 0.6.3",
"serde",
"serde_json",
"thiserror",
@@ -2228,6 +2240,16 @@ dependencies = [
"serde_json",
]
[[package]]
name = "jsonptr"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dea2b27dd239b2556ed7a25ba842fe47fd602e7fc7433c2a8d6106d4d9edd70"
dependencies = [
"serde",
"serde_json",
]
[[package]]
name = "keyboard-types"
version = "0.7.0"
@@ -2305,7 +2327,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
dependencies = [
"cfg-if",
"windows-targets 0.48.5",
"windows-targets 0.52.6",
]
[[package]]
@@ -3492,7 +3514,7 @@ dependencies = [
"serde",
"serde_json",
"tauri",
"tauri-build 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"tauri-build 2.0.1",
"tauri-plugin-devtools",
"tauri-plugin-dialog",
"tauri-plugin-fs",
@@ -4393,7 +4415,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]]
name = "tauri"
version = "2.0.4"
version = "2.0.6"
dependencies = [
"anyhow",
"bytes",
@@ -4424,11 +4446,11 @@ dependencies = [
"serde_repr",
"serialize-to-javascript",
"swift-rs",
"tauri-build 2.0.1",
"tauri-build 2.0.2",
"tauri-macros",
"tauri-runtime",
"tauri-runtime-wry",
"tauri-utils 2.0.1",
"tauri-utils 2.0.2",
"thiserror",
"tokio",
"tracing",
@@ -4444,13 +4466,15 @@ dependencies = [
[[package]]
name = "tauri-build"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "935f9b3c49b22b3e2e485a57f46d61cd1ae07b1cbb2ba87387a387caf2d8c4e7"
dependencies = [
"anyhow",
"cargo_toml",
"dirs",
"glob",
"heck 0.5.0",
"json-patch",
"json-patch 2.0.0",
"schemars",
"semver",
"serde",
@@ -4463,21 +4487,19 @@ dependencies = [
[[package]]
name = "tauri-build"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "935f9b3c49b22b3e2e485a57f46d61cd1ae07b1cbb2ba87387a387caf2d8c4e7"
version = "2.0.2"
dependencies = [
"anyhow",
"cargo_toml",
"dirs",
"glob",
"heck 0.5.0",
"json-patch",
"json-patch 3.0.1",
"schemars",
"semver",
"serde",
"serde_json",
"tauri-utils 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"tauri-utils 2.0.2",
"tauri-winres",
"toml 0.8.2",
"walkdir",
@@ -4485,12 +4507,12 @@ dependencies = [
[[package]]
name = "tauri-codegen"
version = "2.0.1"
version = "2.0.2"
dependencies = [
"base64 0.22.1",
"brotli",
"ico",
"json-patch",
"json-patch 3.0.1",
"plist",
"png",
"proc-macro2",
@@ -4500,7 +4522,7 @@ dependencies = [
"serde_json",
"sha2",
"syn 2.0.79",
"tauri-utils 2.0.1",
"tauri-utils 2.0.2",
"thiserror",
"time",
"url",
@@ -4510,14 +4532,14 @@ dependencies = [
[[package]]
name = "tauri-macros"
version = "2.0.1"
version = "2.0.2"
dependencies = [
"heck 0.5.0",
"proc-macro2",
"quote",
"syn 2.0.79",
"tauri-codegen",
"tauri-utils 2.0.1",
"tauri-utils 2.0.2",
]
[[package]]
@@ -4532,7 +4554,7 @@ dependencies = [
"schemars",
"serde",
"serde_json",
"tauri-utils 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"tauri-utils 2.0.1",
"toml 0.8.2",
"walkdir",
]
@@ -4667,7 +4689,7 @@ dependencies = [
[[package]]
name = "tauri-runtime"
version = "2.1.0"
version = "2.1.1"
dependencies = [
"dpi",
"gtk",
@@ -4676,7 +4698,7 @@ dependencies = [
"raw-window-handle",
"serde",
"serde_json",
"tauri-utils 2.0.1",
"tauri-utils 2.0.2",
"thiserror",
"url",
"windows",
@@ -4684,7 +4706,7 @@ dependencies = [
[[package]]
name = "tauri-runtime-wry"
version = "2.1.1"
version = "2.1.2"
dependencies = [
"gtk",
"http 1.1.0",
@@ -4698,7 +4720,7 @@ dependencies = [
"softbuffer",
"tao",
"tauri-runtime",
"tauri-utils 2.0.1",
"tauri-utils 2.0.2",
"tracing",
"url",
"webkit2gtk",
@@ -4710,15 +4732,16 @@ dependencies = [
[[package]]
name = "tauri-utils"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c38b0230d6880cf6dd07b6d7dd7789a0869f98ac12146e0d18d1c1049215a045"
dependencies = [
"brotli",
"cargo_metadata",
"ctor",
"dunce",
"glob",
"html5ever",
"infer",
"json-patch",
"json-patch 2.0.0",
"kuchikiki",
"log",
"memchr",
@@ -4743,17 +4766,16 @@ dependencies = [
[[package]]
name = "tauri-utils"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c38b0230d6880cf6dd07b6d7dd7789a0869f98ac12146e0d18d1c1049215a045"
version = "2.0.2"
dependencies = [
"brotli",
"cargo_metadata",
"ctor",
"dunce",
"glob",
"html5ever",
"infer",
"json-patch",
"json-patch 3.0.1",
"kuchikiki",
"log",
"memchr",
@@ -5705,7 +5727,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.48.0",
"windows-sys 0.59.0",
]
[[package]]