Skip to content

Commit 625febb

Browse files
committed
update dependencies (#5649)
closes: DASH-545
1 parent 15eb6bd commit 625febb

File tree

6 files changed

+978
-832
lines changed

6 files changed

+978
-832
lines changed

apps/dashboard/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@radix-ui/react-tooltip": "1.1.4",
4949
"@sentry/nextjs": "8.42.0",
5050
"@shazow/whatsabi": "^0.17.0",
51-
"@tanstack/react-query": "5.62.2",
51+
"@tanstack/react-query": "5.62.3",
5252
"@tanstack/react-table": "^8.17.3",
5353
"@thirdweb-dev/service-utils": "workspace:*",
5454
"@vercel/functions": "^1.5.1",
@@ -119,8 +119,8 @@
119119
"@types/papaparse": "^5.3.15",
120120
"@types/pluralize": "^0.0.33",
121121
"@types/qrcode": "^1.5.5",
122-
"@types/react": "19.0.0",
123-
"@types/react-dom": "19.0.0",
122+
"@types/react": "19.0.1",
123+
"@types/react-dom": "19.0.1",
124124
"@types/react-table": "^7.7.20",
125125
"@types/spdx-correct": "^3.1.3",
126126
"@types/swagger-ui-react": "^4.18.3",

apps/playground-web/package.json

Lines changed: 3 additions & 3 deletions
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.4",
30-
"@tanstack/react-query": "5.62.2",
30+
"@tanstack/react-query": "5.62.3",
3131
"@thirdweb-dev/engine": "^0.0.16",
3232
"class-variance-authority": "^0.7.1",
3333
"clsx": "^2.1.1",
@@ -47,8 +47,8 @@
4747
},
4848
"devDependencies": {
4949
"@types/node": "22.10.1",
50-
"@types/react": "19.0.0",
51-
"@types/react-dom": "19.0.0",
50+
"@types/react": "19.0.1",
51+
"@types/react-dom": "19.0.1",
5252
"eslint": "8.57.0",
5353
"eslint-config-next": "15.0.4",
5454
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",

apps/portal/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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.2",
27+
"@tanstack/react-query": "5.62.3",
2828
"@tryghost/content-api": "^1.11.21",
2929
"class-variance-authority": "^0.7.1",
3030
"clsx": "^2.1.1",
@@ -55,8 +55,8 @@
5555
"@types/flexsearch": "^0.7.6",
5656
"@types/mdx": "^2.0.13",
5757
"@types/node": "22.10.1",
58-
"@types/react": "19.0.0",
59-
"@types/react-dom": "19.0.0",
58+
"@types/react": "19.0.1",
59+
"@types/react-dom": "19.0.1",
6060
"@types/react-html-parser": "^2.0.6",
6161
"@types/tryghost__content-api": "^1.3.16",
6262
"@typescript-eslint/eslint-plugin": "7.14.1",

apps/wallet-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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.2",
19+
"@tanstack/react-query": "5.62.3",
2020
"class-variance-authority": "^0.7.1",
2121
"clsx": "^2.1.1",
2222
"cmdk": "^1.0.4",
@@ -37,8 +37,8 @@
3737
"devDependencies": {
3838
"@next/eslint-plugin-next": "15.0.4",
3939
"@types/node": "22.10.1",
40-
"@types/react": "19.0.0",
41-
"@types/react-dom": "19.0.0",
40+
"@types/react": "19.0.1",
41+
"@types/react-dom": "19.0.1",
4242
"@typescript-eslint/eslint-plugin": "7.14.1",
4343
"@typescript-eslint/parser": "7.14.1",
4444
"eslint": "8.57.0",

packages/thirdweb/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
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.2",
213+
"@tanstack/react-query": "5.62.3",
214214
"@walletconnect/ethereum-provider": "2.17.2",
215215
"@walletconnect/sign-client": "2.17.2",
216216
"abitype": "1.0.7",
@@ -341,7 +341,7 @@
341341
"@testing-library/react": "^16.1.0",
342342
"@testing-library/user-event": "^14.5.2",
343343
"@types/cross-spawn": "^6.0.6",
344-
"@types/react": "19.0.0",
344+
"@types/react": "19.0.1",
345345
"@viem/anvil": "0.0.10",
346346
"@vitejs/plugin-react": "^4.3.4",
347347
"@vitest/coverage-v8": "2.1.8",
@@ -354,15 +354,15 @@
354354
"expo-web-browser": "14.0.1",
355355
"happy-dom": "15.11.7",
356356
"knip": "5.39.2",
357-
"msw": "2.6.6",
357+
"msw": "2.6.7",
358358
"prettier": "3.3.3",
359359
"react": "19.0.0",
360360
"react-dom": "19.0.0",
361-
"react-native": "0.76.3",
361+
"react-native": "0.76.4",
362362
"react-native-aes-gcm-crypto": "0.2.2",
363363
"react-native-passkey": "3.0.0",
364364
"react-native-quick-crypto": "0.7.8",
365-
"react-native-svg": "15.9.0",
365+
"react-native-svg": "15.10.1",
366366
"rimraf": "6.0.1",
367367
"sharp": "^0.33.5",
368368
"size-limit": "11.1.6",

0 commit comments

Comments
 (0)