Skip to content

Commit

Permalink
Update @wallet-standard/* to latest prerelease (#3052)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher authored Aug 2, 2024
1 parent 9ee7b4f commit 8d9f510
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 103 deletions.
4 changes: 2 additions & 2 deletions examples/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@solana-program/system": "^0.4.1",
"@solana/react": "workspace:*",
"@solana/web3.js": "workspace:*",
"@wallet-standard/core": "pre",
"@wallet-standard/react": "pre",
"@wallet-standard/core": "0.0.0-20240802213516",
"@wallet-standard/react": "0.0.0-20240802213516",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-error-boundary": "^4.0.13",
Expand Down
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,19 @@
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"@wallet-standard/base": "pre",
"@wallet-standard/app": "0.0.0-20240802213516",
"@wallet-standard/base": "0.0.0-20240802213516",
"@wallet-standard/core": "0.0.0-20240802213516",
"@wallet-standard/errors": "0.0.0-20240802213516",
"@wallet-standard/experimental-features": "0.0.0-20240802213516",
"@wallet-standard/features": "0.0.0-20240802213516",
"@wallet-standard/react-core": "0.0.0-20240802213516",
"@wallet-standard/react": "0.0.0-20240802213516",
"@wallet-standard/ui-compare": "0.0.0-20240802213516",
"@wallet-standard/ui-core": "0.0.0-20240802213516",
"@wallet-standard/ui-features": "0.0.0-20240802213516",
"@wallet-standard/ui-registry": "0.0.0-20240802213516",
"@wallet-standard/ui": "0.0.0-20240802213516",
"conventional-changelog-conventionalcommits": ">= 8.0.0",
"jsdom": "^22",
"mock-socket": "^9.3.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
"@solana/signers": "workspace:*",
"@solana/transactions": "workspace:*",
"@solana/wallet-standard-features": "^1.2.0",
"@wallet-standard/base": "pre",
"@wallet-standard/errors": "pre",
"@wallet-standard/ui": "pre",
"@wallet-standard/ui-registry": "pre"
"@wallet-standard/base": "0.0.0-20240802213516",
"@wallet-standard/errors": "0.0.0-20240802213516",
"@wallet-standard/ui": "0.0.0-20240802213516",
"@wallet-standard/ui-registry": "0.0.0-20240802213516"
},
"devDependencies": {
"@solana/codecs-core": "workspace:*",
Expand Down
197 changes: 101 additions & 96 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 8d9f510

Please sign in to comment.