Skip to content

Commit

Permalink
downgrading moralis
Browse files Browse the repository at this point in the history
  • Loading branch information
cyficowley committed Apr 30, 2022
1 parent b425ba9 commit de93402
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"buffer": "^6.0.3",
"compression": "1.7.4",
"cross-env": "^7.0.3",
"ethers": "^5.6.4",
"date-fns": "^2.28.0",
"ethers": "^5.6.4",
"events": "^3.3.0",
"express": "4.17.2",
"formik": "^2.2.9",
Expand All @@ -43,7 +43,7 @@
"react-datepicker": "^4.7.0",
"react-day-picker": "^8.0.4",
"react-dom": "^17.0.2",
"react-moralis": "^1.3.5",
"react-moralis": "1.2.5",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1",
"serve-static": "^1.14.2",
Expand Down Expand Up @@ -90,4 +90,4 @@
"vite": "2.8.1"
},
"packageManager": "yarn@3.1.1"
}
}
5 changes: 1 addition & 4 deletions frontend/src/client/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ export const Navbar = () => {
const login = async () => {
if (!isAuthenticated) {
await authenticate({ signingMessage: "Log into N3RP" })
.then(function (user) {
console.log("logged in user:", user);
console.log(user!.get("ethAddress"));
})
.then(function (user) {})
.catch(function (error) {
console.log(error);
});
Expand Down
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7369,10 +7369,10 @@ react-is@^17.0.1:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==

react-moralis@^1.3.5:
version "1.3.5"
resolved "https://registry.yarnpkg.com/react-moralis/-/react-moralis-1.3.5.tgz#d811e8c7e16d6ff3988fc2115a6bcce7e85263bd"
integrity sha512-Z78gjQStR301biEzfJe4MZYGqWZh3bk8hfBzguobWM/98MR7DEBiCCWEEeUqkphc2zkCzo9mKRGV/YTdTdD/vg==
react-moralis@1.2.5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/react-moralis/-/react-moralis-1.2.5.tgz#85a55043fa9dc1fdba5477280ec09e2278490770"
integrity sha512-bt2SFq34NT4QrJjNKah8Zr21JxrvwQfzInV8pFH0jYgdR2Ho6naSlq+HqLHGSFGMNVhBp+cBcWUg6uhINfcG9A==
dependencies:
fast-deep-equal "^3.1.3"
immer "^9.0.7"
Expand Down

1 comment on commit de93402

@vercel
Copy link

@vercel vercel bot commented on de93402 Apr 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.