Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Automatic merge
id: auto-merge
uses: pascalgn/automerge-action@v0.15.6
uses: pascalgn/automerge-action@v0.16.2
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
MERGE_METHOD: merge
Expand Down
98 changes: 49 additions & 49 deletions example-aave/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,110 +31,110 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
"@aave/contract-helpers": "^1.20.0",
"@aave/math-utils": "^1.20.0",
"@bgd-labs/aave-address-book": "^2.1.0",
"@emotion/cache": "11.10.3",
"@emotion/react": "11.10.4",
"@aave/contract-helpers": "^1.25.0",
"@aave/math-utils": "^1.25.0",
"@bgd-labs/aave-address-book": "^2.21.1",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.4",
"@emotion/server": "latest",
"@emotion/styled": "11.10.4",
"@gnosis.pm/safe-apps-web3-react": "^1.2.0",
"@emotion/styled": "11.11.0",
"@gnosis.pm/safe-apps-web3-react": "^1.5.3",
"@heroicons/react": "^1.0.6",
"@lingui/react": "^3.14.0",
"@mui/icons-material": "^5.10.14",
"@mui/material": "^5.10.9",
"@nexeraid/identity-sdk": "^1.1.249",
"@paraswap/sdk": "6.2.2",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.11",
"@nexeraid/identity-sdk": "^1.1.278",
"@paraswap/sdk": "6.5.0",
"@tanstack/react-query": "^4.28.0",
"@visx/axis": "^3.3.0",
"@visx/axis": "^3.8.0",
"@visx/curve": "^3.3.0",
"@visx/event": "^3.3.0",
"@visx/gradient": "^3.3.0",
"@visx/grid": "^3.3.0",
"@visx/legend": "^3.3.0",
"@visx/grid": "^3.5.0",
"@visx/legend": "^3.5.0",
"@visx/mock-data": "^3.3.0",
"@visx/responsive": "^3.3.0",
"@visx/scale": "^3.3.0",
"@visx/shape": "^3.3.0",
"@visx/scale": "^3.5.0",
"@visx/shape": "^3.5.0",
"@visx/tooltip": "^3.3.0",
"@walletconnect/ethereum-provider": "^2.9.0",
"@walletconnect/modal": "^2.6.0",
"@walletconnect/ethereum-provider": "^2.11.2",
"@walletconnect/modal": "^2.6.2",
"@web3-react/abstract-connector": "^6.0.7",
"@web3-react/core": "^6.1.9",
"@web3-react/frame-connector": "^6.0.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/torus-connector": "^6.2.9",
"@web3-react/types": "^6.0.7",
"@web3-react/walletlink-connector": "^6.2.14",
"d3-array": "^3.2.0",
"d3-array": "^3.2.4",
"d3-time-format": "^4.1.0",
"dayjs": "^1.11.5",
"eth-provider": "^0.10.0",
"dayjs": "^1.11.10",
"eth-provider": "^0.13.6",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^5.5.4",
"fuse.js": "^6.6.2",
"gray-matter": "^4.0.3",
"immer": "^10.0.2",
"immer": "^10.0.3",
"lowdb": "^3.0.0",
"mixpanel-browser": "^2.45.0",
"mixpanel-browser": "^2.49.0",
"next": "12.1.1",
"react": "latest",
"react-cookie-consent": "^8.0.1",
"react-dom": "latest",
"react-infinite-scroller": "^1.2.6",
"react-markdown": "^8.0.3",
"react-number-format": "^4.9.1",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.2.1",
"remark-gfm": "^3.0.1",
"tiny-invariant": "^1.3.1",
"web3-ledgerhq-frame-connector": "^1.0.1",
"zustand": "^4.3.8"
"tiny-invariant": "^1.3.3",
"web3-ledgerhq-frame-connector": "^1.1.0",
"zustand": "^4.5.1"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@ethersproject/experimental": "^5.5.0",
"@ethersproject/providers": "^5.5.3",
"@ethersproject/experimental": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@lingui/cli": "^3.15.0",
"@lingui/macro": "^3.15.0",
"@next/bundle-analyzer": "^12.1.0",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query-devtools": "^4.29.3",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/d3-array": "^3.0.3",
"@types/d3-time-format": "^4.0.0",
"@types/lodash": "^4.14.189",
"@types/mixpanel-browser": "^2.38.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/d3-array": "^3.2.1",
"@types/d3-time-format": "^4.0.3",
"@types/lodash": "^4.14.202",
"@types/mixpanel-browser": "^2.49.0",
"@types/react": "latest",
"@types/react-infinite-scroller": "^1.2.3",
"@types/react-infinite-scroller": "^1.2.5",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"axios": "^1.5.1",
"babel-loader": "^9.1.3",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^3.1.0",
"cypress": "13.2.0",
"cypress-repeat": "^2.3.3",
"cypress": "13.6.6",
"cypress-repeat": "^2.3.4",
"cypress-wait-until": "^2.0.1",
"dotenv": "^16.0.3",
"eslint": "^8.29.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-next": "13.0.6",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"html-webpack-plugin": "5",
"jest": "^29.2.0",
"jest-environment-jsdom": "^29.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"prettier": "^3.2.5",
"typescript": "^4.9.4"
},
"resolutions": {
"@web3-react/walletlink-connector/@coinbase/wallet-sdk": "3.1.0"
"@web3-react/walletlink-connector/@coinbase/wallet-sdk": "3.7.2"
},
"contributors": [
"Anastasia Khovaeva <anastasia@aave.com>",
Expand Down
Loading