Skip to content

Commit 5c55314

Browse files
authored
update dependencies (#5554)
1 parent e198709 commit 5c55314

File tree

8 files changed

+1271
-995
lines changed

8 files changed

+1271
-995
lines changed

apps/dashboard/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
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.40.0",
49+
"@sentry/nextjs": "8.42.0",
5050
"@shazow/whatsabi": "^0.17.0",
51-
"@tanstack/react-query": "5.61.4",
51+
"@tanstack/react-query": "5.62.1",
5252
"@tanstack/react-table": "^8.17.3",
5353
"@thirdweb-dev/service-utils": "workspace:*",
54-
"@vercel/functions": "^1.4.2",
54+
"@vercel/functions": "^1.5.1",
5555
"@vercel/og": "^0.6.4",
5656
"abitype": "1.0.6",
5757
"chakra-react-select": "^4.7.6",
@@ -61,12 +61,12 @@
6161
"compare-versions": "^6.1.0",
6262
"date-fns": "4.1.0",
6363
"flat": "^6.0.1",
64-
"framer-motion": "11.11.17",
64+
"framer-motion": "11.12.0",
6565
"fuse.js": "7.0.0",
6666
"input-otp": "^1.4.1",
6767
"ioredis": "^5.4.1",
6868
"ipaddr.js": "^2.2.0",
69-
"lucide-react": "0.461.0",
69+
"lucide-react": "0.462.0",
7070
"next": "15.0.3",
7171
"next-plausible": "^3.12.4",
7272
"next-seo": "^6.5.0",
@@ -106,17 +106,17 @@
106106
"@next/bundle-analyzer": "15.0.3",
107107
"@next/eslint-plugin-next": "15.0.3",
108108
"@playwright/test": "1.49.0",
109-
"@storybook/addon-essentials": "8.4.5",
110-
"@storybook/addon-interactions": "8.4.5",
111-
"@storybook/addon-links": "8.4.5",
112-
"@storybook/addon-onboarding": "8.4.5",
113-
"@storybook/addon-viewport": "8.4.5",
114-
"@storybook/blocks": "8.4.5",
115-
"@storybook/nextjs": "8.4.5",
116-
"@storybook/react": "8.4.5",
117-
"@storybook/test": "8.4.5",
109+
"@storybook/addon-essentials": "8.4.6",
110+
"@storybook/addon-interactions": "8.4.6",
111+
"@storybook/addon-links": "8.4.6",
112+
"@storybook/addon-onboarding": "8.4.6",
113+
"@storybook/addon-viewport": "8.4.6",
114+
"@storybook/blocks": "8.4.6",
115+
"@storybook/nextjs": "8.4.6",
116+
"@storybook/react": "8.4.6",
117+
"@storybook/test": "8.4.6",
118118
"@types/color": "4.2.0",
119-
"@types/node": "22.10.0",
119+
"@types/node": "22.10.1",
120120
"@types/papaparse": "^5.3.15",
121121
"@types/pluralize": "^0.0.33",
122122
"@types/qrcode": "^1.5.5",
@@ -128,15 +128,15 @@
128128
"@typescript-eslint/eslint-plugin": "7.14.1",
129129
"@typescript-eslint/parser": "7.14.1",
130130
"autoprefixer": "^10.4.19",
131-
"checkly": "^4.11.0",
131+
"checkly": "^4.14.0",
132132
"eslint": "8.57.0",
133-
"eslint-config-biome": "1.9.3",
133+
"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.38.0",
136+
"knip": "5.39.0",
137137
"next-sitemap": "^4.2.3",
138138
"postcss": "8.4.49",
139-
"storybook": "8.4.5",
139+
"storybook": "8.4.6",
140140
"tailwindcss": "3.4.15",
141141
"typescript": "5.7.2"
142142
}

apps/playground-web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
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.61.4",
30+
"@tanstack/react-query": "5.62.1",
3131
"@thirdweb-dev/engine": "^0.0.16",
3232
"class-variance-authority": "^0.7.1",
3333
"clsx": "^2.1.1",
34-
"lucide-react": "0.461.0",
34+
"lucide-react": "0.462.0",
3535
"next": "15.0.3",
3636
"next-themes": "^0.4.3",
3737
"prettier": "3.3.3",
@@ -46,7 +46,7 @@
4646
"use-debounce": "^10.0.4"
4747
},
4848
"devDependencies": {
49-
"@types/node": "22.10.0",
49+
"@types/node": "22.10.1",
5050
"@types/react": "npm:[email protected]",
5151
"@types/react-dom": "npm:[email protected]",
5252
"eslint": "8.57.0",

apps/portal/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
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.61.4",
27+
"@tanstack/react-query": "5.62.1",
2828
"@tryghost/content-api": "^1.11.21",
2929
"class-variance-authority": "^0.7.1",
3030
"clsx": "^2.1.1",
3131
"date-fns": "4.1.0",
3232
"escape-string-regexp": "^5.0.0",
3333
"flexsearch": "^0.7.43",
3434
"github-slugger": "^2.0.0",
35-
"lucide-react": "0.461.0",
35+
"lucide-react": "0.462.0",
3636
"next": "15.0.3",
3737
"nextjs-toploader": "^1.6.12",
3838
"node-html-parser": "^6.1.13",
@@ -54,7 +54,7 @@
5454
"devDependencies": {
5555
"@types/flexsearch": "^0.7.6",
5656
"@types/mdx": "^2.0.13",
57-
"@types/node": "22.10.0",
57+
"@types/node": "22.10.1",
5858
"@types/react": "npm:[email protected]",
5959
"@types/react-dom": "npm:[email protected]",
6060
"@types/react-html-parser": "^2.0.6",
@@ -63,7 +63,7 @@
6363
"@typescript-eslint/parser": "7.14.1",
6464
"autoprefixer": "^10.4.19",
6565
"eslint": "8.57.0",
66-
"eslint-config-biome": "1.9.3",
66+
"eslint-config-biome": "1.9.4",
6767
"eslint-config-next": "15.0.3",
6868
"eslint-plugin-mdx": "^3.1.5",
6969
"eslint-plugin-svg-jsx": "^1.2.4",

apps/wallet-ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
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.61.4",
19+
"@tanstack/react-query": "5.62.1",
2020
"class-variance-authority": "^0.7.1",
2121
"clsx": "^2.1.1",
2222
"cmdk": "^1.0.4",
23-
"lucide-react": "0.461.0",
23+
"lucide-react": "0.462.0",
2424
"next": "15.0.3",
2525
"next-themes": "^0.4.3",
2626
"react": "19.0.0-rc-69d4b800-20241021",
@@ -36,15 +36,15 @@
3636
},
3737
"devDependencies": {
3838
"@next/eslint-plugin-next": "15.0.3",
39-
"@types/node": "22.10.0",
39+
"@types/node": "22.10.1",
4040
"@types/react": "npm:[email protected]",
4141
"@types/react-dom": "npm:[email protected]",
4242
"@typescript-eslint/eslint-plugin": "7.14.1",
4343
"@typescript-eslint/parser": "7.14.1",
4444
"eslint": "8.57.0",
45-
"eslint-config-biome": "1.9.3",
45+
"eslint-config-biome": "1.9.4",
4646
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
47-
"knip": "5.38.0",
47+
"knip": "5.39.0",
4848
"postcss": "8.4.49",
4949
"postcss-load-config": "^6.0.1",
5050
"tailwindcss": "3.4.15",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
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.0",
48-
"turbo": "2.3.2",
47+
"@types/node": "22.10.1",
48+
"turbo": "2.3.3",
4949
"typescript": "5.7.2"
5050
},
5151
"pnpm": {

packages/service-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
"zod": "3.23.8"
5050
},
5151
"devDependencies": {
52-
"@cloudflare/workers-types": "4.20241112.0",
53-
"@types/node": "22.10.0",
52+
"@cloudflare/workers-types": "4.20241127.0",
53+
"@types/node": "22.10.1",
5454
"typescript": "5.7.2",
55-
"vitest": "2.1.6"
55+
"vitest": "2.1.8"
5656
},
5757
"scripts": {
5858
"format": "biome format ./src --write",

packages/thirdweb/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -210,16 +210,16 @@
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.61.4",
213+
"@tanstack/react-query": "5.62.1",
214214
"@walletconnect/ethereum-provider": "2.17.2",
215215
"@walletconnect/sign-client": "2.17.2",
216216
"abitype": "1.0.6",
217217
"fuse.js": "7.0.0",
218218
"input-otp": "^1.4.1",
219219
"mipd": "0.0.7",
220-
"ox": "0.3.0",
220+
"ox": "0.4.0",
221221
"uqr": "0.1.2",
222-
"viem": "2.21.51"
222+
"viem": "2.21.53"
223223
},
224224
"peerDependencies": {
225225
"@aws-sdk/client-lambda": "^3",
@@ -329,30 +329,30 @@
329329
"@mobile-wallet-protocol/client": "0.1.2",
330330
"@react-native-async-storage/async-storage": "2.1.0",
331331
"@size-limit/preset-big-lib": "11.1.6",
332-
"@storybook/addon-essentials": "8.4.5",
333-
"@storybook/addon-interactions": "8.4.5",
334-
"@storybook/addon-links": "8.4.5",
335-
"@storybook/addon-onboarding": "8.4.5",
336-
"@storybook/react": "8.4.5",
337-
"@storybook/react-vite": "8.4.5",
338-
"@storybook/test": "8.4.5",
332+
"@storybook/addon-essentials": "8.4.6",
333+
"@storybook/addon-interactions": "8.4.6",
334+
"@storybook/addon-links": "8.4.6",
335+
"@storybook/addon-onboarding": "8.4.6",
336+
"@storybook/react": "8.4.6",
337+
"@storybook/react-vite": "8.4.6",
338+
"@storybook/test": "8.4.6",
339339
"@testing-library/jest-dom": "^6.6.3",
340340
"@testing-library/react": "^16.0.0",
341341
"@testing-library/user-event": "^14.5.2",
342342
"@types/cross-spawn": "^6.0.6",
343343
"@types/react": "npm:[email protected]",
344344
"@viem/anvil": "0.0.10",
345345
"@vitejs/plugin-react": "^4.3.4",
346-
"@vitest/coverage-v8": "2.1.6",
347-
"@vitest/ui": "2.1.6",
346+
"@vitest/coverage-v8": "2.1.8",
347+
"@vitest/ui": "2.1.8",
348348
"cross-spawn": "7.0.6",
349349
"dotenv-mono": "^1.3.14",
350350
"ethers5": "npm:ethers@5",
351351
"ethers6": "npm:ethers@6",
352352
"expo-linking": "7.0.3",
353353
"expo-web-browser": "13.0.3",
354-
"happy-dom": "15.11.6",
355-
"knip": "5.38.0",
354+
"happy-dom": "15.11.7",
355+
"knip": "5.39.0",
356356
"msw": "2.6.6",
357357
"prettier": "3.3.3",
358358
"react": "19.0.0-rc-69d4b800-20241021",
@@ -365,10 +365,10 @@
365365
"rimraf": "6.0.1",
366366
"sharp": "^0.33.5",
367367
"size-limit": "11.1.6",
368-
"storybook": "8.4.5",
368+
"storybook": "8.4.6",
369369
"typedoc": "0.26.11",
370370
"typescript": "5.7.2",
371-
"vite": "6.0.0",
372-
"vitest": "2.1.6"
371+
"vite": "6.0.2",
372+
"vitest": "2.1.8"
373373
}
374374
}

0 commit comments

Comments
 (0)