Skip to content

Commit 7eaf88d

Browse files
Version Packages (#5247)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2040ca0 commit 7eaf88d

File tree

11 files changed

+243
-453
lines changed

11 files changed

+243
-453
lines changed

.changeset/smart-donkeys-jam.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
@@ -69,10 +69,10 @@
6969
"ipaddr.js": "^2.2.0",
7070
"lottie-react": "^2.4.0",
7171
"lucide-react": "0.454.0",
72-
"next-plausible": "^3.12.3",
7372
"next": "15.0.2",
73+
"next-plausible": "^3.12.3",
7474
"next-seo": "^6.5.0",
75-
"next-themes": "^0.3.0",
75+
"next-themes": "^0.4.3",
7676
"nextjs-toploader": "^1.6.12",
7777
"papaparse": "^5.4.1",
7878
"pluralize": "^8.0.0",
@@ -83,8 +83,8 @@
8383
"react": "19.0.0-rc-69d4b800-20241021",
8484
"react-children-utilities": "^2.10.0",
8585
"react-day-picker": "^8.10.1",
86-
"react-dropzone": "^14.3.5",
8786
"react-dom": "19.0.0-rc-69d4b800-20241021",
87+
"react-dropzone": "^14.3.5",
8888
"react-error-boundary": "^4.1.2",
8989
"react-hook-form": "7.52.0",
9090
"react-markdown": "^9.0.1",

apps/dashboard/src/@/components/theme-provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use client";
22

33
import { ThemeProvider as NextThemesProvider, useTheme } from "next-themes";
4-
import type { ThemeProviderProps } from "next-themes/dist/types";
4+
import type { ThemeProviderProps } from "next-themes";
55
import { useEffect } from "react";
66

77
export function ThemeProvider({ children, ...props }: ThemeProviderProps) {

apps/dashboard/src/components/hackathon/Judges.tsx

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

apps/dashboard/src/components/hackathon/JudgesEarn.tsx

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

apps/dashboard/src/components/product-pages/common/GameCard.tsx

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

apps/playground-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"clsx": "^2.1.1",
3333
"lucide-react": "0.454.0",
3434
"next": "15.0.2",
35-
"next-themes": "^0.3.0",
35+
"next-themes": "^0.4.3",
3636
"prettier": "^3.3.2",
3737
"react": "19.0.0-rc-69d4b800-20241021",
3838
"react-dom": "19.0.0-rc-69d4b800-20241021",

apps/playground-web/src/app/providers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use client";
22

33
import { ThemeProvider as NextThemesProvider } from "next-themes";
4-
import type { ThemeProviderProps } from "next-themes/dist/types";
4+
import type { ThemeProviderProps } from "next-themes";
55
import type * as React from "react";
66

77
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";

apps/wallet-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"cmdk": "^1.0.4",
2424
"lucide-react": "0.454.0",
2525
"next": "15.0.2",
26-
"next-themes": "^0.3.0",
26+
"next-themes": "^0.4.3",
2727
"react": "19.0.0-rc-69d4b800-20241021",
2828
"react-dom": "19.0.0-rc-69d4b800-20241021",
2929
"react-hook-form": "7.52.0",

packages/thirdweb/package.json

Lines changed: 55 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -127,24 +127,60 @@
127127
},
128128
"typesVersions": {
129129
"*": {
130-
"adapters/*": ["./dist/types/exports/adapters/*.d.ts"],
131-
"auth": ["./dist/types/exports/auth.d.ts"],
132-
"chains": ["./dist/types/exports/chains.d.ts"],
133-
"contract": ["./dist/types/exports/contract.d.ts"],
134-
"deploys": ["./dist/types/exports/deploys.d.ts"],
135-
"event": ["./dist/types/exports/event.d.ts"],
136-
"extensions/*": ["./dist/types/exports/extensions/*.d.ts"],
137-
"pay": ["./dist/types/exports/pay.d.ts"],
138-
"react": ["./dist/types/exports/react.d.ts"],
139-
"react-native": ["./dist/types/exports/react-native.d.ts"],
140-
"rpc": ["./dist/types/exports/rpc.d.ts"],
141-
"storage": ["./dist/types/exports/storage.d.ts"],
142-
"transaction": ["./dist/types/exports/transaction.d.ts"],
143-
"utils": ["./dist/types/exports/utils.d.ts"],
144-
"wallets": ["./dist/types/exports/wallets.d.ts"],
145-
"wallets/*": ["./dist/types/exports/wallets/*.d.ts"],
146-
"modules": ["./dist/types/exports/modules.d.ts"],
147-
"social": ["./dist/types/exports/social.d.ts"]
130+
"adapters/*": [
131+
"./dist/types/exports/adapters/*.d.ts"
132+
],
133+
"auth": [
134+
"./dist/types/exports/auth.d.ts"
135+
],
136+
"chains": [
137+
"./dist/types/exports/chains.d.ts"
138+
],
139+
"contract": [
140+
"./dist/types/exports/contract.d.ts"
141+
],
142+
"deploys": [
143+
"./dist/types/exports/deploys.d.ts"
144+
],
145+
"event": [
146+
"./dist/types/exports/event.d.ts"
147+
],
148+
"extensions/*": [
149+
"./dist/types/exports/extensions/*.d.ts"
150+
],
151+
"pay": [
152+
"./dist/types/exports/pay.d.ts"
153+
],
154+
"react": [
155+
"./dist/types/exports/react.d.ts"
156+
],
157+
"react-native": [
158+
"./dist/types/exports/react-native.d.ts"
159+
],
160+
"rpc": [
161+
"./dist/types/exports/rpc.d.ts"
162+
],
163+
"storage": [
164+
"./dist/types/exports/storage.d.ts"
165+
],
166+
"transaction": [
167+
"./dist/types/exports/transaction.d.ts"
168+
],
169+
"utils": [
170+
"./dist/types/exports/utils.d.ts"
171+
],
172+
"wallets": [
173+
"./dist/types/exports/wallets.d.ts"
174+
],
175+
"wallets/*": [
176+
"./dist/types/exports/wallets/*.d.ts"
177+
],
178+
"modules": [
179+
"./dist/types/exports/modules.d.ts"
180+
],
181+
"social": [
182+
"./dist/types/exports/social.d.ts"
183+
]
148184
}
149185
},
150186
"browser": {
@@ -319,7 +355,7 @@
319355
"msw": "^2.6.0",
320356
"prettier": "^3.3.2",
321357
"react": "19.0.0-rc-69d4b800-20241021",
322-
"react-native": "0.76.0",
358+
"react-native": "0.76.1",
323359
"react-native-aes-gcm-crypto": "0.2.2",
324360
"react-native-passkey": "3.0.0",
325361
"react-native-quick-crypto": "0.7.6",

0 commit comments

Comments
 (0)