Skip to content

Commit

Permalink
fix: update packages (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Argeare5 authored Dec 15, 2023
1 parent 8ce3b3c commit 5684838
Show file tree
Hide file tree
Showing 2 changed files with 317 additions and 221 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
},
"dependencies": {
"@bgd-labs/aave-address-book": "^2.13.0",
"@bgd-labs/aave-governance-ui-helpers": "^1.0.4",
"@bgd-labs/frontend-web3-utils": "^1.0.2",
"@bgd-labs/aave-governance-ui-helpers": "^1.0.6",
"@bgd-labs/frontend-web3-utils": "^1.0.3",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@gelatonetwork/relay-sdk": "^5.5.3",
"@gelatonetwork/relay-sdk": "^5.5.5",
"@headlessui/react": "^1.7.17",
"@mui/system": "^5.14.20",
"@safe-global/safe-deployments": "^1.28.0",
"@mui/system": "^5.15.0",
"@safe-global/safe-deployments": "^1.29.0",
"alova": "2.13.0",
"bignumber.js": "^9.1.2",
"date-fns": "^2.30.0",
Expand Down Expand Up @@ -73,12 +73,12 @@
"react-loading-skeleton": "^3.3.1",
"react-paginate": "^8.2.0",
"sharp": "^0.32.6",
"viem": "^1.19.11",
"wagmi": "^1.4.8",
"viem": "^1.19.15",
"wagmi": "^1.4.12",
"zustand": "^4.4.7"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/core": "^7.23.6",
"@babel/eslint-parser": "^7.23.3",
"@next/eslint-plugin-next": "^14.0.2",
"@svgr/webpack": "^8.1.0",
Expand All @@ -90,23 +90,23 @@
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "18.2.16",
"@types/react-paginate": "^7.1.4",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"babel-loader": "^9.1.3",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"html-webpack-plugin": "^5.5.3",
"html-webpack-plugin": "^5.5.4",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"semver": "^7.5.4",
"typescript": "5.3.2"
"typescript": "5.3.3"
},
"lint-staged": {
"!(.prettierignore)*.*": "yarn lint:fix",
Expand Down
Loading

0 comments on commit 5684838

Please sign in to comment.