Skip to content

Commit

Permalink
chore: yarn upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
xtools-at committed Oct 20, 2023
1 parent a5c9c70 commit a5cfb9b
Show file tree
Hide file tree
Showing 3 changed files with 1,552 additions and 2,816 deletions.
1 change: 0 additions & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,33 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@ethersproject/address": "^5.5.0",
"@ethersproject/bignumber": "^5.5.0",
"@ethersproject/contracts": "^5.5.0",
"@ethersproject/providers": "^5.5.0",
"@ethersproject/wallet": "^5.5.0",
"@mui/icons-material": "^5.1.0",
"@mui/lab": "^5.0.0-alpha.55",
"@mui/material": "latest",
"@mui/material": "^5.14.14",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.1.9",
"@web3-react/walletconnect-connector": "^6.2.8",
"@web3-react/walletlink-connector": "^6.2.8",
"clsx": "latest",
"clsx": "^2.0.0",
"copy-to-clipboard": "^3.3.1",
"immer": "^9.0.6",
"localforage": "^1.10.0",
"loglevel": "^1.8.0",
"md5": "^2.3.0",
"next": "latest",
"next": "^13.5.6",
"notistack": "^2.0.3",
"react": "latest",
"react-dom": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-number-format": "^4.8.0",
"react-qr-reader": "^2.2.1",
"react-syntax-highlighter": "^15.4.5",
Expand All @@ -45,11 +45,11 @@
},
"devDependencies": {
"@types/md5": "^2.3.1",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/node": "^20.8.7",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@types/react-syntax-highlighter": "^13.5.2",
"local-ssl-proxy": "^1.3.0",
"typescript": "latest"
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit a5cfb9b

Please sign in to comment.