Skip to content

Commit 7b32624

Browse files
fix: replace @tauri-apps/api peer dep with minimum version
1 parent f18b1b0 commit 7b32624

2 files changed

Lines changed: 2 additions & 88 deletions

File tree

package-lock.json

Lines changed: 1 addition & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
"vitest": "3.2.3"
6161
},
6262
"peerDependencies": {
63-
"@tauri-apps/api": "2.9.1"
63+
"@tauri-apps/api": "^2.9.0"
6464
}
6565
}

0 commit comments

Comments
 (0)