mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 21:05:05 +00:00
Merge pull request #72 from JonasKruckenberg/renovate/tauri-monorepo
Update dependency @tauri-apps/cli to v1.0.0
This commit is contained in:
commit
89a4b0224e
@ -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.15",
|
"@tauri-apps/cli": "1.0.0",
|
||||||
"@tauri-apps/cli-darwin-x64": "1.0.0-rc.15",
|
"@tauri-apps/cli-darwin-x64": "1.0.0-rc.15",
|
||||||
"@tauri-apps/cli-linux-x64-gnu": "1.0.0",
|
"@tauri-apps/cli-linux-x64-gnu": "1.0.0",
|
||||||
"@tauri-apps/cli-win32-x64-msvc": "1.0.0-rc.15",
|
"@tauri-apps/cli-win32-x64-msvc": "1.0.0-rc.15",
|
||||||
|
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.15
|
'@tauri-apps/cli': 1.0.0
|
||||||
'@tauri-apps/cli-darwin-x64': 1.0.0-rc.15
|
'@tauri-apps/cli-darwin-x64': 1.0.0-rc.15
|
||||||
'@tauri-apps/cli-linux-x64-gnu': 1.0.0
|
'@tauri-apps/cli-linux-x64-gnu': 1.0.0
|
||||||
'@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.15
|
'@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.15
|
||||||
@ -19,7 +19,7 @@ specifiers:
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
'@actions/core': 1.8.2
|
'@actions/core': 1.8.2
|
||||||
'@tauri-apps/cli': 1.0.0-rc.15
|
'@tauri-apps/cli': 1.0.0
|
||||||
'@tauri-apps/cli-darwin-x64': 1.0.0-rc.15
|
'@tauri-apps/cli-darwin-x64': 1.0.0-rc.15
|
||||||
'@tauri-apps/cli-linux-x64-gnu': 1.0.0
|
'@tauri-apps/cli-linux-x64-gnu': 1.0.0
|
||||||
'@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.15
|
'@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.15
|
||||||
@ -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.15:
|
/@tauri-apps/cli-darwin-arm64/1.0.0:
|
||||||
resolution: {integrity: sha512-rnwAK5rK/SaIznuCUBJXN+IgHzYQie89k1NtC7LkDRyleD2KWe+IheDmzwcKEIxd7h/yujMwpVly7c9rPWmgEg==}
|
resolution: {integrity: sha512-0ryomgLjdpylXypMPVXLU3PZCde3Sw5nwN4coUhBcHPBLFRb8QPet+nweVK/HiZ3mxg8WeIazvpx2s8hS0l2GQ==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
@ -112,6 +112,15 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
/@tauri-apps/cli-darwin-x64/1.0.0:
|
||||||
|
resolution: {integrity: sha512-oejvYUT4dEfzBi+FWMj+CMz4cZ6C2gEFHrUtKVLdTXr8Flj5UTwdB1YPGQjiOqk73LOI7cB/vXxb9DZT+Lrxgg==}
|
||||||
|
engines: {node: '>= 10'}
|
||||||
|
cpu: [x64]
|
||||||
|
os: [darwin]
|
||||||
|
requiresBuild: true
|
||||||
|
dev: false
|
||||||
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-darwin-x64/1.0.0-rc.15:
|
/@tauri-apps/cli-darwin-x64/1.0.0-rc.15:
|
||||||
resolution: {integrity: sha512-S5+yMw5ZFNgHYX2xvNQYSc5U3uL0wQfsu/2OWu6adGfXjSlE+vE0ZEVKVFqlMGQzJ2bLT3fXlHtBlA0KfjiXdQ==}
|
resolution: {integrity: sha512-S5+yMw5ZFNgHYX2xvNQYSc5U3uL0wQfsu/2OWu6adGfXjSlE+vE0ZEVKVFqlMGQzJ2bLT3fXlHtBlA0KfjiXdQ==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
@ -119,8 +128,8 @@ packages:
|
|||||||
os: [darwin]
|
os: [darwin]
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-arm-gnueabihf/1.0.0-rc.15:
|
/@tauri-apps/cli-linux-arm-gnueabihf/1.0.0:
|
||||||
resolution: {integrity: sha512-Vf5XzVt3JjOwS5ShIFlz3+tMFU1M2psTXzaPARMmZq0Wq+QAEX+R4v7g60ldYWShxoTwG5pVgmBj8EACzDOHgA==}
|
resolution: {integrity: sha512-yAu78v8TeXNx/ETS5F2G2Uw/HX+LQvZkX94zNiqFsAj7snfWI/IqSUM52OBrdh/D0EC9NCdjUJ7Vuo32uxf7tg==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm]
|
cpu: [arm]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
@ -128,8 +137,8 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-arm64-gnu/1.0.0-rc.15:
|
/@tauri-apps/cli-linux-arm64-gnu/1.0.0:
|
||||||
resolution: {integrity: sha512-B9If5t7QIa6ecmKfIpTbJ6hKFLadZNBzUa0RRvaDQeVnwWQ+Am58LVd+xCJ5A2kojXGLx+YUQ7u2Gx9jiJ8U6w==}
|
resolution: {integrity: sha512-YFUN/S58AN317njAynzcQ+EHhRsCDXqmp5g9Oiqmcdg1vU7fPWZivVLc1WHz+0037C7JnsX5PtKpNYewP/+Oqw==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
@ -137,8 +146,8 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-arm64-musl/1.0.0-rc.15:
|
/@tauri-apps/cli-linux-arm64-musl/1.0.0:
|
||||||
resolution: {integrity: sha512-VVf86cdszhFHPLh7QHW8f9nTxP5YD2oczV221RlySXQ9amNG2lCUhM/4FBQ5RhZDT3xPlqczw/HhVnmr8n2ldA==}
|
resolution: {integrity: sha512-al+TxMGoNVikEvRQfMyYE/mdjUcUNMo5brkCIAb+fL4rWQlAhAnYVzmg/rM8N4nhdXm1MOaYAagQmxr8898dNA==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
@ -153,8 +162,8 @@ packages:
|
|||||||
os: [linux]
|
os: [linux]
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-x64-gnu/1.0.0-rc.15:
|
/@tauri-apps/cli-linux-x64-musl/1.0.0:
|
||||||
resolution: {integrity: sha512-ndbpL8+sP8Aieay3aK8CJC3+frRpbpxg9pkmL2R1iFjwWvsjz/8hO8qaRWOo6cgPMp6j550/xnDCC4vTHWqoMg==}
|
resolution: {integrity: sha512-Qpaq5lZz569Aea6jfrRchgfEJaOrfLpCRBATcF8CJFFwVKmfCUcoV+MxbCIW30Zqw5Y06njC/ffa3261AV/ZIQ==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
@ -162,17 +171,8 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-x64-musl/1.0.0-rc.15:
|
/@tauri-apps/cli-win32-ia32-msvc/1.0.0:
|
||||||
resolution: {integrity: sha512-26vQq1n6ZCdnWJVSo07M6b1EgUFiNnWkkplI9R8H6v5kH89TvMmBUQdGDKOHMZTcMAImI7E/wjmhkX6mLm1yog==}
|
resolution: {integrity: sha512-e2DzFqEMI+s+gv14UupdI91gPxTbUJTbbfQlTHdQlOsTk4HEZTsh+ibAYBcCLAaMRW38NEsFlAUe1lQA0iRu/w==}
|
||||||
engines: {node: '>= 10'}
|
|
||||||
cpu: [x64]
|
|
||||||
os: [linux]
|
|
||||||
requiresBuild: true
|
|
||||||
dev: false
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
/@tauri-apps/cli-win32-ia32-msvc/1.0.0-rc.15:
|
|
||||||
resolution: {integrity: sha512-pTIYaJghE0GD6QiqslTa25LqlkSoHtAdDpdxva2MLydr8LYdIkSSx2wnwgdxKcGdOX+NBraJ1w51E/k6yyKKgQ==}
|
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [ia32]
|
cpu: [ia32]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
@ -180,6 +180,15 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
/@tauri-apps/cli-win32-x64-msvc/1.0.0:
|
||||||
|
resolution: {integrity: sha512-lWSs90pJeQX+L31IqIzmRhwLayEeyTh7mga0AxX8G868hvdLtcXCQA/rKoFtGdVLuHAx4+M+CBF5SMYb76xGYA==}
|
||||||
|
engines: {node: '>= 10'}
|
||||||
|
cpu: [x64]
|
||||||
|
os: [win32]
|
||||||
|
requiresBuild: true
|
||||||
|
dev: false
|
||||||
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-win32-x64-msvc/1.0.0-rc.15:
|
/@tauri-apps/cli-win32-x64-msvc/1.0.0-rc.15:
|
||||||
resolution: {integrity: sha512-SEzorZ4E3HsuE14iL+w5C45lHNLRBMg+KGjQkYRcLoGeOTjF9ETeGpsqHCP3nLmIPMhfUEZLB04/10wPMtlvlQ==}
|
resolution: {integrity: sha512-SEzorZ4E3HsuE14iL+w5C45lHNLRBMg+KGjQkYRcLoGeOTjF9ETeGpsqHCP3nLmIPMhfUEZLB04/10wPMtlvlQ==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
@ -187,20 +196,20 @@ packages:
|
|||||||
os: [win32]
|
os: [win32]
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@tauri-apps/cli/1.0.0-rc.15:
|
/@tauri-apps/cli/1.0.0:
|
||||||
resolution: {integrity: sha512-QV3Gd69aAZ6+loqch2mhnSe69Dna8HIDiYkZa16YLes0IOlEKA6SfbOMJcFMIx+Cg+Yd6uEy3t30YpGjrVGYQQ==}
|
resolution: {integrity: sha512-4eHnk3p0xnCXd9Zel3kLvdiiSURnN98GMFvWUAdirm5AjyOjcx8TIET/jqRYmYKE5yd+LMQqYMUfHRwA6JJUkg==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@tauri-apps/cli-darwin-arm64': 1.0.0-rc.15
|
'@tauri-apps/cli-darwin-arm64': 1.0.0
|
||||||
'@tauri-apps/cli-darwin-x64': 1.0.0-rc.15
|
'@tauri-apps/cli-darwin-x64': 1.0.0
|
||||||
'@tauri-apps/cli-linux-arm-gnueabihf': 1.0.0-rc.15
|
'@tauri-apps/cli-linux-arm-gnueabihf': 1.0.0
|
||||||
'@tauri-apps/cli-linux-arm64-gnu': 1.0.0-rc.15
|
'@tauri-apps/cli-linux-arm64-gnu': 1.0.0
|
||||||
'@tauri-apps/cli-linux-arm64-musl': 1.0.0-rc.15
|
'@tauri-apps/cli-linux-arm64-musl': 1.0.0
|
||||||
'@tauri-apps/cli-linux-x64-gnu': 1.0.0-rc.15
|
'@tauri-apps/cli-linux-x64-gnu': 1.0.0
|
||||||
'@tauri-apps/cli-linux-x64-musl': 1.0.0-rc.15
|
'@tauri-apps/cli-linux-x64-musl': 1.0.0
|
||||||
'@tauri-apps/cli-win32-ia32-msvc': 1.0.0-rc.15
|
'@tauri-apps/cli-win32-ia32-msvc': 1.0.0
|
||||||
'@tauri-apps/cli-win32-x64-msvc': 1.0.0-rc.15
|
'@tauri-apps/cli-win32-x64-msvc': 1.0.0
|
||||||
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