Skip to content

Commit

Permalink
Run pnpm update
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnazario committed Nov 26, 2024
1 parent cbd1d46 commit b13faf7
Show file tree
Hide file tree
Showing 2 changed files with 2,512 additions and 5,603 deletions.
43 changes: 21 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,30 @@
"pnpm": {
"overrides": {
"axios": ">=1.7.4",
"d3-color": ">=3.1.0",
"cross-spawn": "^7.0.6"
"d3-color": ">=3.1.0"
}
},
"dependencies": {
"@apollo/client": "^3.11.8",
"@apollo/client": "^3.11.10",
"@aptos-labs/ts-sdk": "1.33.0",
"@aptos-labs/wallet-adapter-mui-design": "3.0.21",
"@aptos-labs/wallet-adapter-react": "3.7.7",
"@bitget-wallet/aptos-wallet-adapter": "^0.1.2",
"@blocto/aptos-wallet-adapter-plugin": "^0.2.11",
"@download/blockies": "^1.0.3",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@martianwallet/aptos-wallet-adapter": "^0.0.5",
"@msafe/aptos-wallet-adapter": "^1.1.3",
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@mui/system": "^6.1.6",
"@mui/x-date-pickers": "^7.22.1",
"@mui/icons-material": "^6.1.8",
"@mui/material": "^6.1.8",
"@mui/system": "^6.1.8",
"@mui/x-date-pickers": "^7.22.3",
"@okwallet/aptos-wallet-adapter": "^0.0.7",
"@pontem/wallet-adapter-plugin": "^0.2.1",
"@rise-wallet/wallet-adapter": "^0.1.2",
"@sentry/react": "^8.36.0",
"@tanstack/react-query": "^5.59.19",
"@sentry/react": "^8.40.0",
"@tanstack/react-query": "^5.61.4",
"@tp-lab/aptos-wallet-adapter": "^1.0.1",
"@trustwallet/aptos-wallet-adapter": "^0.1.6",
"@welldone-studio/aptos-wallet-adapter": "^0.1.5",
Expand All @@ -40,7 +39,7 @@
"chart.js": "^4.4.6",
"date-fns": "^4.1.0",
"eslint-plugin-html": "^8.1.2",
"graphql": "^16.8.1",
"graphql": "^16.9.0",
"js-sha3": "^0.9.3",
"lodash": "^4.17.21",
"moment": "^2.30.1",
Expand All @@ -52,12 +51,12 @@
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-gtm-module": "^2.0.11",
"react-hook-form": "^7.53.1",
"react-hook-form": "^7.53.2",
"react-intersection-observer": "^9.13.1",
"react-json-view": "^1.21.3",
"react-loading-skeleton": "^3.5.0",
"react-number-format": "^5.4.2",
"react-router-dom": "^6.27.0",
"react-router-dom": "^6.28.0",
"react-simple-maps": "^3.0.0",
"react-syntax-highlighter": "^15.6.1",
"recharts": "^2.13.3",
Expand Down Expand Up @@ -103,17 +102,17 @@
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^8.56.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.5",
"husky": "^9.1.6",
"eslint-plugin-react-refresh": "^0.4.14",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"ts-results": "^3.3.0",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"typescript": "^5.7.2",
"vite": "^6.0.0",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^2.1.4"
"vitest": "^2.1.6"
}
}
Loading

0 comments on commit b13faf7

Please sign in to comment.