Skip to content

Commit

Permalink
fix: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Argeare5 committed Mar 12, 2024
1 parent c814ddb commit d469104
Show file tree
Hide file tree
Showing 3 changed files with 469 additions and 461 deletions.
8 changes: 6 additions & 2 deletions app/payloads-explorer/page.page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Metadata } from 'next';
import React from 'react';
import React, { Suspense } from 'react';

import { PayloadsExplorerPage } from '../../src/payloadsExplorer/components/PayloadsExplorerPage';
import { metaTexts } from '../../src/ui/utils/metaTexts';
Expand All @@ -15,5 +15,9 @@ export const metadata: Metadata = {
};

export default function PayloadsExplorer() {
return <PayloadsExplorerPage />;
return (
<Suspense>
<PayloadsExplorerPage />
</Suspense>
);
}
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,32 +31,32 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
},
"dependencies": {
"@bgd-labs/aave-address-book": "^2.22.1",
"@bgd-labs/aave-governance-ui-helpers": "^3.0.4",
"@bgd-labs/aave-address-book": "^2.24.0",
"@bgd-labs/aave-governance-ui-helpers": "^3.0.5",
"@bgd-labs/frontend-web3-utils": "^1.1.1",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@gelatonetwork/relay-sdk": "^5.5.5",
"@gelatonetwork/relay-sdk": "^5.5.6",
"@headlessui/react": "^1.7.18",
"@mui/system": "^5.15.11",
"@next/bundle-analyzer": "^14.1.0",
"@mui/system": "^5.15.12",
"@next/bundle-analyzer": "^14.1.3",
"@safe-global/safe-deployments": "^1.33.0",
"@tanstack/react-query": "^5.24.7",
"@tanstack/react-query": "^5.26.3",
"alova": "2.13.0",
"bignumber.js": "^9.1.2",
"dayjs": "^1.11.10",
"encoding": "^0.1.13",
"ethereum-blockies-base64": "^1.0.2",
"final-form": "^4.20.10",
"final-form-arrays": "^3.1.0",
"fuse.js": "6.6.2",
"fuse.js": "7.0.0",
"gray-matter": "^4.0.3",
"immer": "^10.0.3",
"immer": "^10.0.4",
"lokijs": "^1.5.12",
"markdown-to-jsx": "^7.4.1",
"next": "14.0.2",
"next": "14.1.3",
"next-themes": "^0.2.1",
"nextjs-toploader": "^1.6.6",
"nprogress": "^0.2.0",
Expand All @@ -74,8 +74,8 @@
"react-final-form-arrays": "^3.1.4",
"react-loading-skeleton": "^3.4.0",
"react-paginate": "^8.2.0",
"sharp": "0.32.6",
"viem": "^2.7.19",
"sharp": "0.33.2",
"viem": "^2.8.4",
"wagmi": "^2.5.7",
"zustand": "^4.5.2"
},
Expand All @@ -84,19 +84,19 @@
"@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",
"@next/eslint-plugin-next": "14.1.3",
"@svgr/webpack": "^8.1.0",
"@types/dom-css": "^2.1.1",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.24",
"@types/node": "^20.11.26",
"@types/nprogress": "^0.2.3",
"@types/prismjs": "^1.26.3",
"@types/react": "18.2.61",
"@types/react": "18.2.65",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "18.2.19",
"@types/react-dom": "18.2.21",
"@types/react-paginate": "^7.1.4",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"babel-loader": "^9.1.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -111,7 +111,7 @@
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"semver": "^7.6.0",
"typescript": "5.3.3"
"typescript": "5.4.2"
},
"lint-staged": {
"!(.prettierignore)*.*": "yarn lint:fix",
Expand Down
Loading

1 comment on commit d469104

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.