diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-04 04:37:28 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-04 04:38:09 +0000 |
commit | b146c18827d9f2d50fe6785dd3199823e7a0309c (patch) | |
tree | 9d323208438623fc78de503f329e85904de0d1a0 /package.json | |
parent | Bump wasm-pack from 0.12.1 to 0.13.0 (diff) | |
download | zorascript-b146c18827d9f2d50fe6785dd3199823e7a0309c.tar zorascript-b146c18827d9f2d50fe6785dd3199823e7a0309c.tar.gz zorascript-b146c18827d9f2d50fe6785dd3199823e7a0309c.tar.bz2 zorascript-b146c18827d9f2d50fe6785dd3199823e7a0309c.tar.lz zorascript-b146c18827d9f2d50fe6785dd3199823e7a0309c.tar.xz zorascript-b146c18827d9f2d50fe6785dd3199823e7a0309c.tar.zst zorascript-b146c18827d9f2d50fe6785dd3199823e7a0309c.zip |
Bump @tauri-apps/cli from 1.5.14 to 1.6.0
Bumps [@tauri-apps/cli](https://github.com/tauri-apps/tauri) from 1.5.14 to 1.6.0.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.14...@tauri-apps/cli-v1.6.0)
---
updated-dependencies:
- dependency-name: "@tauri-apps/cli"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 33902fe..cc98a07 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "Matt Strapp <matt@mattstrapp.net>", "private": true, "devDependencies": { - "@tauri-apps/cli": "^1.5.13", + "@tauri-apps/cli": "^1.6.0", "eslint": "^9.6.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.41.0", |