chore(deps) Update Tauri JS CLI (#4608)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-07-06 14:28:37 -03:00 committed by GitHub
parent 6fb49fd19b
commit a30f95f76e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 14 deletions

14
tooling/cli/Cargo.lock generated
View File

@ -1523,13 +1523,13 @@ dependencies = [
[[package]]
name = "napi"
version = "2.5.0"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec369bd2ae196a21bb08fb53761e637862c3c0699da9cd21b6d954e32dda04b3"
checksum = "76d0da68e8cda6cd33264048be5b0a4687039db2dc7e93d19766f9180a0b4bd9"
dependencies = [
"ctor",
"lazy_static",
"napi-sys",
"once_cell",
"thread_local",
]
@ -1541,9 +1541,9 @@ checksum = "882a73d9ef23e8dc2ebbffb6a6ae2ef467c0f18ac10711e4cc59c5485d41df0e"
[[package]]
name = "napi-derive"
version = "2.5.0"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c0308f2313ee504b032bad9c75343d967e6ba27be2e3f19e89bb0ee8786b5b0"
checksum = "3aaa8a11b0ae982306d311627cafd997ef556abdf1d79a01e6e75bc1ac5cfced"
dependencies = [
"convert_case 0.5.0",
"napi-derive-backend",
@ -1554,9 +1554,9 @@ dependencies = [
[[package]]
name = "napi-derive-backend"
version = "1.0.33"
version = "1.0.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c97606e865ebfca1c5d0c952e34969ca26b3c8ba0c246c569a2fc945719a78ea"
checksum = "0cdb9be87524eccc14f988825b26eaa3752e07a81cb04c34436057823d91e421"
dependencies = [
"convert_case 0.5.0",
"once_cell",

View File

@ -8,8 +8,8 @@ crate-type = ["cdylib"]
[dependencies]
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "2.5", default-features = false, features = ["napi4"] }
napi-derive = "2.5"
napi = { version = "2.6", default-features = false, features = ["napi4"] }
napi-derive = "2.6"
tauri-cli = { path = ".." }
log = "0.4.17"

View File

@ -37,7 +37,7 @@
}
},
"devDependencies": {
"@napi-rs/cli": "2.10.0",
"@napi-rs/cli": "2.10.1",
"cross-env": "7.0.3",
"cross-spawn": "7.0.3",
"fs-extra": "10.1.0",

View File

@ -669,10 +669,10 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"
"@napi-rs/cli@2.10.0":
version "2.10.0"
resolved "https://registry.yarnpkg.com/@napi-rs/cli/-/cli-2.10.0.tgz#05edb7618992c256048f9f415a9947a66796b4a5"
integrity sha512-pK/VLOdo690FEItPJ9T5PLEfzmDTHgXjzuVChnsKvqI9vPg+rH12iyoxOrux6PAqg/pImJTd4CCabRqEfLt/sA==
"@napi-rs/cli@2.10.1":
version "2.10.1"
resolved "https://registry.yarnpkg.com/@napi-rs/cli/-/cli-2.10.1.tgz#1f332778e9c7aa18c2f59977cb90027f77d47d26"
integrity sha512-Rscrg0BO4AKqFX2mKd8C68Wh3TkSHXqF2PZp+utVoLV+PTQnGVMwHedtIHBcFoq1Ij3I4yETMgSFSdAR+lp++Q==
"@sinclair/typebox@^0.23.3":
version "0.23.5"