Skip to content

Commit ef82699

Browse files
committed
Merge branch 'main' into greg/cnct-2546-setup-ts-doc-linting
2 parents 60c4a7e + 625febb commit ef82699

File tree

13 files changed

+571
-159
lines changed

13 files changed

+571
-159
lines changed

.changeset/blue-bees-ring.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/little-kids-wash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ninety-foxes-refuse.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/odd-coats-cheer.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

.changeset/silent-hats-melt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strong-beans-pump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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",

0 commit comments

Comments
 (0)