mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-15 05:15:06 +00:00
Update dependency @tauri-apps/cli to v1.0.0-rc.11
This commit is contained in:
parent
8c1c90eb65
commit
e9596fdc00
@ -24,7 +24,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.6.0",
|
"@actions/core": "^1.6.0",
|
||||||
"@tauri-apps/cli": "1.0.0-rc.10",
|
"@tauri-apps/cli": "1.0.0-rc.11",
|
||||||
"@tauri-apps/cli-darwin-x64": "1.0.0-rc.10",
|
"@tauri-apps/cli-darwin-x64": "1.0.0-rc.10",
|
||||||
"@tauri-apps/cli-linux-x64-gnu": "1.0.0-rc.10",
|
"@tauri-apps/cli-linux-x64-gnu": "1.0.0-rc.10",
|
||||||
"@tauri-apps/cli-win32-x64-msvc": "1.0.0-rc.10",
|
"@tauri-apps/cli-win32-x64-msvc": "1.0.0-rc.10",
|
||||||
|
77
pnpm-lock.yaml
generated
77
pnpm-lock.yaml
generated
@ -2,7 +2,7 @@ lockfileVersion: 5.4
|
|||||||
|
|
||||||
specifiers:
|
specifiers:
|
||||||
'@actions/core': ^1.6.0
|
'@actions/core': ^1.6.0
|
||||||
'@tauri-apps/cli': 1.0.0-rc.10
|
'@tauri-apps/cli': 1.0.0-rc.11
|
||||||
'@tauri-apps/cli-darwin-x64': 1.0.0-rc.10
|
'@tauri-apps/cli-darwin-x64': 1.0.0-rc.10
|
||||||
'@tauri-apps/cli-linux-x64-gnu': 1.0.0-rc.10
|
'@tauri-apps/cli-linux-x64-gnu': 1.0.0-rc.10
|
||||||
'@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.10
|
'@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.10
|
||||||
@ -19,7 +19,7 @@ specifiers:
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
'@actions/core': 1.8.0
|
'@actions/core': 1.8.0
|
||||||
'@tauri-apps/cli': 1.0.0-rc.10
|
'@tauri-apps/cli': 1.0.0-rc.11
|
||||||
'@tauri-apps/cli-darwin-x64': 1.0.0-rc.10
|
'@tauri-apps/cli-darwin-x64': 1.0.0-rc.10
|
||||||
'@tauri-apps/cli-linux-x64-gnu': 1.0.0-rc.10
|
'@tauri-apps/cli-linux-x64-gnu': 1.0.0-rc.10
|
||||||
'@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.10
|
'@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.10
|
||||||
@ -103,8 +103,8 @@ packages:
|
|||||||
fastq: 1.13.0
|
fastq: 1.13.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@tauri-apps/cli-darwin-arm64/1.0.0-rc.10:
|
/@tauri-apps/cli-darwin-arm64/1.0.0-rc.11:
|
||||||
resolution: {integrity: sha512-KwnAAsR+H/U9NPF2P3UvZ0orfh/e8ng639GCvQoN/7b/EYzkLXYWGFd1sddTSSu8BM4OvIVXK1B86pn1xFohyg==}
|
resolution: {integrity: sha512-OiefgwvFmyo/sbZtOo+hYFFGUS5hP3QlAtwDw0AMtGGA6K2QIb8KzMog5hsNcqp8h4vOUJ/0vMy8KdPHRmc90A==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
@ -120,8 +120,17 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-arm-gnueabihf/1.0.0-rc.10:
|
/@tauri-apps/cli-darwin-x64/1.0.0-rc.11:
|
||||||
resolution: {integrity: sha512-j0cVDcP7MPyOh8mC6pTiOnsGgxMc4GFlQGBUvriRkWFCrUbZPbq1Pxt/eTcroVGsT/ItCXvnYd9jEQ+e50LI3A==}
|
resolution: {integrity: sha512-BA8knn2YTMetiFQiJg60JFhkeA5oexIqCKjOShWNHB3ft0xMGyTfkEjSo/cFHa3ESw54eHP9twhUD/yoXQV0zw==}
|
||||||
|
engines: {node: '>= 10'}
|
||||||
|
cpu: [x64]
|
||||||
|
os: [darwin]
|
||||||
|
requiresBuild: true
|
||||||
|
dev: false
|
||||||
|
optional: true
|
||||||
|
|
||||||
|
/@tauri-apps/cli-linux-arm-gnueabihf/1.0.0-rc.11:
|
||||||
|
resolution: {integrity: sha512-w3W5L0yQIRpH+LKtMNeAGagcVPICHx7x/V9jbSkThdmvoiSIwPc++lyNqr8aQ57rGi947LkoKTARyNSVr87DOA==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm]
|
cpu: [arm]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
@ -129,8 +138,8 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-arm64-gnu/1.0.0-rc.10:
|
/@tauri-apps/cli-linux-arm64-gnu/1.0.0-rc.11:
|
||||||
resolution: {integrity: sha512-usdftJI/Jx0Z6TK8YJaHp2BtcNlvHeIUOnh3SmThbbYzDSFDqEW2E/McbxEhJJ13FPLVMLiIZYPpH26gE3vQxw==}
|
resolution: {integrity: sha512-r6ew6fc8M39zBvanh1gN7JeLWhuyQnp0cuTScd2RvH29gdqx0Ox++AvYd/reLYY9Fxpa8qATkyMbmK+rhwfXRg==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
@ -138,8 +147,8 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-arm64-musl/1.0.0-rc.10:
|
/@tauri-apps/cli-linux-arm64-musl/1.0.0-rc.11:
|
||||||
resolution: {integrity: sha512-zsOhkc477mbe5wSkNuLv+D6RmQvDiaV8rHTaur+B/pxk9F0SrCYoO0Slf6x08bIiSkjyL/gN0PxnOBbEBA0u4A==}
|
resolution: {integrity: sha512-2YXU53UK5AU/v5YFXs3/R0UGA2e+/gz8mMLDkKhH3r09g265ycxnkNgOBaEP2ul/rxLG3ZLDZFzDXx3n3pIzFQ==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
@ -155,8 +164,8 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-x64-musl/1.0.0-rc.10:
|
/@tauri-apps/cli-linux-x64-gnu/1.0.0-rc.11:
|
||||||
resolution: {integrity: sha512-3AXJEdhFlX/erLBXmBkRG+oWfFLMMaJALSnxvzerteSNWiaEzTngy9Mo1yeAT51FhvJ+dbYQv0BWvPPFRYzpTQ==}
|
resolution: {integrity: sha512-3yr4QeCQIKdMWxLGa9goBd59DbuFwrnDXJlbA9cYD11jftDdIfFLYJNYJVyoLk7lHhsPh8cVmfEHmEU1By+D7Q==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
@ -164,8 +173,17 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-win32-ia32-msvc/1.0.0-rc.10:
|
/@tauri-apps/cli-linux-x64-musl/1.0.0-rc.11:
|
||||||
resolution: {integrity: sha512-2SvSk9z51AfCsbch2fvX4GNo3s0b8TO/Kd9B6rDIZ7TUxwnGShJNup2+KGvBovKqFAPmgyrSbgyEMKhKc1B4iA==}
|
resolution: {integrity: sha512-JJhVo9XKPin5Pgwm2+/LiCEVTbdGoKJLemP1mu6BZhGh1zMG3+u0Yyqql8+ZfoEU5FinFTELFRhRo7UNaWSCbQ==}
|
||||||
|
engines: {node: '>= 10'}
|
||||||
|
cpu: [x64]
|
||||||
|
os: [linux]
|
||||||
|
requiresBuild: true
|
||||||
|
dev: false
|
||||||
|
optional: true
|
||||||
|
|
||||||
|
/@tauri-apps/cli-win32-ia32-msvc/1.0.0-rc.11:
|
||||||
|
resolution: {integrity: sha512-uJn80LUCju2QXhVpchQkN3MlQHXD/4ZNJHMTHtLqiDu6BOifaCWBm7F/xVO1IuZDhs36K4zSOXdmDh684DQJ2w==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [ia32]
|
cpu: [ia32]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
@ -181,20 +199,29 @@ packages:
|
|||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@tauri-apps/cli/1.0.0-rc.10:
|
/@tauri-apps/cli-win32-x64-msvc/1.0.0-rc.11:
|
||||||
resolution: {integrity: sha512-njDei3F3mlnotnujUF0jWteZC39RCm6JNAxZpzTFvWKFI/650DoA9hHTMa6onbazVgmOWdrbMHYWU/xBC/jUTw==}
|
resolution: {integrity: sha512-f1yS++rZRkVfqcfkGUAgBAihzUBrQwJu+fPkrqu0LpVwfaGMPP58H1IqtLbLGvCTbL8vUekq15gmAMs51eHbtw==}
|
||||||
|
engines: {node: '>= 10'}
|
||||||
|
cpu: [x64]
|
||||||
|
os: [win32]
|
||||||
|
requiresBuild: true
|
||||||
|
dev: false
|
||||||
|
optional: true
|
||||||
|
|
||||||
|
/@tauri-apps/cli/1.0.0-rc.11:
|
||||||
|
resolution: {integrity: sha512-tTrJiHa0rVyAh9IbuZ9hjEj02MetyoLKeWxQMl3fuDtl1+g1M7pjQqzS0aXLYMGmNYp/qAtj89IzsSpY1JJ9LA==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@tauri-apps/cli-darwin-arm64': 1.0.0-rc.10
|
'@tauri-apps/cli-darwin-arm64': 1.0.0-rc.11
|
||||||
'@tauri-apps/cli-darwin-x64': 1.0.0-rc.10
|
'@tauri-apps/cli-darwin-x64': 1.0.0-rc.11
|
||||||
'@tauri-apps/cli-linux-arm-gnueabihf': 1.0.0-rc.10
|
'@tauri-apps/cli-linux-arm-gnueabihf': 1.0.0-rc.11
|
||||||
'@tauri-apps/cli-linux-arm64-gnu': 1.0.0-rc.10
|
'@tauri-apps/cli-linux-arm64-gnu': 1.0.0-rc.11
|
||||||
'@tauri-apps/cli-linux-arm64-musl': 1.0.0-rc.10
|
'@tauri-apps/cli-linux-arm64-musl': 1.0.0-rc.11
|
||||||
'@tauri-apps/cli-linux-x64-gnu': 1.0.0-rc.10
|
'@tauri-apps/cli-linux-x64-gnu': 1.0.0-rc.11
|
||||||
'@tauri-apps/cli-linux-x64-musl': 1.0.0-rc.10
|
'@tauri-apps/cli-linux-x64-musl': 1.0.0-rc.11
|
||||||
'@tauri-apps/cli-win32-ia32-msvc': 1.0.0-rc.10
|
'@tauri-apps/cli-win32-ia32-msvc': 1.0.0-rc.11
|
||||||
'@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.10
|
'@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.11
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@types/json-schema/7.0.11:
|
/@types/json-schema/7.0.11:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user