bump tauri

This commit is contained in:
Jonas Kruckenberg 2024-03-27 15:45:51 +01:00
parent 2c41df7670
commit ae03b5c9d2
No known key found for this signature in database
GPG Key ID: 55B37D49677B1FAC
4 changed files with 808 additions and 810 deletions

5
.changes/bump-tauri.md Normal file
View File

@ -0,0 +1,5 @@
---
"tauri-build": minor
---
Bump Tauri CLI to 1.5.0

2
.gitignore vendored
View File

@ -97,3 +97,5 @@ Thumbs.db
# Ignore built ts files
__tests__/runner/*
lib/**/*
.idea

View File

@ -23,12 +23,12 @@
"author": "",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.9.1",
"@tauri-apps/cli": "1.5.6",
"@tauri-apps/cli-darwin-x64": "1.4.0",
"@tauri-apps/cli-linux-x64-gnu": "1.4.0",
"@tauri-apps/cli-win32-x64-msvc": "1.4.0",
"string-argv": "^0.3.1",
"@actions/core": "^1.10.1",
"@tauri-apps/cli": "1.5.0",
"@tauri-apps/cli-darwin-x64": "1.5.0",
"@tauri-apps/cli-linux-x64-gnu": "1.5.0",
"@tauri-apps/cli-win32-x64-msvc": "1.5.0",
"string-argv": "^0.3.2",
"tiny-glob": "^0.2.9"
},
"devDependencies": {

1597
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff