From 565fae7612246c3672f5d88219787c5ced60ff72 Mon Sep 17 00:00:00 2001 From: chizor iwuh Date: Tue, 23 Jul 2024 15:37:55 +0100 Subject: [PATCH] wildcard version for workspace packages in peer deps --- packages/anchor/package.json | 2 +- packages/ui/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/anchor/package.json b/packages/anchor/package.json index 7658b7f..c116988 100644 --- a/packages/anchor/package.json +++ b/packages/anchor/package.json @@ -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", diff --git a/packages/ui/package.json b/packages/ui/package.json index da5dbca..920f442 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -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",