Skip to content

Commit 0babe2f

Browse files
committed
update dependencies (#5635)
closes: DASH-545 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating various package dependencies in multiple projects and making minor code adjustments for improved functionality and compatibility. ### Detailed summary - Updated `@cloudflare/workers-types` from `4.20241127.0` to `4.20241205.0`. - Changed `chainId` handling in `iframe-wallet.ts` to use `Number.parseInt(BigInt(...).toString())`. - Updated `@tanstack/react-query` from `5.62.1` to `5.62.2` across multiple `package.json` files. - Updated `lucide-react` from `0.462.0` to `0.468.0` across multiple `package.json` files. - Updated `tailwindcss` from `3.4.15` to `3.4.16` across multiple `package.json` files. - Updated `next-themes` from `0.4.3` to `0.4.4` in several projects. - Updated `knip` from `5.39.0` to `5.39.2` in multiple `package.json` files. - Updated `abitype` from `1.0.6` to `1.0.7`. - Updated `framer-motion` from `11.12.0` to `11.13.1`. - Updated `@coinbase/wallet-sdk` from `4.2.3` to `4.2.4`. - Updated `viem` from `2.21.53` to `2.21.54`. - Updated `storybook` dependencies from `8.4.6` to `8.4.7`. > The following files were skipped due to too many changes: `pnpm-lock.yaml` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent a7d0ecb commit 0babe2f

File tree

8 files changed

+1122
-1122
lines changed

8 files changed

+1122
-1122
lines changed

apps/dashboard/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -48,29 +48,29 @@
4848
"@radix-ui/react-tooltip": "1.1.4",
4949
"@sentry/nextjs": "8.42.0",
5050
"@shazow/whatsabi": "^0.17.0",
51-
"@tanstack/react-query": "5.62.1",
51+
"@tanstack/react-query": "5.62.2",
5252
"@tanstack/react-table": "^8.17.3",
5353
"@thirdweb-dev/service-utils": "workspace:*",
5454
"@vercel/functions": "^1.5.1",
5555
"@vercel/og": "^0.6.4",
56-
"abitype": "1.0.6",
56+
"abitype": "1.0.7",
5757
"chakra-react-select": "^4.7.6",
5858
"class-variance-authority": "^0.7.1",
5959
"clsx": "^2.1.1",
6060
"color": "^4.2.3",
6161
"compare-versions": "^6.1.0",
6262
"date-fns": "4.1.0",
6363
"flat": "^6.0.1",
64-
"framer-motion": "11.12.0",
64+
"framer-motion": "11.13.1",
6565
"fuse.js": "7.0.0",
6666
"input-otp": "^1.4.1",
6767
"ioredis": "^5.4.1",
6868
"ipaddr.js": "^2.2.0",
69-
"lucide-react": "0.462.0",
69+
"lucide-react": "0.468.0",
7070
"next": "15.0.3",
7171
"next-plausible": "^3.12.4",
7272
"next-seo": "^6.5.0",
73-
"next-themes": "^0.4.3",
73+
"next-themes": "^0.4.4",
7474
"nextjs-toploader": "^1.6.12",
7575
"papaparse": "^5.4.1",
7676
"pluralize": "^8.0.0",
@@ -105,15 +105,15 @@
105105
"@next/bundle-analyzer": "15.0.3",
106106
"@next/eslint-plugin-next": "15.0.3",
107107
"@playwright/test": "1.49.0",
108-
"@storybook/addon-essentials": "8.4.6",
109-
"@storybook/addon-interactions": "8.4.6",
110-
"@storybook/addon-links": "8.4.6",
111-
"@storybook/addon-onboarding": "8.4.6",
112-
"@storybook/addon-viewport": "8.4.6",
113-
"@storybook/blocks": "8.4.6",
114-
"@storybook/nextjs": "8.4.6",
115-
"@storybook/react": "8.4.6",
116-
"@storybook/test": "8.4.6",
108+
"@storybook/addon-essentials": "8.4.7",
109+
"@storybook/addon-interactions": "8.4.7",
110+
"@storybook/addon-links": "8.4.7",
111+
"@storybook/addon-onboarding": "8.4.7",
112+
"@storybook/addon-viewport": "8.4.7",
113+
"@storybook/blocks": "8.4.7",
114+
"@storybook/nextjs": "8.4.7",
115+
"@storybook/react": "8.4.7",
116+
"@storybook/test": "8.4.7",
117117
"@types/color": "4.2.0",
118118
"@types/node": "22.10.1",
119119
"@types/papaparse": "^5.3.15",
@@ -132,11 +132,11 @@
132132
"eslint-config-biome": "1.9.4",
133133
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
134134
"eslint-plugin-storybook": "^0.11.1",
135-
"knip": "5.39.0",
135+
"knip": "5.39.2",
136136
"next-sitemap": "^4.2.3",
137137
"postcss": "8.4.49",
138-
"storybook": "8.4.6",
139-
"tailwindcss": "3.4.15",
138+
"storybook": "8.4.7",
139+
"tailwindcss": "3.4.16",
140140
"typescript": "5.7.2"
141141
}
142142
}

apps/playground-web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"@radix-ui/react-switch": "^1.1.1",
2828
"@radix-ui/react-tabs": "^1.1.1",
2929
"@radix-ui/react-tooltip": "1.1.4",
30-
"@tanstack/react-query": "5.62.1",
30+
"@tanstack/react-query": "5.62.2",
3131
"@thirdweb-dev/engine": "^0.0.16",
3232
"class-variance-authority": "^0.7.1",
3333
"clsx": "^2.1.1",
34-
"lucide-react": "0.462.0",
34+
"lucide-react": "0.468.0",
3535
"next": "15.0.3",
36-
"next-themes": "^0.4.3",
36+
"next-themes": "^0.4.4",
3737
"prettier": "3.3.3",
3838
"react": "19.0.0-rc-69d4b800-20241021",
3939
"react-dom": "19.0.0-rc-69d4b800-20241021",
@@ -53,7 +53,7 @@
5353
"eslint-config-next": "15.0.3",
5454
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
5555
"postcss": "8.4.49",
56-
"tailwindcss": "3.4.15",
56+
"tailwindcss": "3.4.16",
5757
"tailwindcss-animate": "^1.0.7",
5858
"typescript": "5.7.2"
5959
}

apps/portal/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"@radix-ui/react-dropdown-menu": "^2.1.2",
2525
"@radix-ui/react-slot": "^1.1.0",
2626
"@radix-ui/react-tabs": "^1.1.1",
27-
"@tanstack/react-query": "5.62.1",
27+
"@tanstack/react-query": "5.62.2",
2828
"@tryghost/content-api": "^1.11.21",
2929
"class-variance-authority": "^0.7.1",
3030
"clsx": "^2.1.1",
3131
"date-fns": "4.1.0",
3232
"escape-string-regexp": "^5.0.0",
3333
"flexsearch": "^0.7.43",
3434
"github-slugger": "^2.0.0",
35-
"lucide-react": "0.462.0",
35+
"lucide-react": "0.468.0",
3636
"next": "15.0.3",
3737
"nextjs-toploader": "^1.6.12",
3838
"node-html-parser": "^6.1.13",
@@ -70,7 +70,7 @@
7070
"eslint-plugin-tailwindcss": "^3.17.5",
7171
"next-sitemap": "^4.2.3",
7272
"postcss": "8.4.49",
73-
"tailwindcss": "3.4.15",
73+
"tailwindcss": "3.4.16",
7474
"tsx": "4.19.2",
7575
"typescript": "5.7.2"
7676
}

apps/wallet-ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"@radix-ui/react-label": "^2.1.0",
1717
"@radix-ui/react-popover": "^1.1.2",
1818
"@radix-ui/react-slot": "^1.1.0",
19-
"@tanstack/react-query": "5.62.1",
19+
"@tanstack/react-query": "5.62.2",
2020
"class-variance-authority": "^0.7.1",
2121
"clsx": "^2.1.1",
2222
"cmdk": "^1.0.4",
23-
"lucide-react": "0.462.0",
23+
"lucide-react": "0.468.0",
2424
"next": "15.0.3",
25-
"next-themes": "^0.4.3",
25+
"next-themes": "^0.4.4",
2626
"react": "19.0.0-rc-69d4b800-20241021",
2727
"react-dom": "19.0.0-rc-69d4b800-20241021",
2828
"react-hook-form": "7.53.2",
@@ -44,10 +44,10 @@
4444
"eslint": "8.57.0",
4545
"eslint-config-biome": "1.9.4",
4646
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
47-
"knip": "5.39.0",
47+
"knip": "5.39.2",
4848
"postcss": "8.4.49",
4949
"postcss-load-config": "^6.0.1",
50-
"tailwindcss": "3.4.15",
50+
"tailwindcss": "3.4.16",
5151
"typescript": "5.7.2"
5252
}
5353
}

packages/service-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"zod": "3.23.8"
5050
},
5151
"devDependencies": {
52-
"@cloudflare/workers-types": "4.20241127.0",
52+
"@cloudflare/workers-types": "4.20241205.0",
5353
"@types/node": "22.10.1",
5454
"typescript": "5.7.2",
5555
"vitest": "2.1.8"

packages/thirdweb/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
"!tsconfig.build.json"
200200
],
201201
"dependencies": {
202-
"@coinbase/wallet-sdk": "4.2.3",
202+
"@coinbase/wallet-sdk": "4.2.4",
203203
"@emotion/react": "11.13.5",
204204
"@emotion/styled": "11.13.5",
205205
"@google/model-viewer": "2.1.1",
@@ -210,16 +210,16 @@
210210
"@radix-ui/react-focus-scope": "1.1.0",
211211
"@radix-ui/react-icons": "1.3.2",
212212
"@radix-ui/react-tooltip": "1.1.4",
213-
"@tanstack/react-query": "5.62.1",
213+
"@tanstack/react-query": "5.62.2",
214214
"@walletconnect/ethereum-provider": "2.17.2",
215215
"@walletconnect/sign-client": "2.17.2",
216-
"abitype": "1.0.6",
216+
"abitype": "1.0.7",
217217
"fuse.js": "7.0.0",
218218
"input-otp": "^1.4.1",
219219
"mipd": "0.0.7",
220220
"ox": "0.4.0",
221221
"uqr": "0.1.2",
222-
"viem": "2.21.53"
222+
"viem": "2.21.54"
223223
},
224224
"peerDependencies": {
225225
"@aws-sdk/client-lambda": "^3",
@@ -330,15 +330,15 @@
330330
"@mobile-wallet-protocol/client": "0.1.2",
331331
"@react-native-async-storage/async-storage": "2.1.0",
332332
"@size-limit/preset-big-lib": "11.1.6",
333-
"@storybook/addon-essentials": "8.4.6",
334-
"@storybook/addon-interactions": "8.4.6",
335-
"@storybook/addon-links": "8.4.6",
336-
"@storybook/addon-onboarding": "8.4.6",
337-
"@storybook/react": "8.4.6",
338-
"@storybook/react-vite": "8.4.6",
339-
"@storybook/test": "8.4.6",
333+
"@storybook/addon-essentials": "8.4.7",
334+
"@storybook/addon-interactions": "8.4.7",
335+
"@storybook/addon-links": "8.4.7",
336+
"@storybook/addon-onboarding": "8.4.7",
337+
"@storybook/react": "8.4.7",
338+
"@storybook/react-vite": "8.4.7",
339+
"@storybook/test": "8.4.7",
340340
"@testing-library/jest-dom": "^6.6.3",
341-
"@testing-library/react": "^16.0.0",
341+
"@testing-library/react": "^16.1.0",
342342
"@testing-library/user-event": "^14.5.2",
343343
"@types/cross-spawn": "^6.0.6",
344344
"@types/react": "npm:types-react@19.0.0-rc.1",
@@ -353,23 +353,23 @@
353353
"expo-linking": "7.0.3",
354354
"expo-web-browser": "14.0.1",
355355
"happy-dom": "15.11.7",
356-
"knip": "5.39.0",
356+
"knip": "5.39.2",
357357
"msw": "2.6.6",
358358
"prettier": "3.3.3",
359359
"react": "19.0.0-rc-69d4b800-20241021",
360360
"react-dom": "19.0.0-rc-69d4b800-20241021",
361361
"react-native": "0.76.3",
362362
"react-native-aes-gcm-crypto": "0.2.2",
363363
"react-native-passkey": "3.0.0",
364-
"react-native-quick-crypto": "0.7.7",
364+
"react-native-quick-crypto": "0.7.8",
365365
"react-native-svg": "15.9.0",
366366
"rimraf": "6.0.1",
367367
"sharp": "^0.33.5",
368368
"size-limit": "11.1.6",
369-
"storybook": "8.4.6",
370-
"typedoc": "0.27.2",
369+
"storybook": "8.4.7",
370+
"typedoc": "0.27.3",
371371
"typescript": "5.7.2",
372-
"vite": "6.0.2",
372+
"vite": "6.0.3",
373373
"vitest": "2.1.8"
374374
}
375375
}

packages/thirdweb/src/wallets/in-app/web/lib/iframe-wallet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ export class IFrameWallet implements IWebWallet {
316316
parsedTypedData.types as SignerProcedureTypes["signTypedDataV4"]["types"],
317317
message:
318318
parsedTypedData.message as SignerProcedureTypes["signTypedDataV4"]["message"],
319-
chainId: chainId || 1,
319+
chainId: Number.parseInt(BigInt(chainId || 1).toString()),
320320
partnerId,
321321
rpcEndpoint: `https://${chainId}.${RPC_URL}`, // TODO (ew) shouldnt be needed
322322
},

0 commit comments

Comments
 (0)