Skip to content

Commit

Permalink
Upgrade dependencies (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre authored May 3, 2021
1 parent 6761aad commit 0591982
Show file tree
Hide file tree
Showing 8 changed files with 397 additions and 341 deletions.
12 changes: 6 additions & 6 deletions examples/ethereum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"dependencies": {
"@emotion/react": "^11.1.5",
"@metamask/detect-provider": "^1.2.0",
"ethers": "^5.1.0",
"ethers": "^5.1.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-spring": "^9.0.0",
"react-spring": "^9.1.2",
"use-nft": "portal:../..",
"use-viewport": "git://github.com/aragon/use-viewport.git#commit=dd60132c8ab5c8f824e9dd08a7543a034c93141e",
"use-wallet": "git://github.com/bpierre/use-wallet.git#commit=f7063ae7d89d031f00b492cc766e84c4908da7e4"
},
"devDependencies": {
"@types/react": "^17.0.3",
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"@vitejs/plugin-react-refresh": "^1.3.2",
"typescript": "^4.2.3",
"vite": "^2.1.5"
"@vitejs/plugin-react-refresh": "^1.3.3",
"typescript": "^4.2.4",
"vite": "^2.2.4"
}
}
Loading

0 comments on commit 0591982

Please sign in to comment.