Skip to content

Commit

Permalink
Merge pull request #146 from Concordium/update-id-verifier-packages
Browse files Browse the repository at this point in the history
Update ID Verifier and Wallet Connect Test Bench packages
  • Loading branch information
lassemoldrup authored May 28, 2024
2 parents f0bf40a + fd4d230 commit 1fd18ae
Show file tree
Hide file tree
Showing 6 changed files with 8,455 additions and 5,673 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/id-demo/dist/*
/wallet-connect-test-bench/front-end/node_modules
/wallet-connect-test-bench/front-end/.yarn
/id-verifier/frontend/.yarn

# dependencies
node_modules
Expand Down
1 change: 1 addition & 0 deletions id-verifier/frontend/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
4 changes: 2 additions & 2 deletions id-verifier/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "0.1.",
"packageManager": "[email protected]",
"dependencies": {
"@concordium/browser-wallet-api-helpers": "^2.0.0",
"@concordium/web-sdk": "^3.1.0",
"@concordium/browser-wallet-api-helpers": "^3.0.1",
"@concordium/web-sdk": "^7.4.0",
"@walletconnect/qrcode-modal": "^1.8.0",
"@walletconnect/sign-client": "^2.1.5",
"@walletconnect/types": "^2.1.5",
Expand Down
Loading

0 comments on commit 1fd18ae

Please sign in to comment.