Skip to content

Commit 728f9f0

Browse files
committed
update
1 parent 309d1d5 commit 728f9f0

File tree

9 files changed

+3763
-4357
lines changed

9 files changed

+3763
-4357
lines changed

apps/dashboard/package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
"@radix-ui/react-slot": "^1.1.2",
4646
"@radix-ui/react-switch": "^1.1.3",
4747
"@radix-ui/react-tooltip": "1.1.8",
48-
"@sentry/nextjs": "9.5.0",
49-
"@shazow/whatsabi": "0.20.0",
50-
"@tanstack/react-query": "5.67.3",
48+
"@sentry/nextjs": "9.11.0",
49+
"@shazow/whatsabi": "0.21.0",
50+
"@tanstack/react-query": "5.71.10",
5151
"@tanstack/react-table": "^8.21.2",
5252
"@thirdweb-dev/service-utils": "workspace:*",
5353
"@vercel/functions": "2.0.0",
54-
"@vercel/og": "^0.6.5",
54+
"@vercel/og": "^0.6.8",
5555
"abitype": "1.0.8",
5656
"chakra-react-select": "^4.7.6",
5757
"class-variance-authority": "^0.7.1",
@@ -79,24 +79,24 @@
7979
"pluralize": "^8.0.0",
8080
"posthog-js": "1.67.1",
8181
"qrcode": "^1.5.3",
82-
"react": "19.0.0",
82+
"react": "19.1.0",
8383
"react-children-utilities": "^2.10.0",
8484
"react-day-picker": "^8.10.1",
85-
"react-dom": "19.0.0",
85+
"react-dom": "19.1.0",
8686
"react-dropzone": "^14.3.8",
8787
"react-error-boundary": "^5.0.0",
88-
"react-hook-form": "7.54.2",
88+
"react-hook-form": "7.55.0",
8989
"react-markdown": "^9.0.1",
9090
"react-table": "^7.8.0",
91-
"recharts": "2.15.1",
91+
"recharts": "2.15.2",
9292
"remark-gfm": "4.0.1",
9393
"responsive-rsc": "0.0.7",
9494
"server-only": "^0.0.1",
9595
"shiki": "1.27.0",
96-
"sonner": "2.0.1",
96+
"sonner": "2.0.3",
9797
"spdx-correct": "^3.2.0",
9898
"stripe": "17.7.0",
99-
"swagger-ui-react": "^5.20.1",
99+
"swagger-ui-react": "^5.20.6",
100100
"tailwind-merge": "^2.6.0",
101101
"tailwindcss-animate": "^1.0.7",
102102
"thirdweb": "workspace:*",
@@ -110,38 +110,38 @@
110110
"@next/bundle-analyzer": "15.2.4",
111111
"@next/eslint-plugin-next": "15.2.4",
112112
"@playwright/test": "1.51.1",
113-
"@storybook/addon-essentials": "8.6.4",
114-
"@storybook/addon-interactions": "8.6.4",
115-
"@storybook/addon-links": "8.6.4",
116-
"@storybook/addon-onboarding": "8.6.4",
117-
"@storybook/addon-viewport": "8.6.4",
118-
"@storybook/blocks": "8.6.4",
119-
"@storybook/nextjs": "8.6.4",
120-
"@storybook/react": "8.6.4",
121-
"@storybook/test": "8.6.4",
113+
"@storybook/addon-essentials": "8.6.12",
114+
"@storybook/addon-interactions": "8.6.12",
115+
"@storybook/addon-links": "8.6.12",
116+
"@storybook/addon-onboarding": "8.6.12",
117+
"@storybook/addon-viewport": "8.6.12",
118+
"@storybook/blocks": "8.6.12",
119+
"@storybook/nextjs": "8.6.12",
120+
"@storybook/react": "8.6.12",
121+
"@storybook/test": "8.6.12",
122122
"@types/color": "4.2.0",
123-
"@types/node": "22.13.10",
123+
"@types/node": "22.14.0",
124124
"@types/papaparse": "^5.3.15",
125125
"@types/pluralize": "^0.0.33",
126126
"@types/qrcode": "^1.5.5",
127-
"@types/react": "19.0.10",
128-
"@types/react-dom": "19.0.4",
127+
"@types/react": "19.1.0",
128+
"@types/react-dom": "19.1.1",
129129
"@types/react-table": "^7.7.20",
130130
"@types/spdx-correct": "^3.1.3",
131131
"@types/swagger-ui-react": "^4.19.0",
132132
"@typescript-eslint/eslint-plugin": "7.14.1",
133133
"@typescript-eslint/parser": "7.14.1",
134134
"autoprefixer": "^10.4.21",
135-
"checkly": "5.0.1",
135+
"checkly": "5.2.0",
136136
"eslint": "8.57.0",
137137
"eslint-config-biome": "1.9.4",
138-
"eslint-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",
138+
"eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250328",
139139
"eslint-plugin-storybook": "0.12.0",
140-
"knip": "5.46.0",
140+
"knip": "5.46.5",
141141
"next-sitemap": "^4.2.3",
142142
"postcss": "8.5.3",
143-
"storybook": "8.6.4",
143+
"storybook": "8.6.12",
144144
"tailwindcss": "3.4.17",
145-
"typescript": "5.8.2"
145+
"typescript": "5.8.3"
146146
}
147147
}

apps/login/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,23 @@
2727
"lucide-react": "0.483.0",
2828
"next": "15.2.4",
2929
"next-themes": "^0.4.6",
30-
"react": "19.0.0",
31-
"react-dom": "19.0.0",
30+
"react": "19.1.0",
31+
"react-dom": "19.1.0",
3232
"server-only": "^0.0.1",
33-
"sonner": "2.0.1",
33+
"sonner": "2.0.3",
3434
"tailwind-merge": "^2.6.0",
3535
"tailwindcss-animate": "^1.0.7",
3636
"thirdweb": "workspace:*"
3737
},
3838
"devDependencies": {
39-
"@eslint/eslintrc": "^3.3.0",
40-
"@types/node": "22.13.10",
41-
"@types/react": "19.0.10",
42-
"@types/react-dom": "19.0.4",
39+
"@eslint/eslintrc": "^3.3.1",
40+
"@types/node": "22.14.0",
41+
"@types/react": "19.1.0",
42+
"@types/react-dom": "19.1.1",
4343
"eslint": "9.22.0",
4444
"eslint-config-next": "15.2.4",
4545
"postcss": "8.5.3",
4646
"tailwindcss": "3.4.17",
47-
"typescript": "5.8.2"
47+
"typescript": "5.8.3"
4848
}
4949
}

apps/playground-web/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@radix-ui/react-switch": "^1.1.3",
3333
"@radix-ui/react-tabs": "^1.1.3",
3434
"@radix-ui/react-tooltip": "1.1.8",
35-
"@tanstack/react-query": "5.67.3",
35+
"@tanstack/react-query": "5.71.10",
3636
"@thirdweb-dev/engine": "^0.0.18",
3737
"class-variance-authority": "^0.7.1",
3838
"clsx": "^2.1.1",
@@ -44,9 +44,9 @@
4444
"openapi-types": "^12.1.3",
4545
"posthog-js": "1.67.1",
4646
"prettier": "3.5.3",
47-
"react": "19.0.0",
48-
"react-dom": "19.0.0",
49-
"react-hook-form": "7.54.2",
47+
"react": "19.1.0",
48+
"react-dom": "19.1.0",
49+
"react-hook-form": "7.55.0",
5050
"react-pick-color": "^2.0.0",
5151
"server-only": "^0.0.1",
5252
"shiki": "1.27.0",
@@ -57,15 +57,15 @@
5757
"zod": "3.24.2"
5858
},
5959
"devDependencies": {
60-
"@types/node": "22.13.10",
61-
"@types/react": "19.0.10",
62-
"@types/react-dom": "19.0.4",
60+
"@types/node": "22.14.0",
61+
"@types/react": "19.1.0",
62+
"@types/react-dom": "19.1.1",
6363
"eslint": "8.57.0",
6464
"eslint-config-next": "15.2.4",
65-
"eslint-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",
65+
"eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250328",
6666
"postcss": "8.5.3",
6767
"tailwindcss": "3.4.17",
6868
"tailwindcss-animate": "^1.0.7",
69-
"typescript": "5.8.2"
69+
"typescript": "5.8.3"
7070
}
7171
}

apps/portal/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@radix-ui/react-select": "^2.1.6",
2828
"@radix-ui/react-slot": "^1.1.2",
2929
"@radix-ui/react-tabs": "^1.1.3",
30-
"@tanstack/react-query": "5.67.3",
30+
"@tanstack/react-query": "5.71.10",
3131
"@tryghost/content-api": "^1.11.21",
3232
"class-variance-authority": "^0.7.1",
3333
"clsx": "^2.1.1",
@@ -42,8 +42,8 @@
4242
"node-html-parser": "^6.1.13",
4343
"posthog-js": "1.67.1",
4444
"prettier": "3.5.3",
45-
"react": "19.0.0",
46-
"react-dom": "19.0.0",
45+
"react": "19.1.0",
46+
"react-dom": "19.1.0",
4747
"react-html-parser": "2.0.2",
4848
"remark-gfm": "3.0.1",
4949
"server-only": "^0.0.1",
@@ -56,27 +56,27 @@
5656
},
5757
"devDependencies": {
5858
"@next/eslint-plugin-next": "15.2.4",
59-
"@types/flexsearch": "^0.7.6",
59+
"@types/flexsearch": "^0.7.42",
6060
"@types/he": "^1.2.3",
6161
"@types/mdx": "^2.0.13",
62-
"@types/node": "22.13.10",
63-
"@types/react": "19.0.10",
64-
"@types/react-dom": "19.0.4",
62+
"@types/node": "22.14.0",
63+
"@types/react": "19.1.0",
64+
"@types/react-dom": "19.1.1",
6565
"@types/react-html-parser": "^2.0.7",
6666
"@types/tryghost__content-api": "^1.3.16",
6767
"@typescript-eslint/eslint-plugin": "7.14.1",
6868
"@typescript-eslint/parser": "7.14.1",
6969
"autoprefixer": "^10.4.21",
7070
"eslint": "8.57.0",
7171
"eslint-config-biome": "1.9.4",
72-
"eslint-plugin-mdx": "3.2.0",
72+
"eslint-plugin-mdx": "3.3.2",
7373
"eslint-plugin-svg-jsx": "^1.2.4",
7474
"eslint-plugin-tailwindcss": "^3.18.0",
75-
"knip": "5.46.0",
75+
"knip": "5.46.5",
7676
"next-sitemap": "^4.2.3",
7777
"postcss": "8.5.3",
7878
"tailwindcss": "3.4.17",
7979
"tsx": "4.19.3",
80-
"typescript": "5.8.2"
80+
"typescript": "5.8.3"
8181
}
8282
}

apps/wallet-ui/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
"@radix-ui/react-label": "^2.1.2",
1616
"@radix-ui/react-popover": "^1.1.6",
1717
"@radix-ui/react-slot": "^1.1.2",
18-
"@tanstack/react-query": "5.67.3",
18+
"@tanstack/react-query": "5.71.10",
1919
"class-variance-authority": "^0.7.1",
2020
"clsx": "^2.1.1",
21-
"cmdk": "^1.0.4",
21+
"cmdk": "^1.1.1",
2222
"lucide-react": "0.483.0",
2323
"next": "15.2.4",
2424
"next-themes": "^0.4.6",
25-
"react": "19.0.0",
26-
"react-dom": "19.0.0",
27-
"react-hook-form": "7.54.2",
25+
"react": "19.1.0",
26+
"react-dom": "19.1.0",
27+
"react-hook-form": "7.55.0",
2828
"server-only": "^0.0.1",
29-
"sonner": "2.0.1",
29+
"sonner": "2.0.3",
3030
"tailwind-merge": "^2.6.0",
3131
"tailwindcss-animate": "^1.0.7",
3232
"thirdweb": "workspace:*",
@@ -35,18 +35,18 @@
3535
},
3636
"devDependencies": {
3737
"@next/eslint-plugin-next": "15.2.4",
38-
"@types/node": "22.13.10",
39-
"@types/react": "19.0.10",
40-
"@types/react-dom": "19.0.4",
38+
"@types/node": "22.14.0",
39+
"@types/react": "19.1.0",
40+
"@types/react-dom": "19.1.1",
4141
"@typescript-eslint/eslint-plugin": "7.14.1",
4242
"@typescript-eslint/parser": "7.14.1",
4343
"eslint": "8.57.0",
4444
"eslint-config-biome": "1.9.4",
45-
"eslint-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",
46-
"knip": "5.46.0",
45+
"eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250328",
46+
"knip": "5.46.5",
4747
"postcss": "8.5.3",
4848
"postcss-load-config": "^6.0.1",
4949
"tailwindcss": "3.4.17",
50-
"typescript": "5.8.2"
50+
"typescript": "5.8.3"
5151
}
5252
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
"@changesets/changelog-github": "0.5.1",
4444
"@changesets/cli": "2.28.1",
4545
"@manypkg/get-packages": "2.2.2",
46-
"@types/node": "22.13.10",
47-
"turbo": "2.4.4",
48-
"typescript": "5.8.2"
46+
"@types/node": "22.14.0",
47+
"turbo": "2.5.0",
48+
"typescript": "5.8.3"
4949
},
5050
"pnpm": {
5151
"overrides": {

packages/service-utils/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
"zod": "3.24.2"
5151
},
5252
"devDependencies": {
53-
"@cloudflare/workers-types": "4.20250312.0",
54-
"@types/node": "22.13.10",
55-
"typescript": "5.8.2",
56-
"vitest": "3.0.9"
53+
"@cloudflare/workers-types": "4.20250405.0",
54+
"@types/node": "22.14.0",
55+
"typescript": "5.8.3",
56+
"vitest": "3.1.1"
5757
},
5858
"scripts": {
5959
"format": "biome format ./src --write",

packages/thirdweb/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
"@radix-ui/react-focus-scope": "1.1.2",
226226
"@radix-ui/react-icons": "1.3.2",
227227
"@radix-ui/react-tooltip": "1.1.8",
228-
"@tanstack/react-query": "5.67.3",
228+
"@tanstack/react-query": "5.71.10",
229229
"@walletconnect/ethereum-provider": "2.19.1",
230230
"@walletconnect/sign-client": "2.19.1",
231231
"abitype": "1.0.8",
@@ -351,34 +351,34 @@
351351
"@mobile-wallet-protocol/client": "1.0.0",
352352
"@react-native-async-storage/async-storage": "2.1.2",
353353
"@size-limit/preset-big-lib": "11.2.0",
354-
"@storybook/addon-essentials": "8.6.4",
355-
"@storybook/addon-interactions": "8.6.4",
356-
"@storybook/addon-links": "8.6.4",
357-
"@storybook/addon-onboarding": "8.6.4",
358-
"@storybook/react": "8.6.4",
359-
"@storybook/react-vite": "8.6.4",
360-
"@storybook/test": "8.6.4",
354+
"@storybook/addon-essentials": "8.6.12",
355+
"@storybook/addon-interactions": "8.6.12",
356+
"@storybook/addon-links": "8.6.12",
357+
"@storybook/addon-onboarding": "8.6.12",
358+
"@storybook/react": "8.6.12",
359+
"@storybook/react-vite": "8.6.12",
360+
"@storybook/test": "8.6.12",
361361
"@testing-library/jest-dom": "^6.6.3",
362-
"@testing-library/react": "^16.2.0",
362+
"@testing-library/react": "^16.3.0",
363363
"@testing-library/user-event": "^14.6.1",
364364
"@types/cross-spawn": "^6.0.6",
365365
"@types/prompts": "2.4.9",
366-
"@types/react": "19.0.10",
366+
"@types/react": "19.1.0",
367367
"@viem/anvil": "0.0.10",
368368
"@vitejs/plugin-react": "^4.3.4",
369-
"@vitest/coverage-v8": "3.0.9",
370-
"@vitest/ui": "3.0.9",
369+
"@vitest/coverage-v8": "3.1.1",
370+
"@vitest/ui": "3.1.1",
371371
"dotenv-mono": "^1.3.14",
372372
"ethers5": "npm:ethers@5",
373373
"ethers6": "npm:ethers@6",
374374
"expo-linking": "7.0.5",
375375
"expo-web-browser": "14.0.2",
376-
"happy-dom": "17.1.8",
377-
"knip": "5.46.0",
376+
"happy-dom": "17.4.4",
377+
"knip": "5.46.5",
378378
"msw": "2.7.3",
379379
"prettier": "3.5.3",
380-
"react": "19.0.0",
381-
"react-dom": "19.0.0",
380+
"react": "19.1.0",
381+
"react-dom": "19.1.0",
382382
"react-native": "0.78.1",
383383
"react-native-aes-gcm-crypto": "0.2.2",
384384
"react-native-passkey": "3.1.0",
@@ -387,11 +387,11 @@
387387
"rimraf": "6.0.1",
388388
"sharp": "^0.33.5",
389389
"size-limit": "11.2.0",
390-
"storybook": "8.6.4",
390+
"storybook": "8.6.12",
391391
"typedoc": "0.27.9",
392392
"typedoc-better-json": "0.9.4",
393-
"typescript": "5.8.2",
394-
"vite": "6.2.4",
395-
"vitest": "3.0.9"
393+
"typescript": "5.8.3",
394+
"vite": "6.2.5",
395+
"vitest": "3.1.1"
396396
}
397397
}

0 commit comments

Comments
 (0)