Skip to content

Commit 1cdaeab

Browse files
kasparkallasclaude
andauthored
chore: update deps & fix Add to Wallet button (#859)
* chore: update and unpin dependencies - Update next 16.1.1 → ^16.1.6 - Unpin @mui/lab to ^6.0.1-beta.34 - Remove unused babel-plugin-react-compiler - Bump various dependency ranges (sentry, reown, tanstack, etc.) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: remove stale Wagmi v1 guard from Add to Wallet button connector.watchAsset doesn't exist in Wagmi v2, causing the wallet_watchAsset call to be silently skipped. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: bump version to 35.0.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 98b6f24 commit 1cdaeab

File tree

4 files changed

+3742
-3254
lines changed

4 files changed

+3742
-3254
lines changed

package.json

Lines changed: 31 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superfluid-finance/dashboard",
3-
"version": "34.0.0",
3+
"version": "35.0.0",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -34,54 +34,54 @@
3434
"@hookform/error-message": "^2.0.1",
3535
"@hookform/resolvers": "5.0.1",
3636
"@lens-protocol/client": "^2.3.2",
37-
"@lifi/sdk": "^3.14.1",
38-
"@lifi/widget": "^3.38.1",
37+
"@lifi/sdk": "^3.16.0",
38+
"@lifi/widget": "^3.40.11",
3939
"@mui/icons-material": "^6.5.0",
40-
"@mui/lab": "6.0.1-beta.34",
40+
"@mui/lab": "^6.0.1-beta.34",
4141
"@mui/material": "^6.5.0",
4242
"@mui/system": "^6.5.0",
4343
"@mui/utils": "^6",
4444
"@mui/x-data-grid": "^7.29.12",
4545
"@mui/x-date-pickers": "^7.29.4",
4646
"@reduxjs/toolkit": "^2.11.2",
47-
"@reown/appkit": "^1.8.16",
48-
"@reown/appkit-adapter-wagmi": "^1.8.16",
49-
"@reown/appkit-common": "^1.8.16",
50-
"@segment/analytics-next": "^1.81.1",
51-
"@sentry/browser": "^10.32.1",
52-
"@sentry/nextjs": "^10.32.1",
53-
"@sentry/react": "^10.32.1",
47+
"@reown/appkit": "^1.8.19",
48+
"@reown/appkit-adapter-wagmi": "^1.8.19",
49+
"@reown/appkit-common": "^1.8.19",
50+
"@segment/analytics-next": "^1.82.0",
51+
"@sentry/browser": "^10.43.0",
52+
"@sentry/nextjs": "^10.43.0",
53+
"@sentry/react": "^10.43.0",
5454
"@superfluid-finance/metadata": "^1.6.2",
5555
"@superfluid-finance/sdk-core": "^0.9.0",
5656
"@superfluid-finance/sdk-redux": "^0.7.0",
57-
"@superfluid-finance/tokenlist": "^5.37.1",
58-
"@tanstack/react-query": "^5.90.16",
57+
"@superfluid-finance/tokenlist": "^5.39.0",
58+
"@tanstack/react-query": "^5.90.21",
5959
"@vercel/functions": "^2.2.13",
60-
"@xstate/store": "^3.14.1",
60+
"@xstate/store": "^3.16.0",
6161
"await-timeout": "^1.1.1",
62-
"axios": "^1.13.2",
62+
"axios": "^1.13.6",
6363
"chart.js": "^4.5.1",
6464
"clsx": "^2.1.1",
6565
"date-fns": "^2.30.0",
6666
"decimal.js": "^10.6.0",
67-
"effect": "^3.19.14",
67+
"effect": "^3.19.19",
6868
"eol": "^0.10.0",
6969
"ethers": "^5.8.0",
7070
"fuse.js": "^7.1.0",
71-
"graphql": "^16.12.0",
71+
"graphql": "^16.13.1",
7272
"graphql-request": "^6.1.0",
7373
"immer": "^10.2.0",
7474
"jszip": "^3.10.1",
75-
"lodash-es": "^4.17.22",
75+
"lodash-es": "^4.17.23",
7676
"nanoid": "^5.1.6",
77-
"next": "16.1.1",
77+
"next": "^16.1.6",
7878
"next-themes": "^0.4.6",
7979
"papaparse": "^5.5.3",
8080
"promise-retry": "^2.0.1",
81-
"react": "^19.2.3",
81+
"react": "^19.2.4",
8282
"react-blockies": "^1.4.1",
83-
"react-dom": "^19.2.3",
84-
"react-hook-form": "^7.70.0",
83+
"react-dom": "^19.2.4",
84+
"react-hook-form": "^7.71.2",
8585
"react-hotjar": "^6.3.1",
8686
"react-redux": "^9",
8787
"react-toastify": "^9.1.3",
@@ -90,35 +90,34 @@
9090
"redux-persist": "^6.0.0",
9191
"serialize-error": "^8.1.0",
9292
"sha3": "^2.1.4",
93-
"viem": "^2.43.5",
93+
"viem": "^2.47.1",
9494
"wagmi": "^2.19.5",
9595
"yup": "^1.7.1"
9696
},
9797
"devDependencies": {
9898
"@dethcrypto/eth-sdk": "^0.3.4",
99-
"@eslint/eslintrc": "^3.3.3",
99+
"@eslint/eslintrc": "^3.3.5",
100100
"@graphprotocol/client-cli": "^2.2.22",
101-
"@next/eslint-plugin-next": "^16.1.1",
101+
"@next/eslint-plugin-next": "^16.1.6",
102102
"@rtk-query/codegen-openapi": "^1.2.0",
103-
"@superfluid-finance/ethereum-contracts": "^1.14.1",
103+
"@superfluid-finance/ethereum-contracts": "^1.15.0",
104104
"@types/await-timeout": "^0.3.3",
105105
"@types/lodash-es": "^4.17.12",
106106
"@types/papaparse": "^5.5.2",
107107
"@types/promise-retry": "^1.1.6",
108-
"@types/react": "^19.2.7",
108+
"@types/react": "^19.2.14",
109109
"@types/react-dom": "^19.2.3",
110-
"@wagmi/cli": "^2.8.0",
110+
"@wagmi/cli": "^2.10.0",
111111
"@welldone-software/why-did-you-render": "^8.0.3",
112112
"babel-plugin-istanbul": "^6.1.1",
113-
"babel-plugin-react-compiler": "19.1.0-rc.3",
114113
"del-cli": "^5.1.0",
115114
"dotenv": "^16.6.1",
116-
"eslint": "^9.39.2",
117-
"eslint-config-next": "^16.1.1",
115+
"eslint": "^9.39.4",
116+
"eslint-config-next": "^16.1.6",
118117
"eslint-plugin-react": "^7.37.5",
119118
"eslint-plugin-react-hooks": "^7.0.1",
120119
"npm-run-all": "^4.1.5",
121-
"replayio": "^1.7.0",
120+
"replayio": "^1.8.2",
122121
"typescript": "^5.9.3"
123122
},
124123
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531",

0 commit comments

Comments
 (0)