Skip to content

Commit

Permalink
Move valibot to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Jul 18, 2024
1 parent fafd9b7 commit 09b6cb4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@
"prepublishOnly": "pnpm build",
"pretest": "pnpm build"
},
"dependencies": {
"@tauri-apps/api": ">=2.0.0-beta.6",
"peerDependencies": {
"valibot": "^0.35.0"
},
"dependencies": {
"@tauri-apps/api": ">=2.0.0-beta.6"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"rollup": "^4.9.6",
Expand Down

0 comments on commit 09b6cb4

Please sign in to comment.