mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 21:05:05 +00:00
Merge pull request #135 from JonasKruckenberg/renovate/tauri-packages
This commit is contained in:
commit
264ac292e1
5
.changes/update-tauri.md
Normal file
5
.changes/update-tauri.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"tauri-build": minor
|
||||||
|
---
|
||||||
|
|
||||||
|
Update Tauri to 1.1.0
|
@ -24,10 +24,10 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.6.0",
|
"@actions/core": "^1.6.0",
|
||||||
"@tauri-apps/cli": "1.0.5",
|
"@tauri-apps/cli": "1.1.0",
|
||||||
"@tauri-apps/cli-darwin-x64": "1.0.5",
|
"@tauri-apps/cli-darwin-x64": "1.1.0",
|
||||||
"@tauri-apps/cli-linux-x64-gnu": "1.0.5",
|
"@tauri-apps/cli-linux-x64-gnu": "1.1.0",
|
||||||
"@tauri-apps/cli-win32-x64-msvc": "1.0.5",
|
"@tauri-apps/cli-win32-x64-msvc": "1.1.0",
|
||||||
"string-argv": "^0.3.1",
|
"string-argv": "^0.3.1",
|
||||||
"tiny-glob": "^0.2.9"
|
"tiny-glob": "^0.2.9"
|
||||||
},
|
},
|
||||||
|
74
pnpm-lock.yaml
generated
74
pnpm-lock.yaml
generated
@ -2,10 +2,10 @@ lockfileVersion: 5.4
|
|||||||
|
|
||||||
specifiers:
|
specifiers:
|
||||||
'@actions/core': ^1.6.0
|
'@actions/core': ^1.6.0
|
||||||
'@tauri-apps/cli': 1.0.5
|
'@tauri-apps/cli': 1.1.0
|
||||||
'@tauri-apps/cli-darwin-x64': 1.0.5
|
'@tauri-apps/cli-darwin-x64': 1.1.0
|
||||||
'@tauri-apps/cli-linux-x64-gnu': 1.0.5
|
'@tauri-apps/cli-linux-x64-gnu': 1.1.0
|
||||||
'@tauri-apps/cli-win32-x64-msvc': 1.0.5
|
'@tauri-apps/cli-win32-x64-msvc': 1.1.0
|
||||||
'@types/node': 16.11.59
|
'@types/node': 16.11.59
|
||||||
'@typescript-eslint/parser': 5.37.0
|
'@typescript-eslint/parser': 5.37.0
|
||||||
'@vercel/ncc': 0.34.0
|
'@vercel/ncc': 0.34.0
|
||||||
@ -19,10 +19,10 @@ specifiers:
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
'@actions/core': 1.9.0
|
'@actions/core': 1.9.0
|
||||||
'@tauri-apps/cli': 1.0.5
|
'@tauri-apps/cli': 1.1.0
|
||||||
'@tauri-apps/cli-darwin-x64': 1.0.5
|
'@tauri-apps/cli-darwin-x64': 1.1.0
|
||||||
'@tauri-apps/cli-linux-x64-gnu': 1.0.5
|
'@tauri-apps/cli-linux-x64-gnu': 1.1.0
|
||||||
'@tauri-apps/cli-win32-x64-msvc': 1.0.5
|
'@tauri-apps/cli-win32-x64-msvc': 1.1.0
|
||||||
string-argv: 0.3.1
|
string-argv: 0.3.1
|
||||||
tiny-glob: 0.2.9
|
tiny-glob: 0.2.9
|
||||||
|
|
||||||
@ -127,8 +127,8 @@ packages:
|
|||||||
fastq: 1.13.0
|
fastq: 1.13.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@tauri-apps/cli-darwin-arm64/1.0.5:
|
/@tauri-apps/cli-darwin-arm64/1.1.0:
|
||||||
resolution: {integrity: sha512-oxpFb9ZeMiC3xPUJ9NsXWCnnwFSVkPbJUvDKpc9IaoDIUpsMTV72W4P0Nh0uQRbyhx4modPpstt7+ONypNVYNg==}
|
resolution: {integrity: sha512-wz5mxvhMqjjP3WaBu7+X3hbIV8Gi6NMUpMzONkT38IEPxaRBQYCLEjDjYZhjMiEQUJ8O38XfODA5RmfRZcLUXw==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
@ -136,15 +136,15 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-darwin-x64/1.0.5:
|
/@tauri-apps/cli-darwin-x64/1.1.0:
|
||||||
resolution: {integrity: sha512-hRNYC6L9edz2dEqK33tssPylF2ti6x6udidBlGWc5GSoeEb/05qKMEA1MESQYKBG+4q+wjJvACA2vvz6AfgJ3Q==}
|
resolution: {integrity: sha512-ntF+YVSIlGqlDCzHrH4KJPRVBcK4wtFlrHSwGBX8is8GU2S8T1DuAbkUoohS8CuOWb4hMIS5tRzqRxzJ7YxkxQ==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-arm-gnueabihf/1.0.5:
|
/@tauri-apps/cli-linux-arm-gnueabihf/1.1.0:
|
||||||
resolution: {integrity: sha512-hc/Jp3TtFpxB8XVkLEwWy7MNcUBlS8rNCafQBUt4KSElXB+/oGo50jPO+wd5GSMSOR59UCzH08v11P0b+sAa/w==}
|
resolution: {integrity: sha512-zlcjgPS3b5JYD9f6bsXa1684K2Y5nfV66F3V812S5TSxWYPui+TxTaOoOqzXA2RjRh/tXQK22785D9UJvGOUrw==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm]
|
cpu: [arm]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
@ -152,8 +152,8 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-arm64-gnu/1.0.5:
|
/@tauri-apps/cli-linux-arm64-gnu/1.1.0:
|
||||||
resolution: {integrity: sha512-btFlkD2PG+yzJBZzWeJmyCy8ZV+iys2Jl66Fs4g9lSi3KrBDnyfQ26RpGZb2pRfkkcVP8/x1WSfByO+Rj+PTBA==}
|
resolution: {integrity: sha512-eLZEFEyUUjg3ndTtrjZJv82aM8lFtwLZBj2is8NAU1Gy4893AsGVHPknW/xtqLLcdJz4J3oulUxmzr4omGKMOg==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
@ -161,8 +161,8 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-arm64-musl/1.0.5:
|
/@tauri-apps/cli-linux-arm64-musl/1.1.0:
|
||||||
resolution: {integrity: sha512-p5JFdWab2AWhfgAZW/mgOLu+YiIJXKV0NdATGmdiBgQCMmz1k/FM8iOFApCgGbo3/zkR58cJ7Z7hyWmQ07M6Pw==}
|
resolution: {integrity: sha512-l/pOKd2GFlspaSw/OgvimItcAiJ0tNZnq6k5WtIYhsBcpuItoiza97X14z63rzqt9dUxuwYXRuYMf9HfXDI6WA==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
@ -170,15 +170,15 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-x64-gnu/1.0.5:
|
/@tauri-apps/cli-linux-x64-gnu/1.1.0:
|
||||||
resolution: {integrity: sha512-fOXR635AXxwSO7MCfBhMLnGpcg1H83XGw9ocuyg4jjvtE8QoYPwC4ksfb5lLhDVMui9iIKY93NAK3EkQiSGGmQ==}
|
resolution: {integrity: sha512-5SpDYP38vsoyqU5SHdNz3SRYnd/fOkdfVu4fP2/vJhXz1E/BpKx4Eq1A+848nmILrkqU1TMGfhN2yQ0pzzjq6g==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-x64-musl/1.0.5:
|
/@tauri-apps/cli-linux-x64-musl/1.1.0:
|
||||||
resolution: {integrity: sha512-8be4zJVkuMs427JqONhFx5Ia5zWsQ5tbZXd80C3dHNL+5/3VIOK6nGQ0iijyZSLXiE9JKEH2jp1EHB+1TVJRcw==}
|
resolution: {integrity: sha512-b+8oybo9QhEIGJkI/N6ws+Fe3an65zCJeliPzUqQSksmArBjsOXhtMPxtwe0qbEqclUUHSuvyua8c2fjng20+Q==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
@ -186,8 +186,8 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-win32-ia32-msvc/1.0.5:
|
/@tauri-apps/cli-win32-ia32-msvc/1.1.0:
|
||||||
resolution: {integrity: sha512-WpnIfzS1e4InGhvd1IDSKC3w6kbI5c6oJgMmtkMTBlhjhiZXhZmQF4XA784A5Y13pzsbXnbNJKOp8DuPVkoTRQ==}
|
resolution: {integrity: sha512-b0XKn0Fdaw+iRLUbLtx8VpRnujdA1qPPcT30pB59USeirQTszYze+CKuHQ/Q5Y28ymKUZXkXI65vYqeNPn8akw==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [ia32]
|
cpu: [ia32]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
@ -195,27 +195,27 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-win32-x64-msvc/1.0.5:
|
/@tauri-apps/cli-win32-x64-msvc/1.1.0:
|
||||||
resolution: {integrity: sha512-8iEhVD3X4LZfrlxEPOV+mAj4QrJrEqKTICiJnwmgjvhYQOOsNHzg5kca7pcBbqcgorQOBydLpfGJtxWRusVPaw==}
|
resolution: {integrity: sha512-M/ZeA4rrSFohq9nS9FxdSZXrXdFtZCiCwZBGdgdd8/j32eAMb5IfRzCMmBcKRfJIpNshibtMXR/m3smPD+sQ5w==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@tauri-apps/cli/1.0.5:
|
/@tauri-apps/cli/1.1.0:
|
||||||
resolution: {integrity: sha512-vbY+MwK+xN65x0R/o16UQPxBtJl8pmzVzC0TZKokZfmeOkomoqOEOinSwznAMeyR1ZMJW+fXVgJCPvGsRQ0LGg==}
|
resolution: {integrity: sha512-Ch1Xw+irX5uKmMLMekwicPhi0LJlHakemQNtxm5hfJWRwS9oLp8Lm82zyiS1pqQwhstBQf4snTjYJgJbG7TIlw==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@tauri-apps/cli-darwin-arm64': 1.0.5
|
'@tauri-apps/cli-darwin-arm64': 1.1.0
|
||||||
'@tauri-apps/cli-darwin-x64': 1.0.5
|
'@tauri-apps/cli-darwin-x64': 1.1.0
|
||||||
'@tauri-apps/cli-linux-arm-gnueabihf': 1.0.5
|
'@tauri-apps/cli-linux-arm-gnueabihf': 1.1.0
|
||||||
'@tauri-apps/cli-linux-arm64-gnu': 1.0.5
|
'@tauri-apps/cli-linux-arm64-gnu': 1.1.0
|
||||||
'@tauri-apps/cli-linux-arm64-musl': 1.0.5
|
'@tauri-apps/cli-linux-arm64-musl': 1.1.0
|
||||||
'@tauri-apps/cli-linux-x64-gnu': 1.0.5
|
'@tauri-apps/cli-linux-x64-gnu': 1.1.0
|
||||||
'@tauri-apps/cli-linux-x64-musl': 1.0.5
|
'@tauri-apps/cli-linux-x64-musl': 1.1.0
|
||||||
'@tauri-apps/cli-win32-ia32-msvc': 1.0.5
|
'@tauri-apps/cli-win32-ia32-msvc': 1.1.0
|
||||||
'@tauri-apps/cli-win32-x64-msvc': 1.0.5
|
'@tauri-apps/cli-win32-x64-msvc': 1.1.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