diff --git a/packages/wallets/ghost/package.json b/packages/wallets/ghost/package.json index 4a7d8fd..7456300 100644 --- a/packages/wallets/ghost/package.json +++ b/packages/wallets/ghost/package.json @@ -26,7 +26,7 @@ "build": "npm run clean && npm run tsc && npm run package" }, "dependencies": { - "@solana/wallet-standard-features": "^1.2.0", + "@solana/wallet-standard-features": "workspace:^", "@solana/web3.js": "^1.98.0", "@wallet-standard/base": "^1.1.0", "@wallet-standard/features": "^1.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 61237e3..4535f51 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -221,8 +221,8 @@ importers: packages/wallets/ghost: dependencies: '@solana/wallet-standard-features': - specifier: ^1.2.0 - version: 1.2.0 + specifier: workspace:^ + version: link:../../core/features '@solana/web3.js': specifier: ^1.98.0 version: 1.98.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)