Skip to content

Commit 240eb77

Browse files
authored
Merge pull request #45 from velocitysystems/peer-dependencies
fix: replace @tauri-apps/api peer dep with minimum version
2 parents 75b709f + 2fd6a6e commit 240eb77

5 files changed

Lines changed: 5 additions & 90 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.12.2
1+
24.13.1

api-iife.js

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

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)