Skip to content

Commit

Permalink
Merge pull request #9 from thewuhxyz/fix-changesets
Browse files Browse the repository at this point in the history
Fix: Changesets peer deps issue
  • Loading branch information
thewuhxyz authored Jul 23, 2024
2 parents 93c6e24 + 565fae7 commit be21c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/anchor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"peerDependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@thewuh/wallet-adapter-svelte-core": "workspace:*",
"@thewuh/wallet-adapter-svelte-core": "*",
"svelte": "^4.0.0"
},
"svelte": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"peerDependencies": {
"@solana/web3.js": "~1.88.0",
"@thewuh/wallet-adapter-svelte-core": "workspace:*",
"@thewuh/wallet-adapter-svelte-core": "*",
"svelte": "^4.0.0"
},
"svelte": "./dist/index.js",
Expand Down

0 comments on commit be21c04

Please sign in to comment.