Skip to content

Commit

Permalink
fix: update packages and related code (#72)
Browse files Browse the repository at this point in the history
* fix: update packages

* fix: networks icons
  • Loading branch information
Argeare5 authored Mar 4, 2024
1 parent ce30cbd commit cd7b6b4
Show file tree
Hide file tree
Showing 22 changed files with 369 additions and 391 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
},
"dependencies": {
"@bgd-labs/aave-address-book": "^2.19.0",
"@bgd-labs/aave-governance-ui-helpers": "^3.0.0",
"@bgd-labs/aave-address-book": "^2.22.1",
"@bgd-labs/aave-governance-ui-helpers": "^3.0.4",
"@bgd-labs/frontend-web3-utils": "^1.1.1",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@gelatonetwork/relay-sdk": "^5.5.5",
"@headlessui/react": "^1.7.18",
"@mui/system": "^5.15.7",
"@mui/system": "^5.15.11",
"@next/bundle-analyzer": "^14.1.0",
"@safe-global/safe-deployments": "^1.32.0",
"@tanstack/react-query": "^5.18.1",
"@safe-global/safe-deployments": "^1.33.0",
"@tanstack/react-query": "^5.24.7",
"alova": "2.13.0",
"bignumber.js": "^9.1.2",
"dayjs": "^1.11.10",
Expand All @@ -58,13 +58,13 @@
"markdown-to-jsx": "^7.4.1",
"next": "14.0.2",
"next-themes": "^0.2.1",
"nextjs-toploader": "^1.6.5",
"nextjs-toploader": "^1.6.6",
"nprogress": "^0.2.0",
"pino-pretty": "^10.3.1",
"prism-react-renderer": "^2.3.1",
"prismjs": "^1.29.0",
"proxy-memoize": "^2.0.5",
"query-string": "^8.1.0",
"query-string": "^9.0.0",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-countup": "^6.5.0",
Expand All @@ -76,42 +76,42 @@
"react-loading-skeleton": "^3.4.0",
"react-paginate": "^8.2.0",
"sharp": "0.32.6",
"viem": "^2.7.6",
"wagmi": "^2.5.5",
"zustand": "^4.5.0"
"viem": "^2.7.19",
"wagmi": "^2.5.7",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-syntax-flow": "^7.23.3",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@next/eslint-plugin-next": "14.0.4",
"@svgr/webpack": "^8.1.0",
"@types/dom-css": "^2.1.1",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.16",
"@types/node": "^20.11.24",
"@types/nprogress": "^0.2.3",
"@types/prismjs": "^1.26.3",
"@types/react": "18.2.51",
"@types/react": "18.2.61",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"@types/react-paginate": "^7.1.4",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"babel-loader": "^9.1.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"html-webpack-plugin": "^5.6.0",
"husky": "^9.0.10",
"husky": "^9.0.11",
"identity-obj-proxy": "^3.0.0",
"lint-staged": "^15.2.1",
"prettier": "^3.2.4",
"semver": "^7.5.4",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"semver": "^7.6.0",
"typescript": "5.3.3"
},
"lint-staged": {
Expand Down
14 changes: 0 additions & 14 deletions public/images/networks/arbitrum.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/images/networks/avalanche.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/images/networks/base.svg

This file was deleted.

4 changes: 0 additions & 4 deletions public/images/networks/bsc.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/images/networks/ethereum.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/images/networks/fantom.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/images/networks/gnosis.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/images/networks/harmony.svg

This file was deleted.

8 changes: 0 additions & 8 deletions public/images/networks/metis.svg

This file was deleted.

7 changes: 0 additions & 7 deletions public/images/networks/optimism.svg

This file was deleted.

8 changes: 0 additions & 8 deletions public/images/networks/polygon.svg

This file was deleted.

9 changes: 0 additions & 9 deletions public/images/networks/scroll.svg

This file was deleted.

Loading

0 comments on commit cd7b6b4

Please sign in to comment.