Skip to content

Commit

Permalink
Merge pull request #18 from thewuhxyz/fix-changesets
Browse files Browse the repository at this point in the history
Fix Example
  • Loading branch information
thewuhxyz authored Jul 24, 2024
2 parents 64405a2 + 6e28c35 commit 2d90b7d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 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": "*",
"@thewuh/wallet-adapter-svelte-core": ">=0.1.1",
"svelte": "^4.0.0"
},
"svelte": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@thewuh/wallet-adapter-svelte-anchor": "workspace:*",
"@thewuh/wallet-adapter-svelte-core": "workspace:*",
"@thewuh/wallet-adapter-svelte-core": ">=0.1.1",
"@thewuh/wallet-adapter-svelte-ui": "workspace:*",
"@types/eslint": "^8.56.7",
"autoprefixer": "^10.4.19",
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": "*",
"@thewuh/wallet-adapter-svelte-core": ">=0.1.1",
"svelte": "^4.0.0"
},
"svelte": "./dist/index.js",
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2d90b7d

Please sign in to comment.