chore: Use range specifier for api.js version (#1606)

This commit is contained in:
Fabian-Lars
2024-07-31 14:25:19 +02:00
committed by GitHub
parent 95da90f82e
commit 99d6ac0f95
27 changed files with 139 additions and 111 deletions
+1 -1
View File
@@ -24,6 +24,6 @@
"LICENSE"
],
"dependencies": {
"@tauri-apps/api": "2.0.0-beta.16"
"@tauri-apps/api": "^2.0.0-beta.16"
}
}