Skip to content

Commit

Permalink
fix(tauri): Upgrade npm tauri-cli to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
endrl committed Oct 1, 2023
1 parent 9dae9fa commit 7c283c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tauri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"@jellyfin-vue/frontend": "*"
},
"devDependencies": {
"@tauri-apps/cli": "1.4.0"
"@tauri-apps/cli": "1.5.0"
},
"engines": {
"node": ">=18.12.0 <19.0.0",
"npm": ">=8.19.2",
"yarn": "Yarn is not supported. Please use NPM."
}
}
}

0 comments on commit 7c283c1

Please sign in to comment.