Skip to content

Commit

Permalink
chore(deps): update dependency @tauri-apps/cli to v1.6.1 (#1716)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 2, 2024
1 parent 677bade commit 2b13281
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion plugins/single-instance/examples/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@tauri-apps/cli": "1.6.0"
"@tauri-apps/cli": "1.6.1"
}
}
2 changes: 1 addition & 1 deletion plugins/store/examples/AppSettingsManager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"tauri": "tauri"
},
"devDependencies": {
"@tauri-apps/cli": "1.6.0",
"@tauri-apps/cli": "1.6.1",
"vite": "^5.0.12",
"typescript": "^5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/websocket/examples/tauri-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"@tauri-apps/cli": "1.6.0",
"@tauri-apps/cli": "1.6.1",
"typescript": "^5.3.3",
"vite": "^5.0.12"
},
Expand Down
98 changes: 49 additions & 49 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b13281

Please sign in to comment.