Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
l3wi committed Aug 11, 2021
1 parent 220dce6 commit 5853fd5
Show file tree
Hide file tree
Showing 2 changed files with 4,401 additions and 1,657 deletions.
25 changes: 12 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "^1.3.4",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"dotenv": "^8.2.0",
"ethers": "^5.0.31",
"ethers-multicall": "^0.1.6",
"framer-motion": "^3.10.2",
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.6.6",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"dotenv": "^10.0.0",
"ethers": "^5.4.4",
"ethers-multicall": "^0.2.1",
"framer-motion": "^4.1.17",
"isomorphic-fetch": "^3.0.0",
"next": "10.0.7",
"react": "17.0.1",
"react-dom": "17.0.1",
"next": "11.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"styled-components": "^5.2.1",
"use-wallet": "^0.8.1"
"use-wallet": "^0.9.0"
},
"description": "This is a simple web3 starter with a clean layout",
"main": "index.js",
Expand All @@ -33,7 +33,6 @@
"keywords": [
"web3",
"nextjs",
"styledComponents",
"ethers",
"useWallet"
],
Expand Down
Loading

0 comments on commit 5853fd5

Please sign in to comment.