mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 12:55:07 +00:00
bump tauri
This commit is contained in:
parent
2c41df7670
commit
ae03b5c9d2
5
.changes/bump-tauri.md
Normal file
5
.changes/bump-tauri.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"tauri-build": minor
|
||||
---
|
||||
|
||||
Bump Tauri CLI to 1.5.0
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -96,4 +96,6 @@ Thumbs.db
|
||||
|
||||
# Ignore built ts files
|
||||
__tests__/runner/*
|
||||
lib/**/*
|
||||
lib/**/*
|
||||
|
||||
.idea
|
12
package.json
12
package.json
@ -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
1597
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user