Skip to content

Commit 6e5b7ec

Browse files
authored
Merge branch 'main' into TOOL-3276
2 parents 08fe6e9 + b651bae commit 6e5b7ec

26 files changed

+796
-707
lines changed

.changeset/cuddly-pumas-wink.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@thirdweb-dev/service-utils": patch
3+
"thirdweb": patch
4+
"thirdweb-login": patch
5+
---
6+
7+
updated dependencies

.changeset/early-adults-travel.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+
Skip factory entrypoint lookup for ZKsync chains
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@thirdweb-dev/service-utils": patch
3+
---
4+
5+
[service-utils] Update to ESM for compression typrse

.changeset/metal-icons-end.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+
Fix: Ecosystem smart wallets now properly trigger switch chain on their admin wallets

apps/dashboard/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"@radix-ui/react-slot": "^1.1.1",
4747
"@radix-ui/react-switch": "^1.1.2",
4848
"@radix-ui/react-tooltip": "1.1.7",
49-
"@sentry/nextjs": "8.52.0",
49+
"@sentry/nextjs": "8.53.0",
5050
"@shazow/whatsabi": "^0.19.0",
51-
"@tanstack/react-query": "5.65.1",
51+
"@tanstack/react-query": "5.66.0",
5252
"@tanstack/react-table": "^8.20.6",
5353
"@thirdweb-dev/service-utils": "workspace:*",
5454
"@vercel/functions": "^1.6.0",
@@ -91,7 +91,7 @@
9191
"remark-gfm": "^4.0.0",
9292
"server-only": "^0.0.1",
9393
"shiki": "1.27.0",
94-
"sonner": "^1.7.3",
94+
"sonner": "^1.7.4",
9595
"spdx-correct": "^3.2.0",
9696
"swagger-ui-react": "^5.18.3",
9797
"tailwind-merge": "^2.6.0",
@@ -106,7 +106,7 @@
106106
"@chromatic-com/storybook": "3.2.4",
107107
"@next/bundle-analyzer": "15.1.6",
108108
"@next/eslint-plugin-next": "15.1.6",
109-
"@playwright/test": "1.50.0",
109+
"@playwright/test": "1.50.1",
110110
"@storybook/addon-essentials": "8.5.2",
111111
"@storybook/addon-interactions": "8.5.2",
112112
"@storybook/addon-links": "8.5.2",
@@ -117,7 +117,7 @@
117117
"@storybook/react": "8.5.2",
118118
"@storybook/test": "8.5.2",
119119
"@types/color": "4.2.0",
120-
"@types/node": "22.10.10",
120+
"@types/node": "22.13.0",
121121
"@types/papaparse": "^5.3.15",
122122
"@types/pluralize": "^0.0.33",
123123
"@types/qrcode": "^1.5.5",

apps/login/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@eslint/eslintrc": "^3",
25-
"@types/node": "22.10.10",
25+
"@types/node": "22.13.0",
2626
"@types/react": "19.0.8",
2727
"@types/react-dom": "19.0.3",
2828
"eslint": "^9",

apps/login/test/script-test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<h1>Test Page</h1>
55

66
<!-- load the script -->
7-
<script src="http://localhost:3000/twl.min.js" data-client-id="testfoo1234"></script>
7+
<script src="http://localhost:3000/twl.js" data-client-id="testfoo1234"></script>
88

99

1010
</body>

apps/playground-web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"fix": "eslint ./src --fix"
1414
},
1515
"dependencies": {
16-
"@abstract-foundation/agw-client": "^1.3.0",
17-
"@abstract-foundation/agw-react": "^1.4.3",
16+
"@abstract-foundation/agw-client": "^1.4.0",
17+
"@abstract-foundation/agw-react": "^1.5.0",
1818
"@radix-ui/react-accordion": "^1.2.2",
1919
"@radix-ui/react-checkbox": "^1.1.3",
2020
"@radix-ui/react-dialog": "1.1.5",
@@ -29,7 +29,7 @@
2929
"@radix-ui/react-switch": "^1.1.2",
3030
"@radix-ui/react-tabs": "^1.1.2",
3131
"@radix-ui/react-tooltip": "1.1.7",
32-
"@tanstack/react-query": "5.65.1",
32+
"@tanstack/react-query": "5.66.0",
3333
"@thirdweb-dev/engine": "^0.0.18",
3434
"class-variance-authority": "^0.7.1",
3535
"clsx": "^2.1.1",
@@ -48,7 +48,7 @@
4848
"use-debounce": "^10.0.4"
4949
},
5050
"devDependencies": {
51-
"@types/node": "22.10.10",
51+
"@types/node": "22.13.0",
5252
"@types/react": "19.0.8",
5353
"@types/react-dom": "19.0.3",
5454
"eslint": "8.57.0",

apps/portal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@radix-ui/react-select": "^2.1.5",
2828
"@radix-ui/react-slot": "^1.1.1",
2929
"@radix-ui/react-tabs": "^1.1.2",
30-
"@tanstack/react-query": "5.65.1",
30+
"@tanstack/react-query": "5.66.0",
3131
"@tryghost/content-api": "^1.11.21",
3232
"class-variance-authority": "^0.7.1",
3333
"clsx": "^2.1.1",
@@ -56,7 +56,7 @@
5656
"@next/eslint-plugin-next": "15.1.6",
5757
"@types/flexsearch": "^0.7.6",
5858
"@types/mdx": "^2.0.13",
59-
"@types/node": "22.10.10",
59+
"@types/node": "22.13.0",
6060
"@types/react": "19.0.8",
6161
"@types/react-dom": "19.0.3",
6262
"@types/react-html-parser": "^2.0.6",

apps/wallet-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@radix-ui/react-label": "^2.1.1",
1616
"@radix-ui/react-popover": "^1.1.5",
1717
"@radix-ui/react-slot": "^1.1.1",
18-
"@tanstack/react-query": "5.65.1",
18+
"@tanstack/react-query": "5.66.0",
1919
"class-variance-authority": "^0.7.1",
2020
"clsx": "^2.1.1",
2121
"cmdk": "^1.0.4",
@@ -26,7 +26,7 @@
2626
"react-dom": "19.0.0",
2727
"react-hook-form": "7.54.2",
2828
"server-only": "^0.0.1",
29-
"sonner": "^1.7.3",
29+
"sonner": "^1.7.4",
3030
"tailwind-merge": "^2.6.0",
3131
"tailwindcss-animate": "^1.0.7",
3232
"thirdweb": "workspace:*",
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@next/eslint-plugin-next": "15.1.6",
38-
"@types/node": "22.10.10",
38+
"@types/node": "22.13.0",
3939
"@types/react": "19.0.8",
4040
"@types/react-dom": "19.0.3",
4141
"@typescript-eslint/eslint-plugin": "7.14.1",

0 commit comments

Comments
 (0)