mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-15 05:15:06 +00:00
Merge pull request #189 from JonasKruckenberg/renovate/tauri-packages
This commit is contained in:
commit
095ca2dbb5
5
.changes/tauri.md
Normal file
5
.changes/tauri.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"tauri-build": patch
|
||||
---
|
||||
|
||||
Update Tauri to 1.2.2
|
@ -24,10 +24,10 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.6.0",
|
||||
"@tauri-apps/cli": "1.2.1",
|
||||
"@tauri-apps/cli-darwin-x64": "1.2.1",
|
||||
"@tauri-apps/cli-linux-x64-gnu": "1.2.1",
|
||||
"@tauri-apps/cli-win32-x64-msvc": "1.2.1",
|
||||
"@tauri-apps/cli": "1.2.2",
|
||||
"@tauri-apps/cli-darwin-x64": "1.2.2",
|
||||
"@tauri-apps/cli-linux-x64-gnu": "1.2.2",
|
||||
"@tauri-apps/cli-win32-x64-msvc": "1.2.2",
|
||||
"string-argv": "^0.3.1",
|
||||
"tiny-glob": "^0.2.9"
|
||||
},
|
||||
|
74
pnpm-lock.yaml
generated
74
pnpm-lock.yaml
generated
@ -2,10 +2,10 @@ lockfileVersion: 5.4
|
||||
|
||||
specifiers:
|
||||
'@actions/core': ^1.6.0
|
||||
'@tauri-apps/cli': 1.2.1
|
||||
'@tauri-apps/cli-darwin-x64': 1.2.1
|
||||
'@tauri-apps/cli-linux-x64-gnu': 1.2.1
|
||||
'@tauri-apps/cli-win32-x64-msvc': 1.2.1
|
||||
'@tauri-apps/cli': 1.2.2
|
||||
'@tauri-apps/cli-darwin-x64': 1.2.2
|
||||
'@tauri-apps/cli-linux-x64-gnu': 1.2.2
|
||||
'@tauri-apps/cli-win32-x64-msvc': 1.2.2
|
||||
'@types/node': 18.11.12
|
||||
'@typescript-eslint/parser': 5.44.0
|
||||
'@vercel/ncc': 0.36.0
|
||||
@ -19,10 +19,10 @@ specifiers:
|
||||
|
||||
dependencies:
|
||||
'@actions/core': 1.9.0
|
||||
'@tauri-apps/cli': 1.2.1
|
||||
'@tauri-apps/cli-darwin-x64': 1.2.1
|
||||
'@tauri-apps/cli-linux-x64-gnu': 1.2.1
|
||||
'@tauri-apps/cli-win32-x64-msvc': 1.2.1
|
||||
'@tauri-apps/cli': 1.2.2
|
||||
'@tauri-apps/cli-darwin-x64': 1.2.2
|
||||
'@tauri-apps/cli-linux-x64-gnu': 1.2.2
|
||||
'@tauri-apps/cli-win32-x64-msvc': 1.2.2
|
||||
string-argv: 0.3.1
|
||||
tiny-glob: 0.2.9
|
||||
|
||||
@ -127,8 +127,8 @@ packages:
|
||||
fastq: 1.13.0
|
||||
dev: true
|
||||
|
||||
/@tauri-apps/cli-darwin-arm64/1.2.1:
|
||||
resolution: {integrity: sha512-WiAxSON52owFI65Whd3NjcKjXdO1zJfafBVZ3v+Y3F2zlXhRPiirXbtefAc3mvN56zDz/pfi018Qb4XesuVzHA==}
|
||||
/@tauri-apps/cli-darwin-arm64/1.2.2:
|
||||
resolution: {integrity: sha512-W+Cp2weUMlvmGkRJeUjypbz9Lpl6o98xkgKAtobZSum5SNwpsBQfawJTESakNoD+FXyVg/snIk5sRdHge+tAaA==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
@ -136,15 +136,15 @@ packages:
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@tauri-apps/cli-darwin-x64/1.2.1:
|
||||
resolution: {integrity: sha512-jfumnrn7RYKVtDmHgrQhImoxpqT51bDrO4KxgpIXaYSaf6MdG2JT72dwUovPrURw0JX2Z/Elihq+dYbrsKoV/w==}
|
||||
/@tauri-apps/cli-darwin-x64/1.2.2:
|
||||
resolution: {integrity: sha512-vmVAqt+ECH2d6cbcGJ7ddcCAZgmKe5xmxlL5r4xoaphu7OqU4gnv4VFURYkVltOfwzIFQVOPVSqwYyIDToCYNQ==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
dev: false
|
||||
|
||||
/@tauri-apps/cli-linux-arm-gnueabihf/1.2.1:
|
||||
resolution: {integrity: sha512-n4p6Ekn6Wa9X/klUGevEGgoWAGApGGsLrJYE4c8bKTbAUfQ9Nyzjh8gK/GDii1dg9oRW0FdXDa6BJa7aEEj9sA==}
|
||||
/@tauri-apps/cli-linux-arm-gnueabihf/1.2.2:
|
||||
resolution: {integrity: sha512-yYTdQurgi4QZR8z+fANjl522jdQz/VtesFpw+C/A0+zXg7tiRjicsywBDdPsvNzCqFeGKKkmTR+Lny5qxhGaeQ==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
@ -152,8 +152,8 @@ packages:
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@tauri-apps/cli-linux-arm64-gnu/1.2.1:
|
||||
resolution: {integrity: sha512-oAHkQQGfNCh8pQQHuDzzqt+S5sOj3tiUkySaquR2z/AQEHeDGAMrRGLZwOiDw9Xvu7qxFiF9H0e5OMK7BkncDw==}
|
||||
/@tauri-apps/cli-linux-arm64-gnu/1.2.2:
|
||||
resolution: {integrity: sha512-ZSOVT6Eq1ay2+27B8KfA0MnpO7KYzONU6TjenH7DNcQki6eWGG5JoNu8QQ9Mdn3dAzY0XBP9i1ZHQOFu4iPtEg==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
@ -161,8 +161,8 @@ packages:
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@tauri-apps/cli-linux-arm64-musl/1.2.1:
|
||||
resolution: {integrity: sha512-1dEZ5fdFYkMyB1U7ZkDJUlwYwCeqy9Y3vXmtZ6pCxrvgs844s8+RIFDuMU42pTN+lUxfFeQARmv0LpS4eF/QWQ==}
|
||||
/@tauri-apps/cli-linux-arm64-musl/1.2.2:
|
||||
resolution: {integrity: sha512-/NHSkqNQ+Pr4PshvyD1CeNFaPCaCpe1OeuAQgVi0rboSecC9fXN96G5dQbSBoxOUcCo6f8aTVE7zkZ4WchFVog==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
@ -170,15 +170,15 @@ packages:
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@tauri-apps/cli-linux-x64-gnu/1.2.1:
|
||||
resolution: {integrity: sha512-wkgCD3s5P6tgBPnn0/gDx7MXMx2Hx+jdA+JP8zdCq4cIeYXlxdZG/zXbHb5ldPadNh582lzHiGg+Pmc+wDg2fA==}
|
||||
/@tauri-apps/cli-linux-x64-gnu/1.2.2:
|
||||
resolution: {integrity: sha512-4YTmfPuyvlHsvCkATDMwhklfuQm3HKxYXv/IOW9H0ra6pS9efVhrFYIC9Vfv6XaKN85Vnn/FYTEGMJLwCxZw2Q==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
dev: false
|
||||
|
||||
/@tauri-apps/cli-linux-x64-musl/1.2.1:
|
||||
resolution: {integrity: sha512-zD+a+5cSlYVU0ECOojWp71ok/9jE0DJufzb9oky17XIKV/oiOAG60z4OYRe+oqxYS1TcBt+pUa1/2zlu/6SRdA==}
|
||||
/@tauri-apps/cli-linux-x64-musl/1.2.2:
|
||||
resolution: {integrity: sha512-wr46tbscwFuCcA931R+ItOiUTT0djMmgKLd1HFCmFF82V9BKE2reIjr6O9l0NCXCo2WeD4pe3jA/Pt1dxDu+JA==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
@ -186,8 +186,8 @@ packages:
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@tauri-apps/cli-win32-ia32-msvc/1.2.1:
|
||||
resolution: {integrity: sha512-nEgdRd8czaKL1RQfj946dsfzlk6atmD95Fm7NVTVOe77PFHTS3ztHeWK7X6jirCaOF3h/F7qpJVCU6JMnq2tfA==}
|
||||
/@tauri-apps/cli-win32-ia32-msvc/1.2.2:
|
||||
resolution: {integrity: sha512-6VmbVJOWUZJK5/JKhb3mNFKrKGfq0KV7lJGumfN95WJgkHeyL61p8bZit+o6ZgUGUhrOabkAawhDkrRY+ZQhIw==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [ia32]
|
||||
os: [win32]
|
||||
@ -195,27 +195,27 @@ packages:
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@tauri-apps/cli-win32-x64-msvc/1.2.1:
|
||||
resolution: {integrity: sha512-ceWiQkmNNRrnfgbLMnndT4QF1IyLK7aOJsMqS/HueshAwmVQWnC1DUE0C58Taetgq38Cavc4gGnZOCHuH6ZuTw==}
|
||||
/@tauri-apps/cli-win32-x64-msvc/1.2.2:
|
||||
resolution: {integrity: sha512-YRPJguJma+zSuRZpFoSZqls6+laggG1vqG0FPQWQTi+ywATgMpai2b2RZnffDlpHKp9mt4V/s2dtqOy6bpGZHg==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
dev: false
|
||||
|
||||
/@tauri-apps/cli/1.2.1:
|
||||
resolution: {integrity: sha512-JrFFT1/4V+AGSRjKdgszZwOr+/a1519LDhNxBkbsIg6D/kFK+3kk1qImaQBY9DvvIWK6IV4whc8OAkgxm+Sl3w==}
|
||||
/@tauri-apps/cli/1.2.2:
|
||||
resolution: {integrity: sha512-D8zib3A0vWCvPPSyYLxww/OdDlVcY7fpcDVBH6qUvheOjj2aCyU7H9AYMRBwpgCfz8zY5+vomee+laLeB0H13w==}
|
||||
engines: {node: '>= 10'}
|
||||
hasBin: true
|
||||
optionalDependencies:
|
||||
'@tauri-apps/cli-darwin-arm64': 1.2.1
|
||||
'@tauri-apps/cli-darwin-x64': 1.2.1
|
||||
'@tauri-apps/cli-linux-arm-gnueabihf': 1.2.1
|
||||
'@tauri-apps/cli-linux-arm64-gnu': 1.2.1
|
||||
'@tauri-apps/cli-linux-arm64-musl': 1.2.1
|
||||
'@tauri-apps/cli-linux-x64-gnu': 1.2.1
|
||||
'@tauri-apps/cli-linux-x64-musl': 1.2.1
|
||||
'@tauri-apps/cli-win32-ia32-msvc': 1.2.1
|
||||
'@tauri-apps/cli-win32-x64-msvc': 1.2.1
|
||||
'@tauri-apps/cli-darwin-arm64': 1.2.2
|
||||
'@tauri-apps/cli-darwin-x64': 1.2.2
|
||||
'@tauri-apps/cli-linux-arm-gnueabihf': 1.2.2
|
||||
'@tauri-apps/cli-linux-arm64-gnu': 1.2.2
|
||||
'@tauri-apps/cli-linux-arm64-musl': 1.2.2
|
||||
'@tauri-apps/cli-linux-x64-gnu': 1.2.2
|
||||
'@tauri-apps/cli-linux-x64-musl': 1.2.2
|
||||
'@tauri-apps/cli-win32-ia32-msvc': 1.2.2
|
||||
'@tauri-apps/cli-win32-x64-msvc': 1.2.2
|
||||
dev: false
|
||||
|
||||
/@types/json-schema/7.0.11:
|
||||
|
Loading…
x
Reference in New Issue
Block a user