Skip to content

Commit 3d6eb96

Browse files
committed
update dependencies (#5698)
closes: DASH-576
1 parent 7b6e21f commit 3d6eb96

File tree

9 files changed

+1724
-1778
lines changed

9 files changed

+1724
-1778
lines changed

apps/dashboard/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"@radix-ui/react-slot": "^1.1.0",
4747
"@radix-ui/react-switch": "^1.1.1",
4848
"@radix-ui/react-tooltip": "1.1.4",
49-
"@sentry/nextjs": "8.42.0",
49+
"@sentry/nextjs": "8.43.0",
5050
"@shazow/whatsabi": "^0.17.0",
51-
"@tanstack/react-query": "5.62.3",
51+
"@tanstack/react-query": "5.62.7",
5252
"@tanstack/react-table": "^8.17.3",
5353
"@thirdweb-dev/service-utils": "workspace:*",
5454
"@vercel/functions": "^1.5.1",
@@ -62,13 +62,13 @@
6262
"date-fns": "4.1.0",
6363
"fetch-event-stream": "0.1.5",
6464
"flat": "^6.0.1",
65-
"framer-motion": "11.13.3",
65+
"framer-motion": "11.13.5",
6666
"fuse.js": "7.0.0",
6767
"input-otp": "^1.4.1",
6868
"ioredis": "^5.4.1",
6969
"ipaddr.js": "^2.2.0",
7070
"lucide-react": "0.468.0",
71-
"next": "15.0.4",
71+
"next": "15.1.0",
7272
"next-plausible": "^3.12.4",
7373
"next-seo": "^6.5.0",
7474
"next-themes": "^0.4.4",
@@ -86,10 +86,10 @@
8686
"react-hook-form": "7.53.2",
8787
"react-markdown": "^9.0.1",
8888
"react-table": "^7.8.0",
89-
"recharts": "^2.13.3",
89+
"recharts": "2.14.1",
9090
"remark-gfm": "^4.0.0",
9191
"server-only": "^0.0.1",
92-
"shiki": "1.24.1",
92+
"shiki": "1.24.2",
9393
"sonner": "^1.7.1",
9494
"spdx-correct": "^3.2.0",
9595
"swagger-ui-react": "^5.18.2",
@@ -98,13 +98,13 @@
9898
"thirdweb": "workspace:*",
9999
"tiny-invariant": "^1.3.3",
100100
"use-debounce": "^10.0.4",
101-
"zod": "3.23.8"
101+
"zod": "3.24.1"
102102
},
103103
"devDependencies": {
104104
"@chakra-ui/cli": "^2.4.1",
105105
"@chromatic-com/storybook": "3.2.2",
106-
"@next/bundle-analyzer": "15.0.4",
107-
"@next/eslint-plugin-next": "15.0.4",
106+
"@next/bundle-analyzer": "15.1.0",
107+
"@next/eslint-plugin-next": "15.1.0",
108108
"@playwright/test": "1.49.1",
109109
"@storybook/addon-essentials": "8.4.7",
110110
"@storybook/addon-interactions": "8.4.7",
@@ -116,7 +116,7 @@
116116
"@storybook/react": "8.4.7",
117117
"@storybook/test": "8.4.7",
118118
"@types/color": "4.2.0",
119-
"@types/node": "22.10.1",
119+
"@types/node": "22.10.2",
120120
"@types/papaparse": "^5.3.15",
121121
"@types/pluralize": "^0.0.33",
122122
"@types/qrcode": "^1.5.5",
@@ -128,12 +128,12 @@
128128
"@typescript-eslint/eslint-plugin": "7.14.1",
129129
"@typescript-eslint/parser": "7.14.1",
130130
"autoprefixer": "^10.4.19",
131-
"checkly": "^4.14.0",
131+
"checkly": "^4.15.0",
132132
"eslint": "8.57.0",
133133
"eslint-config-biome": "1.9.4",
134134
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
135135
"eslint-plugin-storybook": "^0.11.1",
136-
"knip": "5.39.2",
136+
"knip": "5.39.4",
137137
"next-sitemap": "^4.2.3",
138138
"postcss": "8.4.49",
139139
"storybook": "8.4.7",

apps/playground-web/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,30 +27,30 @@
2727
"@radix-ui/react-switch": "^1.1.1",
2828
"@radix-ui/react-tabs": "^1.1.1",
2929
"@radix-ui/react-tooltip": "1.1.4",
30-
"@tanstack/react-query": "5.62.3",
30+
"@tanstack/react-query": "5.62.7",
3131
"@thirdweb-dev/engine": "^0.0.16",
3232
"class-variance-authority": "^0.7.1",
3333
"clsx": "^2.1.1",
3434
"lucide-react": "0.468.0",
35-
"next": "15.0.4",
35+
"next": "15.1.0",
3636
"next-themes": "^0.4.4",
3737
"prettier": "3.3.3",
3838
"react": "19.0.0",
3939
"react-dom": "19.0.0",
4040
"react-pick-color": "^2.0.0",
4141
"server-only": "^0.0.1",
42-
"shiki": "1.24.1",
42+
"shiki": "1.24.2",
4343
"tailwind-merge": "^2.5.5",
4444
"thirdweb": "workspace:*",
4545
"timeago.js": "^4.0.2",
4646
"use-debounce": "^10.0.4"
4747
},
4848
"devDependencies": {
49-
"@types/node": "22.10.1",
49+
"@types/node": "22.10.2",
5050
"@types/react": "19.0.1",
5151
"@types/react-dom": "19.0.2",
5252
"eslint": "8.57.0",
53-
"eslint-config-next": "15.0.4",
53+
"eslint-config-next": "15.1.0",
5454
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
5555
"postcss": "8.4.49",
5656
"tailwindcss": "3.4.16",

apps/portal/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"@dirtycajunrice/klee": "^1.0.6",
2020
"@mdx-js/loader": "^2.3.0",
2121
"@mdx-js/react": "^2.3.0",
22-
"@next/mdx": "15.0.4",
22+
"@next/mdx": "15.1.0",
2323
"@radix-ui/react-dialog": "1.1.2",
2424
"@radix-ui/react-dropdown-menu": "^2.1.2",
2525
"@radix-ui/react-slot": "^1.1.0",
2626
"@radix-ui/react-tabs": "^1.1.1",
27-
"@tanstack/react-query": "5.62.3",
27+
"@tanstack/react-query": "5.62.7",
2828
"@tryghost/content-api": "^1.11.21",
2929
"class-variance-authority": "^0.7.1",
3030
"clsx": "^2.1.1",
@@ -33,7 +33,7 @@
3333
"flexsearch": "^0.7.43",
3434
"github-slugger": "^2.0.0",
3535
"lucide-react": "0.468.0",
36-
"next": "15.0.4",
36+
"next": "15.1.0",
3737
"nextjs-toploader": "^1.6.12",
3838
"node-html-parser": "^6.1.13",
3939
"posthog-js": "1.67.1",
@@ -44,7 +44,7 @@
4444
"remark-gfm": "3.0.1",
4545
"semver": "^7.6.0",
4646
"server-only": "^0.0.1",
47-
"shiki": "1.24.1",
47+
"shiki": "1.24.2",
4848
"tailwind-merge": "^2.5.5",
4949
"tailwindcss-animate": "^1.0.7",
5050
"thirdweb": "workspace:*",
@@ -54,7 +54,7 @@
5454
"devDependencies": {
5555
"@types/flexsearch": "^0.7.6",
5656
"@types/mdx": "^2.0.13",
57-
"@types/node": "22.10.1",
57+
"@types/node": "22.10.2",
5858
"@types/react": "19.0.1",
5959
"@types/react-dom": "19.0.2",
6060
"@types/react-html-parser": "^2.0.6",
@@ -64,7 +64,7 @@
6464
"autoprefixer": "^10.4.19",
6565
"eslint": "8.57.0",
6666
"eslint-config-biome": "1.9.4",
67-
"eslint-config-next": "15.0.4",
67+
"eslint-config-next": "15.1.0",
6868
"eslint-plugin-mdx": "^3.1.5",
6969
"eslint-plugin-svg-jsx": "^1.2.4",
7070
"eslint-plugin-tailwindcss": "^3.17.5",

apps/wallet-ui/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"@radix-ui/react-label": "^2.1.0",
1717
"@radix-ui/react-popover": "^1.1.2",
1818
"@radix-ui/react-slot": "^1.1.0",
19-
"@tanstack/react-query": "5.62.3",
19+
"@tanstack/react-query": "5.62.7",
2020
"class-variance-authority": "^0.7.1",
2121
"clsx": "^2.1.1",
2222
"cmdk": "^1.0.4",
2323
"lucide-react": "0.468.0",
24-
"next": "15.0.4",
24+
"next": "15.1.0",
2525
"next-themes": "^0.4.4",
2626
"react": "19.0.0",
2727
"react-dom": "19.0.0",
@@ -32,19 +32,19 @@
3232
"tailwindcss-animate": "^1.0.7",
3333
"thirdweb": "workspace:*",
3434
"tiny-invariant": "^1.3.3",
35-
"zod": "3.23.8"
35+
"zod": "3.24.1"
3636
},
3737
"devDependencies": {
38-
"@next/eslint-plugin-next": "15.0.4",
39-
"@types/node": "22.10.1",
38+
"@next/eslint-plugin-next": "15.1.0",
39+
"@types/node": "22.10.2",
4040
"@types/react": "19.0.1",
4141
"@types/react-dom": "19.0.2",
4242
"@typescript-eslint/eslint-plugin": "7.14.1",
4343
"@typescript-eslint/parser": "7.14.1",
4444
"eslint": "8.57.0",
4545
"eslint-config-biome": "1.9.4",
4646
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
47-
"knip": "5.39.2",
47+
"knip": "5.39.4",
4848
"postcss": "8.4.49",
4949
"postcss-load-config": "^6.0.1",
5050
"tailwindcss": "3.4.16",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@changesets/changelog-github": "0.5.0",
4545
"@changesets/cli": "2.27.10",
4646
"@manypkg/get-packages": "2.2.2",
47-
"@types/node": "22.10.1",
47+
"@types/node": "22.10.2",
4848
"turbo": "2.3.3",
4949
"typescript": "5.7.2"
5050
},

packages/react-native-adapter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"src/*"
2929
],
3030
"dependencies": {
31-
"@aws-sdk/client-kms": "3.699.0",
32-
"@aws-sdk/client-lambda": "3.699.0",
33-
"@aws-sdk/credential-providers": "3.699.0",
31+
"@aws-sdk/client-kms": "3.709.0",
32+
"@aws-sdk/client-lambda": "3.709.0",
33+
"@aws-sdk/credential-providers": "3.709.0",
3434
"@mobile-wallet-protocol/client": "0.1.2"
3535
},
3636
"devDependencies": {

packages/service-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
"sideEffects": false,
4747
"dependencies": {
4848
"aws4fetch": "1.0.20",
49-
"zod": "3.23.8"
49+
"zod": "3.24.1"
5050
},
5151
"devDependencies": {
5252
"@cloudflare/workers-types": "4.20241205.0",
53-
"@types/node": "22.10.1",
53+
"@types/node": "22.10.2",
5454
"typescript": "5.7.2",
5555
"vitest": "2.1.8"
5656
},

packages/thirdweb/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -210,14 +210,14 @@
210210
"@radix-ui/react-focus-scope": "1.1.0",
211211
"@radix-ui/react-icons": "1.3.2",
212212
"@radix-ui/react-tooltip": "1.1.4",
213-
"@tanstack/react-query": "5.62.3",
213+
"@tanstack/react-query": "5.62.7",
214214
"@walletconnect/ethereum-provider": "2.17.2",
215215
"@walletconnect/sign-client": "2.17.2",
216216
"abitype": "1.0.7",
217217
"fuse.js": "7.0.0",
218218
"input-otp": "^1.4.1",
219219
"mipd": "0.0.7",
220-
"ox": "0.4.0",
220+
"ox": "0.4.1",
221221
"uqr": "0.1.2",
222222
"viem": "2.21.54"
223223
},
@@ -321,12 +321,12 @@
321321
"node": ">=18"
322322
},
323323
"devDependencies": {
324-
"@aws-sdk/client-kms": "3.699.0",
325-
"@aws-sdk/client-lambda": "3.699.0",
326-
"@aws-sdk/credential-providers": "3.699.0",
324+
"@aws-sdk/client-kms": "3.709.0",
325+
"@aws-sdk/client-lambda": "3.709.0",
326+
"@aws-sdk/credential-providers": "3.709.0",
327327
"@biomejs/biome": "1.9.4",
328328
"@chromatic-com/storybook": "3.2.2",
329-
"@codspeed/vitest-plugin": "3.1.1",
329+
"@codspeed/vitest-plugin": "4.0.0",
330330
"@coinbase/wallet-mobile-sdk": "1.1.2",
331331
"@mobile-wallet-protocol/client": "0.1.2",
332332
"@react-native-async-storage/async-storage": "2.1.0",
@@ -354,7 +354,7 @@
354354
"expo-linking": "7.0.3",
355355
"expo-web-browser": "14.0.1",
356356
"happy-dom": "15.11.7",
357-
"knip": "5.39.2",
357+
"knip": "5.39.4",
358358
"msw": "2.6.8",
359359
"prettier": "3.3.3",
360360
"react": "19.0.0",

0 commit comments

Comments
 (0)