Skip to content

Commit eaf9e0c

Browse files
committed
update dependencies (#5304)
1 parent 75cbe64 commit eaf9e0c

File tree

7 files changed

+1409
-2126
lines changed

7 files changed

+1409
-2126
lines changed

apps/dashboard/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@chakra-ui/theme-tools": "^2.1.2",
2828
"@emotion/react": "11.13.3",
2929
"@emotion/styled": "11.13.0",
30-
"@hookform/resolvers": "^3.9.0",
30+
"@hookform/resolvers": "^3.9.1",
3131
"@marsidev/react-turnstile": "^1.0.2",
3232
"@n8tb1t/use-scroll-position": "^2.0.3",
3333
"@radix-ui/react-alert-dialog": "^1.1.2",
@@ -45,11 +45,11 @@
4545
"@radix-ui/react-slot": "^1.1.0",
4646
"@radix-ui/react-switch": "^1.1.1",
4747
"@radix-ui/react-tooltip": "1.1.3",
48-
"@sentry/nextjs": "8.35.0",
49-
"@shazow/whatsabi": "^0.15.4",
48+
"@sentry/nextjs": "8.36.0",
49+
"@shazow/whatsabi": "^0.16.0",
5050
"@stripe/react-stripe-js": "^2.8.1",
5151
"@stripe/stripe-js": "^3.5.0",
52-
"@tanstack/react-query": "5.59.16",
52+
"@tanstack/react-query": "5.59.19",
5353
"@tanstack/react-table": "^8.17.3",
5454
"@thirdweb-dev/service-utils": "workspace:*",
5555
"@vercel/og": "^0.6.2",
@@ -61,15 +61,15 @@
6161
"compare-versions": "^6.1.0",
6262
"date-fns": "4.1.0",
6363
"flat": "^6.0.1",
64-
"framer-motion": "11.11.10",
64+
"framer-motion": "11.11.11",
6565
"fuse.js": "7.0.0",
66-
"input-otp": "^1.2.4",
66+
"input-otp": "^1.4.1",
6767
"ioredis": "^5.4.1",
6868
"ipaddr.js": "^2.2.0",
6969
"lottie-react": "^2.4.0",
7070
"lucide-react": "0.454.0",
7171
"next": "14.2.15",
72-
"next-plausible": "^3.12.0",
72+
"next-plausible": "^3.12.3",
7373
"next-seo": "^6.5.0",
7474
"next-themes": "^0.3.0",
7575
"nextjs-toploader": "^1.6.12",
@@ -83,16 +83,16 @@
8383
"react-children-utilities": "^2.10.0",
8484
"react-day-picker": "^8.10.1",
8585
"react-dom": "18.3.1",
86-
"react-dropzone": "^14.2.9",
86+
"react-dropzone": "^14.3.5",
8787
"react-error-boundary": "^4.1.2",
8888
"react-hook-form": "7.52.0",
8989
"react-markdown": "^9.0.1",
9090
"react-responsive-carousel": "^3.2.23",
9191
"react-table": "^7.8.0",
92-
"recharts": "^2.13.0",
92+
"recharts": "^2.13.3",
9393
"remark-gfm": "^4.0.0",
9494
"server-only": "^0.0.1",
95-
"sonner": "^1.5.0",
95+
"sonner": "^1.7.0",
9696
"spdx-correct": "^3.2.0",
9797
"swagger-ui-react": "^5.17.14",
9898
"tailwind-merge": "^2.5.4",
@@ -108,15 +108,15 @@
108108
"@next/bundle-analyzer": "14.2.15",
109109
"@next/eslint-plugin-next": "14.2.15",
110110
"@playwright/test": "1.48.2",
111-
"@storybook/addon-essentials": "8.3.6",
112-
"@storybook/addon-interactions": "8.3.6",
113-
"@storybook/addon-links": "8.3.6",
114-
"@storybook/addon-onboarding": "8.3.6",
115-
"@storybook/addon-viewport": "8.3.6",
116-
"@storybook/blocks": "8.3.6",
117-
"@storybook/nextjs": "8.3.6",
118-
"@storybook/react": "8.3.6",
119-
"@storybook/test": "8.3.6",
111+
"@storybook/addon-essentials": "8.4.1",
112+
"@storybook/addon-interactions": "8.4.1",
113+
"@storybook/addon-links": "8.4.1",
114+
"@storybook/addon-onboarding": "8.4.1",
115+
"@storybook/addon-viewport": "8.4.1",
116+
"@storybook/blocks": "8.4.1",
117+
"@storybook/nextjs": "8.4.1",
118+
"@storybook/react": "8.4.1",
119+
"@storybook/test": "8.4.1",
120120
"@types/color": "4.2.0",
121121
"@types/node": "20.14.9",
122122
"@types/papaparse": "^5.3.15",
@@ -135,10 +135,10 @@
135135
"eslint-config-biome": "1.9.3",
136136
"eslint-plugin-react-compiler": "0.0.0-experimental-fa06e2c-20241014",
137137
"eslint-plugin-storybook": "^0.9.0",
138-
"knip": "5.34.2",
138+
"knip": "5.36.2",
139139
"next-sitemap": "^4.2.3",
140140
"postcss": "8.4.47",
141-
"storybook": "8.3.6",
141+
"storybook": "8.4.1",
142142
"tailwindcss": "3.4.14",
143143
"typescript": "5.6.3"
144144
}

apps/playground-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@radix-ui/react-switch": "^1.1.1",
2828
"@radix-ui/react-tabs": "^1.1.1",
2929
"@radix-ui/react-tooltip": "1.1.3",
30-
"@tanstack/react-query": "5.59.16",
30+
"@tanstack/react-query": "5.59.19",
3131
"class-variance-authority": "^0.7.0",
3232
"clsx": "^2.1.1",
3333
"lucide-react": "0.454.0",

apps/portal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@radix-ui/react-dropdown-menu": "^2.1.2",
2626
"@radix-ui/react-slot": "^1.1.0",
2727
"@radix-ui/react-tabs": "^1.1.1",
28-
"@tanstack/react-query": "5.59.16",
28+
"@tanstack/react-query": "5.59.19",
2929
"@tryghost/content-api": "^1.11.21",
3030
"class-variance-authority": "^0.7.0",
3131
"clsx": "^2.1.1",

apps/wallet-ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@
1010
"fix": "biome check ./src --fix"
1111
},
1212
"dependencies": {
13-
"@hookform/resolvers": "^3.9.0",
13+
"@hookform/resolvers": "^3.9.1",
1414
"@noble/curves": "1.6.0",
1515
"@radix-ui/react-dialog": "1.1.2",
1616
"@radix-ui/react-label": "^2.1.0",
1717
"@radix-ui/react-popover": "^1.1.2",
1818
"@radix-ui/react-slot": "^1.1.0",
1919
"@radix-ui/react-toast": "^1.2.2",
20-
"@tanstack/react-query": "5.59.16",
20+
"@tanstack/react-query": "5.59.19",
2121
"class-variance-authority": "^0.7.0",
2222
"clsx": "^2.1.1",
23-
"cmdk": "^1.0.0",
23+
"cmdk": "^1.0.4",
2424
"lucide-react": "0.454.0",
2525
"next": "14.2.15",
2626
"next-themes": "^0.3.0",
2727
"react": "18.3.1",
2828
"react-dom": "18.3.1",
2929
"react-hook-form": "7.52.0",
30-
"sonner": "^1.5.0",
30+
"sonner": "^1.7.0",
3131
"tailwind-merge": "^2.5.4",
3232
"tailwindcss-animate": "^1.0.7",
3333
"thirdweb": "workspace:*",

packages/react-native-adapter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"src/*"
2929
],
3030
"dependencies": {
31-
"@aws-sdk/client-kms": "3.679.0",
32-
"@aws-sdk/client-lambda": "3.680.0",
33-
"@aws-sdk/credential-providers": "3.679.0",
34-
"@mobile-wallet-protocol/client": "0.1.1",
31+
"@aws-sdk/client-kms": "3.682.0",
32+
"@aws-sdk/client-lambda": "3.682.0",
33+
"@aws-sdk/credential-providers": "3.685.0",
34+
"@mobile-wallet-protocol/client": "0.1.2",
3535
"@walletconnect/react-native-compat": "2.17.1"
3636
},
3737
"devDependencies": {

packages/thirdweb/package.json

Lines changed: 42 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -127,60 +127,24 @@
127127
},
128128
"typesVersions": {
129129
"*": {
130-
"adapters/*": [
131-
"./dist/types/exports/adapters/*.d.ts"
132-
],
133-
"auth": [
134-
"./dist/types/exports/auth.d.ts"
135-
],
136-
"chains": [
137-
"./dist/types/exports/chains.d.ts"
138-
],
139-
"contract": [
140-
"./dist/types/exports/contract.d.ts"
141-
],
142-
"deploys": [
143-
"./dist/types/exports/deploys.d.ts"
144-
],
145-
"event": [
146-
"./dist/types/exports/event.d.ts"
147-
],
148-
"extensions/*": [
149-
"./dist/types/exports/extensions/*.d.ts"
150-
],
151-
"pay": [
152-
"./dist/types/exports/pay.d.ts"
153-
],
154-
"react": [
155-
"./dist/types/exports/react.d.ts"
156-
],
157-
"react-native": [
158-
"./dist/types/exports/react-native.d.ts"
159-
],
160-
"rpc": [
161-
"./dist/types/exports/rpc.d.ts"
162-
],
163-
"storage": [
164-
"./dist/types/exports/storage.d.ts"
165-
],
166-
"transaction": [
167-
"./dist/types/exports/transaction.d.ts"
168-
],
169-
"utils": [
170-
"./dist/types/exports/utils.d.ts"
171-
],
172-
"wallets": [
173-
"./dist/types/exports/wallets.d.ts"
174-
],
175-
"wallets/*": [
176-
"./dist/types/exports/wallets/*.d.ts"
177-
],
178-
"modules": [
179-
"./dist/types/exports/modules.d.ts"
180-
],
181-
"social": [
182-
"./dist/types/exports/social.d.ts"
183-
]
130+
"adapters/*": ["./dist/types/exports/adapters/*.d.ts"],
131+
"auth": ["./dist/types/exports/auth.d.ts"],
132+
"chains": ["./dist/types/exports/chains.d.ts"],
133+
"contract": ["./dist/types/exports/contract.d.ts"],
134+
"deploys": ["./dist/types/exports/deploys.d.ts"],
135+
"event": ["./dist/types/exports/event.d.ts"],
136+
"extensions/*": ["./dist/types/exports/extensions/*.d.ts"],
137+
"pay": ["./dist/types/exports/pay.d.ts"],
138+
"react": ["./dist/types/exports/react.d.ts"],
139+
"react-native": ["./dist/types/exports/react-native.d.ts"],
140+
"rpc": ["./dist/types/exports/rpc.d.ts"],
141+
"storage": ["./dist/types/exports/storage.d.ts"],
142+
"transaction": ["./dist/types/exports/transaction.d.ts"],
143+
"utils": ["./dist/types/exports/utils.d.ts"],
144+
"wallets": ["./dist/types/exports/wallets.d.ts"],
145+
"wallets/*": ["./dist/types/exports/wallets/*.d.ts"],
146+
"modules": ["./dist/types/exports/modules.d.ts"],
147+
"social": ["./dist/types/exports/social.d.ts"]
184148
}
185149
},
186150
"browser": {
@@ -199,7 +163,7 @@
199163
"!tsconfig.build.json"
200164
],
201165
"dependencies": {
202-
"@coinbase/wallet-sdk": "4.1.0",
166+
"@coinbase/wallet-sdk": "4.2.0",
203167
"@emotion/react": "11.13.3",
204168
"@emotion/styled": "11.13.0",
205169
"@google/model-viewer": "2.1.1",
@@ -208,17 +172,17 @@
208172
"@passwordless-id/webauthn": "^1.6.1",
209173
"@radix-ui/react-dialog": "1.1.2",
210174
"@radix-ui/react-focus-scope": "1.1.0",
211-
"@radix-ui/react-icons": "1.3.0",
175+
"@radix-ui/react-icons": "1.3.1",
212176
"@radix-ui/react-tooltip": "1.1.3",
213-
"@tanstack/react-query": "5.59.16",
177+
"@tanstack/react-query": "5.59.19",
214178
"@walletconnect/ethereum-provider": "2.17.1",
215179
"@walletconnect/sign-client": "2.17.1",
216180
"abitype": "1.0.6",
217181
"fuse.js": "7.0.0",
218-
"input-otp": "^1.2.4",
182+
"input-otp": "^1.4.1",
219183
"mipd": "0.0.7",
220184
"uqr": "0.1.2",
221-
"viem": "2.21.35"
185+
"viem": "2.21.40"
222186
},
223187
"peerDependencies": {
224188
"@aws-sdk/client-lambda": "^3",
@@ -318,24 +282,24 @@
318282
"node": ">=18"
319283
},
320284
"devDependencies": {
321-
"@aws-sdk/client-kms": "3.679.0",
322-
"@aws-sdk/client-lambda": "3.680.0",
323-
"@aws-sdk/credential-providers": "3.679.0",
285+
"@aws-sdk/client-kms": "3.682.0",
286+
"@aws-sdk/client-lambda": "3.682.0",
287+
"@aws-sdk/credential-providers": "3.685.0",
324288
"@biomejs/biome": "1.9.4",
325289
"@chromatic-com/storybook": "2.0.2",
326290
"@codspeed/vitest-plugin": "3.1.1",
327291
"@coinbase/wallet-mobile-sdk": "1.1.2",
328-
"@mobile-wallet-protocol/client": "0.1.1",
292+
"@mobile-wallet-protocol/client": "0.1.2",
329293
"@react-native-async-storage/async-storage": "2.0.0",
330294
"@size-limit/preset-big-lib": "11.1.6",
331-
"@storybook/addon-essentials": "8.3.6",
332-
"@storybook/addon-interactions": "8.3.6",
333-
"@storybook/addon-links": "8.3.6",
334-
"@storybook/addon-onboarding": "8.3.6",
335-
"@storybook/react": "8.3.6",
336-
"@storybook/react-vite": "8.3.6",
337-
"@storybook/test": "8.3.6",
338-
"@testing-library/jest-dom": "^6.4.7",
295+
"@storybook/addon-essentials": "8.4.1",
296+
"@storybook/addon-interactions": "8.4.1",
297+
"@storybook/addon-links": "8.4.1",
298+
"@storybook/addon-onboarding": "8.4.1",
299+
"@storybook/react": "8.4.1",
300+
"@storybook/react-vite": "8.4.1",
301+
"@storybook/test": "8.4.1",
302+
"@testing-library/jest-dom": "^6.6.3",
339303
"@testing-library/react": "^16.0.0",
340304
"@testing-library/user-event": "^14.5.2",
341305
"@types/cross-spawn": "^6.0.6",
@@ -350,21 +314,21 @@
350314
"ethers6": "npm:ethers@6",
351315
"expo-linking": "6.3.1",
352316
"expo-web-browser": "13.0.3",
353-
"happy-dom": "^15.7.4",
354-
"knip": "5.34.2",
355-
"msw": "^2.5.2",
317+
"happy-dom": "^15.9.0",
318+
"knip": "5.36.2",
319+
"msw": "^2.6.0",
356320
"prettier": "^3.3.2",
357321
"react": "18.3.1",
358322
"react-native": "0.76.0",
359323
"react-native-aes-gcm-crypto": "0.2.2",
360-
"react-native-passkey": "3.0.0-beta2",
361-
"react-native-quick-crypto": "0.7.5",
324+
"react-native-passkey": "3.0.0",
325+
"react-native-quick-crypto": "0.7.6",
362326
"react-native-svg": "15.8.0",
363327
"rimraf": "6.0.1",
364328
"sharp": "^0.33.5",
365329
"size-limit": "11.1.6",
366-
"storybook": "8.3.6",
367-
"typedoc": "0.26.10",
330+
"storybook": "8.4.1",
331+
"typedoc": "0.26.11",
368332
"typescript": "5.6.3",
369333
"vite": "5.4.10",
370334
"vitest": "2.1.4"

0 commit comments

Comments
 (0)