Skip to content

Commit 9fadbcc

Browse files
committed
update dependencies (#5150)
<!-- start pr-codex --> ## PR-Codex overview This PR focuses on updating dependencies across multiple packages, including `@thirdweb-dev/react-native-adapter`, `@thirdweb-dev/service-utils`, and `thirdweb`, along with making type exports consistent in various modules. ### Detailed summary - Updated `@cloudflare/workers-types` from `4.20241011.0` to `4.20241022.0`. - Updated `@biomejs/biome` from `1.9.3` to `1.9.4`. - Updated `turbo` from `2.1.3` to `2.2.3`. - Updated `@tanstack/react-query` from `5.59.13` to `5.59.16` across multiple packages. - Updated `lucide-react` from `0.452.0` to `0.453.0` across multiple packages. - Updated `tailwindcss` from `3.4.13` to `3.4.14` across multiple packages. - Updated `react-native` from `0.75.3` to `0.76.0`. - Changed exports from `export { type ... }` to `export type { ... }` in several files for consistency. - Updated multiple AWS SDK dependencies to `3.678.0`. - Updated `viem` from `2.21.25` to `2.21.34`. > 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 c04b93e commit 9fadbcc

File tree

20 files changed

+4361
-6423
lines changed

20 files changed

+4361
-6423
lines changed

.changeset/hip-tips-dress.md

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

apps/dashboard/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
"@radix-ui/react-slot": "^1.1.0",
4747
"@radix-ui/react-switch": "^1.1.1",
4848
"@radix-ui/react-tooltip": "1.1.3",
49-
"@sentry/nextjs": "8.34.0",
49+
"@sentry/nextjs": "8.35.0",
5050
"@shazow/whatsabi": "^0.15.4",
5151
"@stripe/react-stripe-js": "^2.8.1",
5252
"@stripe/stripe-js": "^3.5.0",
53-
"@tanstack/react-query": "5.59.13",
53+
"@tanstack/react-query": "5.59.16",
5454
"@tanstack/react-table": "^8.17.3",
5555
"@thirdweb-dev/service-utils": "workspace:*",
5656
"@vercel/og": "^0.6.2",
@@ -68,7 +68,7 @@
6868
"ioredis": "^5.4.1",
6969
"ipaddr.js": "^2.2.0",
7070
"lottie-react": "^2.4.0",
71-
"lucide-react": "0.452.0",
71+
"lucide-react": "0.453.0",
7272
"next": "14.2.15",
7373
"next-plausible": "^3.12.0",
7474
"next-seo": "^6.5.0",
@@ -109,14 +109,14 @@
109109
"@next/bundle-analyzer": "14.2.15",
110110
"@next/eslint-plugin-next": "14.2.15",
111111
"@playwright/test": "1.47.2",
112-
"@storybook/addon-essentials": "8.3.5",
113-
"@storybook/addon-interactions": "8.3.5",
114-
"@storybook/addon-links": "8.3.5",
115-
"@storybook/addon-onboarding": "8.3.5",
116-
"@storybook/addon-viewport": "8.3.5",
117-
"@storybook/blocks": "8.3.5",
118-
"@storybook/nextjs": "8.3.5",
119-
"@storybook/react": "8.3.5",
112+
"@storybook/addon-essentials": "8.3.6",
113+
"@storybook/addon-interactions": "8.3.6",
114+
"@storybook/addon-links": "8.3.6",
115+
"@storybook/addon-onboarding": "8.3.6",
116+
"@storybook/addon-viewport": "8.3.6",
117+
"@storybook/blocks": "8.3.6",
118+
"@storybook/nextjs": "8.3.6",
119+
"@storybook/react": "8.3.6",
120120
"@storybook/test": "8.3.6",
121121
"@types/color": "^3.0.6",
122122
"@types/node": "20.14.9",
@@ -139,8 +139,8 @@
139139
"knip": "^5.33.3",
140140
"next-sitemap": "^4.2.3",
141141
"postcss": "8.4.47",
142-
"storybook": "8.3.5",
143-
"tailwindcss": "3.4.13",
142+
"storybook": "8.3.6",
143+
"tailwindcss": "3.4.14",
144144
"typescript": "5.6.3"
145145
}
146146
}

apps/playground-web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"@radix-ui/react-switch": "^1.1.1",
2727
"@radix-ui/react-tabs": "^1.1.1",
2828
"@radix-ui/react-tooltip": "1.1.3",
29-
"@tanstack/react-query": "5.59.13",
29+
"@tanstack/react-query": "5.59.16",
3030
"class-variance-authority": "^0.7.0",
3131
"clsx": "^2.1.1",
32-
"lucide-react": "0.452.0",
32+
"lucide-react": "0.453.0",
3333
"next": "14.2.15",
3434
"next-themes": "^0.3.0",
3535
"prettier": "^3.3.2",
@@ -49,7 +49,7 @@
4949
"eslint-config-next": "14.2.15",
5050
"eslint-plugin-react-compiler": "0.0.0-experimental-fa06e2c-20241014",
5151
"postcss": "8.4.47",
52-
"tailwindcss": "3.4.13",
52+
"tailwindcss": "3.4.14",
5353
"tailwindcss-animate": "^1.0.7",
5454
"typescript": "5.6.3"
5555
}

apps/portal/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
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.13",
28+
"@tanstack/react-query": "5.59.16",
2929
"@tryghost/content-api": "^1.11.21",
3030
"class-variance-authority": "^0.7.0",
3131
"clsx": "^2.1.1",
3232
"date-fns": "4.1.0",
3333
"escape-string-regexp": "^5.0.0",
3434
"flexsearch": "^0.7.43",
3535
"github-slugger": "^2.0.0",
36-
"lucide-react": "0.452.0",
36+
"lucide-react": "0.453.0",
3737
"next": "14.2.15",
3838
"nextjs-toploader": "^1.6.12",
3939
"node-html-parser": "^6.1.13",
@@ -71,7 +71,7 @@
7171
"eslint-plugin-tailwindcss": "^3.17.5",
7272
"next-sitemap": "^4.2.3",
7373
"postcss": "8.4.47",
74-
"tailwindcss": "3.4.13",
74+
"tailwindcss": "3.4.14",
7575
"tsx": "^4.19.1",
7676
"typescript": "5.6.3"
7777
}

apps/wallet-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
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.13",
20+
"@tanstack/react-query": "5.59.16",
2121
"class-variance-authority": "^0.7.0",
2222
"clsx": "^2.1.1",
2323
"cmdk": "^1.0.0",
24-
"lucide-react": "0.452.0",
24+
"lucide-react": "0.453.0",
2525
"next": "14.2.15",
2626
"next-themes": "^0.3.0",
2727
"react": "18.3.1",
@@ -41,7 +41,7 @@
4141
"eslint": "8.57.0",
4242
"eslint-config-next": "14.2.15",
4343
"postcss": "8.4.47",
44-
"tailwindcss": "3.4.13",
44+
"tailwindcss": "3.4.14",
4545
"typescript": "5.6.3"
4646
}
4747
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"hotlink-revert": "node ./scripts/hotlink/hotlink-revert.mjs"
4141
},
4242
"devDependencies": {
43-
"@biomejs/biome": "1.9.3",
43+
"@biomejs/biome": "1.9.4",
4444
"@changesets/changelog-github": "0.5.0",
4545
"@changesets/cli": "2.27.9",
4646
"@manypkg/cli": "0.21.4",
4747
"@manypkg/get-packages": "2.2.2",
4848
"@types/node": "20.14.9",
49-
"turbo": "2.1.3",
49+
"turbo": "2.2.3",
5050
"typescript": "5.6.3"
5151
},
5252
"manypkg": {

packages/react-native-adapter/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"src/*"
2929
],
3030
"dependencies": {
31-
"@aws-sdk/client-kms": "3.670.0",
32-
"@aws-sdk/client-lambda": "3.670.0",
33-
"@aws-sdk/credential-providers": "3.670.0",
34-
"@mobile-wallet-protocol/client": "0.0.3",
35-
"@walletconnect/react-native-compat": "2.16.3"
31+
"@aws-sdk/client-kms": "3.678.0",
32+
"@aws-sdk/client-lambda": "3.678.0",
33+
"@aws-sdk/credential-providers": "3.678.0",
34+
"@mobile-wallet-protocol/client": "0.1.1",
35+
"@walletconnect/react-native-compat": "2.17.1"
3636
},
3737
"devDependencies": {
3838
"rimraf": "6.0.1"

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.20241011.0",
52+
"@cloudflare/workers-types": "4.20241022.0",
5353
"@types/node": "20.14.9",
5454
"typescript": "5.6.3",
5555
"vitest": "2.1.3"

packages/service-utils/src/cf-worker/usage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { AwsClient } from "aws4fetch";
22
import { type UsageEvent, usageEventSchema } from "../core/usage.js";
3-
export { type UsageEvent } from "../core/usage.js";
3+
export type { UsageEvent } from "../core/usage.js";
44

55
// Initialize a singleton for AWS usage.
66
let _aws: AwsClient | undefined;

packages/thirdweb/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -210,15 +210,15 @@
210210
"@radix-ui/react-focus-scope": "1.1.0",
211211
"@radix-ui/react-icons": "1.3.0",
212212
"@radix-ui/react-tooltip": "1.1.3",
213-
"@tanstack/react-query": "5.59.13",
213+
"@tanstack/react-query": "5.59.16",
214214
"@walletconnect/ethereum-provider": "2.17.1",
215215
"@walletconnect/sign-client": "2.17.1",
216216
"abitype": "1.0.6",
217217
"fuse.js": "7.0.0",
218218
"input-otp": "^1.2.4",
219219
"mipd": "0.0.7",
220220
"uqr": "0.1.2",
221-
"viem": "2.21.25"
221+
"viem": "2.21.34"
222222
},
223223
"peerDependencies": {
224224
"@aws-sdk/client-lambda": "^3",
@@ -318,22 +318,22 @@
318318
"node": ">=18"
319319
},
320320
"devDependencies": {
321-
"@aws-sdk/client-kms": "3.670.0",
322-
"@aws-sdk/client-lambda": "3.670.0",
323-
"@aws-sdk/credential-providers": "3.670.0",
324-
"@biomejs/biome": "1.9.3",
321+
"@aws-sdk/client-kms": "3.678.0",
322+
"@aws-sdk/client-lambda": "3.678.0",
323+
"@aws-sdk/credential-providers": "3.678.0",
324+
"@biomejs/biome": "1.9.4",
325325
"@chromatic-com/storybook": "2.0.2",
326326
"@codspeed/vitest-plugin": "3.1.1",
327327
"@coinbase/wallet-mobile-sdk": "1.1.2",
328-
"@mobile-wallet-protocol/client": "0.0.3",
329-
"@react-native-async-storage/async-storage": "1.24.0",
328+
"@mobile-wallet-protocol/client": "0.1.1",
329+
"@react-native-async-storage/async-storage": "2.0.0",
330330
"@size-limit/preset-big-lib": "11.1.6",
331-
"@storybook/addon-essentials": "8.3.5",
332-
"@storybook/addon-interactions": "8.3.5",
333-
"@storybook/addon-links": "8.3.5",
334-
"@storybook/addon-onboarding": "8.3.5",
335-
"@storybook/react": "8.3.5",
336-
"@storybook/react-vite": "8.3.5",
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",
337337
"@storybook/test": "8.3.6",
338338
"@testing-library/jest-dom": "^6.4.7",
339339
"@testing-library/react": "^16.0.0",
@@ -355,18 +355,18 @@
355355
"msw": "^2.4.12",
356356
"prettier": "^3.3.2",
357357
"react": "18.3.1",
358-
"react-native": "0.75.3",
358+
"react-native": "0.76.0",
359359
"react-native-aes-gcm-crypto": "0.2.2",
360360
"react-native-passkey": "3.0.0-beta2",
361361
"react-native-quick-crypto": "0.7.5",
362362
"react-native-svg": "15.7.1",
363363
"rimraf": "6.0.1",
364364
"sharp": "^0.33.5",
365365
"size-limit": "11.1.6",
366-
"storybook": "8.3.5",
366+
"storybook": "8.3.6",
367367
"typedoc": "0.26.10",
368368
"typescript": "5.6.3",
369-
"vite": "5.4.9",
369+
"vite": "5.4.10",
370370
"vitest": "2.1.3"
371371
}
372372
}

0 commit comments

Comments
 (0)