mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 12:55:07 +00:00
bump tauri to 1.5.11
This commit is contained in:
parent
aab6d19a60
commit
4ef3b52b28
5
.changes/bump-tauri.md
Normal file
5
.changes/bump-tauri.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"tauri-build": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Bump Tauri to 1.5.9
|
@ -24,10 +24,10 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.1",
|
"@actions/core": "^1.10.1",
|
||||||
"@tauri-apps/cli": "1.5.8",
|
"@tauri-apps/cli": "1.5.9",
|
||||||
"@tauri-apps/cli-darwin-x64": "1.5.8",
|
"@tauri-apps/cli-darwin-x64": "1.5.9",
|
||||||
"@tauri-apps/cli-linux-x64-gnu": "1.5.8",
|
"@tauri-apps/cli-linux-x64-gnu": "1.5.9",
|
||||||
"@tauri-apps/cli-win32-x64-msvc": "1.5.8",
|
"@tauri-apps/cli-win32-x64-msvc": "1.5.9",
|
||||||
"string-argv": "^0.3.2",
|
"string-argv": "^0.3.2",
|
||||||
"tiny-glob": "^0.2.9"
|
"tiny-glob": "^0.2.9"
|
||||||
},
|
},
|
||||||
|
82
pnpm-lock.yaml
generated
82
pnpm-lock.yaml
generated
@ -1,7 +1,7 @@
|
|||||||
lockfileVersion: '6.0'
|
lockfileVersion: '6.0'
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
autoInstallPeers: false
|
autoInstallPeers: true
|
||||||
excludeLinksFromLockfile: false
|
excludeLinksFromLockfile: false
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -9,17 +9,17 @@ dependencies:
|
|||||||
specifier: ^1.10.1
|
specifier: ^1.10.1
|
||||||
version: 1.10.1
|
version: 1.10.1
|
||||||
'@tauri-apps/cli':
|
'@tauri-apps/cli':
|
||||||
specifier: 1.5.8
|
specifier: 1.5.9
|
||||||
version: 1.5.8
|
version: 1.5.9
|
||||||
'@tauri-apps/cli-darwin-x64':
|
'@tauri-apps/cli-darwin-x64':
|
||||||
specifier: 1.5.8
|
specifier: 1.5.9
|
||||||
version: 1.5.8
|
version: 1.5.9
|
||||||
'@tauri-apps/cli-linux-x64-gnu':
|
'@tauri-apps/cli-linux-x64-gnu':
|
||||||
specifier: 1.5.8
|
specifier: 1.5.9
|
||||||
version: 1.5.8
|
version: 1.5.9
|
||||||
'@tauri-apps/cli-win32-x64-msvc':
|
'@tauri-apps/cli-win32-x64-msvc':
|
||||||
specifier: 1.5.8
|
specifier: 1.5.9
|
||||||
version: 1.5.8
|
version: 1.5.9
|
||||||
string-argv:
|
string-argv:
|
||||||
specifier: ^0.3.2
|
specifier: ^0.3.2
|
||||||
version: 0.3.2
|
version: 0.3.2
|
||||||
@ -173,8 +173,8 @@ packages:
|
|||||||
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
|
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@tauri-apps/cli-darwin-arm64@1.5.8:
|
/@tauri-apps/cli-darwin-arm64@1.5.9:
|
||||||
resolution: {integrity: sha512-/AksDWfAt3NUSt8Rq2a3gTLASChKzldPVUjmJhcbtsuzFg2nx5g+hhOHxfBYzss2Te1K5mzlu+73LAMy1Sb9Gw==}
|
resolution: {integrity: sha512-7C2Jf8f0gzv778mLYb7Eszqqv1bm9Wzews81MRTqKrUIcC+eZEtDXLex+JaEkEzFEUrgIafdOvMBVEavF030IA==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
@ -182,15 +182,15 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-darwin-x64@1.5.8:
|
/@tauri-apps/cli-darwin-x64@1.5.9:
|
||||||
resolution: {integrity: sha512-gcfSh+BFRDdbIGpggZ1+5R5SgToz2A9LthH8P4ak3OHagDzDvI6ov6zy2UQE3XDWJKdnlna2rSR1dIuRZ0T9bA==}
|
resolution: {integrity: sha512-LHKytpkofPYgH8RShWvwDa3hD1ws131x7g7zNasJPfOiCWLqYVQFUuQVmjEUt8+dpHe/P/err5h4z+YZru2d0A==}
|
||||||
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.5.8:
|
/@tauri-apps/cli-linux-arm-gnueabihf@1.5.9:
|
||||||
resolution: {integrity: sha512-ZHQYuOBGvZubPnh5n8bNaN2VMxPBZWs26960FGQWamm9569UV/TNDHb6mD0Jjk9o0f9P+f98qNhuu5Y37P+vfQ==}
|
resolution: {integrity: sha512-teGK20IYKx+dVn8wFq/Lg57Q9ce7foq1KHSfyHi464LVt1T0V1rsmULSgZpQPPj/NYPF5BG78PcWYv64yH86jw==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm]
|
cpu: [arm]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
@ -198,8 +198,8 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-arm64-gnu@1.5.8:
|
/@tauri-apps/cli-linux-arm64-gnu@1.5.9:
|
||||||
resolution: {integrity: sha512-FFs28Ew3R2EFPYKuyAIouTbp6YnR+shAmJGFNnVy7ibKHL0wxamVKqv1N5N9gUUr+EhbZu2syMBRfG9XQ5mgng==}
|
resolution: {integrity: sha512-onJ/DW5Crw38qVx+wquY4uBbfCxVhzhdJmlCYqnYyXsZZmSiPUfSyhV58y+5TYB0q1hG8eYdB5x8VAwzByhGzw==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
@ -207,8 +207,8 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-arm64-musl@1.5.8:
|
/@tauri-apps/cli-linux-arm64-musl@1.5.9:
|
||||||
resolution: {integrity: sha512-dEYvNyLMmWD0jb30FNfVPXmBq6OGg6is3km+4RlGg8tZU5Zvq78ClUZtaZuER+N/hv27+Uc6UHl9X3hin8cGGw==}
|
resolution: {integrity: sha512-23AYoLD3acakLp9NtheKQDJl8F66eTOflxoPzdJNRy13hUSxb+W9qpz4rRA+CIzkjICFvO2i3UWjeV9QwDVpsQ==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
@ -216,15 +216,15 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-linux-x64-gnu@1.5.8:
|
/@tauri-apps/cli-linux-x64-gnu@1.5.9:
|
||||||
resolution: {integrity: sha512-ut3TDbtLXmZhz6Q4wim57PV02wG+AfuLSWRPhTL9MsPsg/E7Y6sJhv0bIMAq6SwC59RCH52ZGft6RH7samV2NQ==}
|
resolution: {integrity: sha512-9PQA1rE7gh41W2ylyKd5qOGOds55ymaYPml9KOpM0g+cxmCXa+8Wf9K5NKvACnJldJJ6cekWzIyB4eN6o5T+yQ==}
|
||||||
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.5.8:
|
/@tauri-apps/cli-linux-x64-musl@1.5.9:
|
||||||
resolution: {integrity: sha512-k6ei7ETXVZlNpFOhl/8Cnj709UbEr+VuY9xKK/HgwvNfjA5f8HQ9TSKk/Um7oeT1Y61/eEcvcgF/hDURhFJDPQ==}
|
resolution: {integrity: sha512-5hdbNFeDsrJ/pXZ4cSQV4bJwUXPPxXxN3/pAtNUqIph7q+vLcBXOXIMoS64iuyaluJC59lhEwlWZFz+EPv0Hqg==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
@ -232,8 +232,8 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-win32-arm64-msvc@1.5.8:
|
/@tauri-apps/cli-win32-arm64-msvc@1.5.9:
|
||||||
resolution: {integrity: sha512-l6zm31x1inkS2K5e7otUZ90XBoK+xr2KJObFCZbzmluBE+LM0fgIXCrj7xwH/f0RCUX3VY9HHx4EIo7eLGBXKQ==}
|
resolution: {integrity: sha512-O18JufjSB3hSJYu5WWByONouGeX7DraLAtXLErsG1r/VS3zHd/zyuzycrVUaObNXk5bfGlIP0Ypt+RvZJILN2w==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
@ -241,8 +241,8 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-win32-ia32-msvc@1.5.8:
|
/@tauri-apps/cli-win32-ia32-msvc@1.5.9:
|
||||||
resolution: {integrity: sha512-0k3YpWl6PKV4Qp2N52Sb45egXafSgQXcBaO7TIJG4EDfaEf5f6StN+hYSzdnrq9idrK5x9DDCPuebZTuJ+Q8EA==}
|
resolution: {integrity: sha512-FQxtxTZu0JVBihfd/lmpxo7jyMOesjWQehfyVUqtgMfm5+Pvvw0Y+ZioeDi1TZkFVrT3QDYy8R4LqDLSZVMQRA==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [ia32]
|
cpu: [ia32]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
@ -250,28 +250,28 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tauri-apps/cli-win32-x64-msvc@1.5.8:
|
/@tauri-apps/cli-win32-x64-msvc@1.5.9:
|
||||||
resolution: {integrity: sha512-XjBg8VMswmD9JAHKlb10NRPfBVAZoiOJBbPRte+GP1BUQtqDnbIYcOLSnUCmNZoy3fUBJuKJUBT9tDCbkMr5fQ==}
|
resolution: {integrity: sha512-EeI1+L518cIBLKw0qUFwnLIySBeSmPQjPLIlNwSukHSro4tAQPHycEVGgKrdToiCWgaZJBA0e5aRSds0Du2TWg==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@tauri-apps/cli@1.5.8:
|
/@tauri-apps/cli@1.5.9:
|
||||||
resolution: {integrity: sha512-c/mzk5vjjfxtH5uNXSc9h1eiprsolnoBcUwAa4/SZ3gxJ176CwrUKODz3cZBOnzs8omwagwgSN/j7K8NrdFL9g==}
|
resolution: {integrity: sha512-knSt/9AvCTeyfC6wkyeouF9hBW/0Mzuw+5vBKEvzaGPQsfFJo1ZCp5FkdiZpGBBfnm09BhugasGRTGofzatfqQ==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@tauri-apps/cli-darwin-arm64': 1.5.8
|
'@tauri-apps/cli-darwin-arm64': 1.5.9
|
||||||
'@tauri-apps/cli-darwin-x64': 1.5.8
|
'@tauri-apps/cli-darwin-x64': 1.5.9
|
||||||
'@tauri-apps/cli-linux-arm-gnueabihf': 1.5.8
|
'@tauri-apps/cli-linux-arm-gnueabihf': 1.5.9
|
||||||
'@tauri-apps/cli-linux-arm64-gnu': 1.5.8
|
'@tauri-apps/cli-linux-arm64-gnu': 1.5.9
|
||||||
'@tauri-apps/cli-linux-arm64-musl': 1.5.8
|
'@tauri-apps/cli-linux-arm64-musl': 1.5.9
|
||||||
'@tauri-apps/cli-linux-x64-gnu': 1.5.8
|
'@tauri-apps/cli-linux-x64-gnu': 1.5.9
|
||||||
'@tauri-apps/cli-linux-x64-musl': 1.5.8
|
'@tauri-apps/cli-linux-x64-musl': 1.5.9
|
||||||
'@tauri-apps/cli-win32-arm64-msvc': 1.5.8
|
'@tauri-apps/cli-win32-arm64-msvc': 1.5.9
|
||||||
'@tauri-apps/cli-win32-ia32-msvc': 1.5.8
|
'@tauri-apps/cli-win32-ia32-msvc': 1.5.9
|
||||||
'@tauri-apps/cli-win32-x64-msvc': 1.5.8
|
'@tauri-apps/cli-win32-x64-msvc': 1.5.9
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@types/json-schema@7.0.15:
|
/@types/json-schema@7.0.15:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user