aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-04 04:34:52 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-10-04 04:35:33 +0000
commit158f8e88b1feadecd90f74dce9a744c039e2a0db (patch)
tree1eb4469c855fb319aec533fd2fb2872e7f2f589a /package.json
parentUpdate tauri requirement from 1.7.1 to 2.0.0 in the cargo-deps group (diff)
downloadzorascript-158f8e88b1feadecd90f74dce9a744c039e2a0db.tar
zorascript-158f8e88b1feadecd90f74dce9a744c039e2a0db.tar.gz
zorascript-158f8e88b1feadecd90f74dce9a744c039e2a0db.tar.bz2
zorascript-158f8e88b1feadecd90f74dce9a744c039e2a0db.tar.lz
zorascript-158f8e88b1feadecd90f74dce9a744c039e2a0db.tar.xz
zorascript-158f8e88b1feadecd90f74dce9a744c039e2a0db.tar.zst
zorascript-158f8e88b1feadecd90f74dce9a744c039e2a0db.zip
Bump @tauri-apps/cli from 2.0.0 to 2.0.1 in the node-deps group
Bumps the node-deps group with 1 update: [@tauri-apps/cli](https://github.com/tauri-apps/tauri). Updates `@tauri-apps/cli` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v2.0.0...@tauri-apps/cli-v2.0.1) --- updated-dependencies: - dependency-name: "@tauri-apps/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node-deps ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7e6bf5e..544d51c 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
"author": "Matt Strapp <matt@mattstrapp.net>",
"private": true,
"devDependencies": {
- "@tauri-apps/cli": "^2.0.0",
+ "@tauri-apps/cli": "^2.0.1",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.44.1",