Skip to content

Commit

Permalink
web wallet example depend on workspace sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Dec 20, 2023
1 parent 3329dae commit 34dcca6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "web-wallet",
"packageManager": "[email protected]",
"dependencies": {
"@concordium/web-sdk": "^7.0.3",
"@concordium/web-sdk": "workspace:^",
"@scure/bip39": "^1.2.1",
"buffer": "^6.0.3",
"react": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2215,7 +2215,7 @@ __metadata:
languageName: unknown
linkType: soft

"@concordium/web-sdk@npm:^7.0.0, @concordium/web-sdk@npm:^7.0.3":
"@concordium/web-sdk@npm:^7.0.0":
version: 7.1.0
resolution: "@concordium/web-sdk@npm:7.1.0"
dependencies:
Expand Down Expand Up @@ -15557,7 +15557,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "web-wallet@workspace:examples/wallet"
dependencies:
"@concordium/web-sdk": ^7.0.3
"@concordium/web-sdk": "workspace:^"
"@scure/bip39": ^1.2.1
"@types/react": ^18.0.24
"@types/react-dom": ^18.0.5
Expand Down

0 comments on commit 34dcca6

Please sign in to comment.