Skip to content

Commit ad0b990

Browse files
Update Next.js to 15.2.4 and other dependencies
1 parent 9e8fd89 commit ad0b990

File tree

9 files changed

+132
-127
lines changed

9 files changed

+132
-127
lines changed

.changeset/eager-buttons-shave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Update dependencies

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"ioredis": "^5.6.0",
6969
"ipaddr.js": "^2.2.0",
7070
"lucide-react": "0.483.0",
71-
"next": "15.2.3",
71+
"next": "15.2.4",
7272
"next-plausible": "^3.12.4",
7373
"next-themes": "^0.4.6",
7474
"nextjs-toploader": "^1.6.12",

apps/login/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"clsx": "^2.1.1",
2626
"jose": "6.0.10",
2727
"lucide-react": "0.483.0",
28-
"next": "15.2.3",
28+
"next": "15.2.4",
2929
"next-themes": "^0.4.6",
3030
"react": "19.0.0",
3131
"react-dom": "19.0.0",

apps/playground-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"clsx": "^2.1.1",
3939
"jose": "6.0.10",
4040
"lucide-react": "0.483.0",
41-
"next": "15.2.3",
41+
"next": "15.2.4",
4242
"next-themes": "^0.4.6",
4343
"nextjs-toploader": "^1.6.12",
4444
"openapi-types": "^12.1.3",

apps/portal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"github-slugger": "^2.0.0",
3737
"he": "^1.2.0",
3838
"lucide-react": "0.483.0",
39-
"next": "15.2.3",
39+
"next": "15.2.4",
4040
"nextjs-toploader": "^1.6.12",
4141
"node-html-markdown": "^1.3.0",
4242
"node-html-parser": "^6.1.13",

apps/wallet-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"clsx": "^2.1.1",
2121
"cmdk": "^1.0.4",
2222
"lucide-react": "0.483.0",
23-
"next": "15.2.3",
23+
"next": "15.2.4",
2424
"next-themes": "^0.4.6",
2525
"react": "19.0.0",
2626
"react-dom": "19.0.0",

packages/thirdweb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,11 @@
195195
"mipd": "0.0.7",
196196
"open": "10.1.0",
197197
"ora": "8.2.0",
198-
"ox": "0.6.11",
198+
"ox": "0.6.12",
199199
"prompts": "2.4.2",
200200
"toml": "3.0.0",
201201
"uqr": "0.1.2",
202-
"viem": "2.24.2"
202+
"viem": "2.24.3"
203203
},
204204
"peerDependencies": {
205205
"@aws-sdk/client-lambda": "^3",

packages/thirdweb/src/adapters/viem-legacy.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ describe("walletClient.toViem", () => {
153153
[UnknownRpcError: An unknown RPC error occurred.
154154
155155
Details: Can't switch chains because only an account was passed to 'viemAdapter.walletClient.toViem()', please pass a connected wallet instance instead.
156-
Version: [email protected].2]
156+
Version: [email protected].3]
157157
`);
158158
});
159159
});

pnpm-lock.yaml

Lines changed: 119 additions & 119 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)