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 6606429
Show file tree
Hide file tree
Showing 2 changed files with 35 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": "^2.3.2",
"viem": "2.x",
"wagmi": "^2.5.12"
},
Expand Down
35 changes: 34 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8275,6 +8275,18 @@ __metadata:
languageName: node
linkType: hard

"@spruceid/siwe-parser@npm:^2.1.2":
version: 2.1.2
resolution: "@spruceid/siwe-parser@npm:2.1.2"
dependencies:
"@noble/hashes": "npm:^1.1.2"
apg-js: "npm:^4.3.0"
uri-js: "npm:^4.4.1"
valid-url: "npm:^1.0.9"
checksum: 10/48459fe3b4d4b3091375ee87af700864c9023d4a1271d34850c6d27475e5d93a45d1efe8a71da367ad838b6921ced60c387d54737edd0a7a0d8e4e0a3cc2b8b7
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 @@ -11236,6 +11248,13 @@ __metadata:
languageName: node
linkType: hard

"apg-js@npm:^4.3.0":
version: 4.4.0
resolution: "apg-js@npm:4.4.0"
checksum: 10/425f19096026742f5f156f26542b68f55602aa60f0c4ae2d72a0a888cf15fe9622223191202262dd8979d76a6125de9d8fd164d56c95fb113f49099f405eb08c
languageName: node
linkType: hard

"api@workspace:apps/api":
version: 0.0.0-use.local
resolution: "api@workspace:apps/api"
Expand Down Expand Up @@ -14509,7 +14528,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:^2.3.2"
typescript: "npm:^5.4.3"
viem: "npm:2.x"
vite: "npm:^5.2.6"
Expand Down Expand Up @@ -28050,6 +28069,20 @@ __metadata:
languageName: node
linkType: hard

"siwe@npm:^2.3.2":
version: 2.3.2
resolution: "siwe@npm:2.3.2"
dependencies:
"@spruceid/siwe-parser": "npm:^2.1.2"
"@stablelib/random": "npm:^1.0.1"
uri-js: "npm:^4.4.1"
valid-url: "npm:^1.0.9"
peerDependencies:
ethers: ^5.6.8 || ^6.0.8
checksum: 10/6ea5ad9a9046fa916f85bf9d3092bc898f7e339d9c552714ea53ecc17daa4f78300c3cf7cc9c70fe57baf77dcee5cb38c6e1d692400b874cd84d297b1261918c
languageName: node
linkType: hard

"skin-tone@npm:^2.0.0":
version: 2.0.0
resolution: "skin-tone@npm:2.0.0"
Expand Down

0 comments on commit 6606429

Please sign in to comment.