Skip to content

Commit

Permalink
fix(dashboard): resolve issue preventing dashboard app from loading
Browse files Browse the repository at this point in the history
  • Loading branch information
baumstern committed May 24, 2024
1 parent d83477f commit bb52dc4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-router-dom": "^6.8.1",
"siwe": "^2.1.4",
"siwe": "^1.1.6",
"viem": "2.x",
"wagmi": "^2.5.12"
},
Expand Down
24 changes: 23 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8275,6 +8275,15 @@ __metadata:
languageName: node
linkType: hard

"@spruceid/siwe-parser@npm:^1.1.3":
version: 1.1.3
resolution: "@spruceid/siwe-parser@npm:1.1.3"
dependencies:
apg-js: "npm:^4.1.1"
checksum: 10/c953fa1e79c633a92f030b68a44225b28c71396553dc5eb8d4d5b263e8b2e5b988131720170df2eaf202ee5251d4369ccff99c130b691a1accca2a1ff93b1111
languageName: node
linkType: hard

"@sqltools/formatter@npm:^1.2.5":
version: 1.2.5
resolution: "@sqltools/formatter@npm:1.2.5"
Expand Down Expand Up @@ -14509,7 +14518,7 @@ __metadata:
react-dom: "npm:^18.2.0"
react-icons: "npm:^4.10.1"
react-router-dom: "npm:^6.8.1"
siwe: "npm:^2.1.4"
siwe: "npm:^1.1.6"
typescript: "npm:^5.4.3"
viem: "npm:2.x"
vite: "npm:^5.2.6"
Expand Down Expand Up @@ -28036,6 +28045,19 @@ __metadata:
languageName: node
linkType: hard

"siwe@npm:^1.1.6":
version: 1.1.6
resolution: "siwe@npm:1.1.6"
dependencies:
"@spruceid/siwe-parser": "npm:^1.1.3"
"@stablelib/random": "npm:^1.0.1"
apg-js: "npm:^4.1.1"
peerDependencies:
ethers: 5.5.1
checksum: 10/28762a5f0dc96de34909a70dbb8ae534d338da0d1643c895ccb00bd3446f5546e2999102ac179e0a412210eee5e166beab87228039587d7a93fb037d8c3c7ae6
languageName: node
linkType: hard

"siwe@npm:^2.1.4":
version: 2.1.4
resolution: "siwe@npm:2.1.4"
Expand Down

0 comments on commit bb52dc4

Please sign in to comment.