Skip to content

Commit b1fee58

Browse files
update zod
1 parent 45bb790 commit b1fee58

File tree

8 files changed

+433
-429
lines changed

8 files changed

+433
-429
lines changed

.changeset/fluffy-books-hammer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
update dependencies

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"tiny-invariant": "^1.3.3",
8282
"use-debounce": "^10.0.5",
8383
"vaul": "^1.1.2",
84-
"zod": "3.25.62"
84+
"zod": "3.25.67"
8585
},
8686
"devDependencies": {
8787
"@biomejs/biome": "2.0.4",

apps/nebula/package.json

Lines changed: 83 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,85 @@
11
{
2-
"dependencies": {
3-
"@hookform/resolvers": "^3.9.1",
4-
"@marsidev/react-turnstile": "^1.1.0",
5-
"@radix-ui/react-avatar": "^1.1.10",
6-
"@radix-ui/react-dialog": "1.1.14",
7-
"@radix-ui/react-hover-card": "^1.1.14",
8-
"@radix-ui/react-label": "^2.1.7",
9-
"@radix-ui/react-popover": "^1.1.14",
10-
"@radix-ui/react-select": "^2.2.5",
11-
"@radix-ui/react-separator": "^1.1.7",
12-
"@radix-ui/react-slot": "^1.2.3",
13-
"@radix-ui/react-switch": "^1.2.5",
14-
"@radix-ui/react-tooltip": "1.2.7",
15-
"@tanstack/react-query": "5.80.7",
16-
"@vercel/functions": "2.1.0",
17-
"class-variance-authority": "^0.7.1",
18-
"clsx": "^2.1.1",
19-
"date-fns": "4.1.0",
20-
"fetch-event-stream": "0.1.5",
21-
"fuse.js": "7.1.0",
22-
"lucide-react": "0.514.0",
23-
"next": "15.3.3",
24-
"next-themes": "^0.4.6",
25-
"nextjs-toploader": "^1.6.12",
26-
"posthog-js": "1.252.0",
27-
"prettier": "3.5.3",
28-
"react": "19.1.0",
29-
"react-children-utilities": "^2.10.0",
30-
"react-dom": "19.1.0",
31-
"react-hook-form": "7.55.0",
32-
"react-markdown": "10.1.0",
33-
"remark-gfm": "4.0.1",
34-
"server-only": "^0.0.1",
35-
"shiki": "1.27.0",
36-
"sonner": "2.0.5",
37-
"tailwind-merge": "^2.6.0",
38-
"tailwindcss-animate": "^1.0.7",
39-
"thirdweb": "workspace:*",
40-
"zod": "3.25.62"
41-
},
42-
"devDependencies": {
43-
"@biomejs/biome": "2.0.4",
44-
"@chromatic-com/storybook": "4.0.0",
45-
"@next/eslint-plugin-next": "15.3.3",
46-
"@storybook/addon-docs": "9.0.8",
47-
"@storybook/addon-links": "9.0.8",
48-
"@storybook/addon-onboarding": "9.0.8",
49-
"@storybook/nextjs": "9.0.8",
50-
"@types/node": "22.14.1",
51-
"@types/react": "19.1.8",
52-
"@types/react-dom": "19.1.6",
53-
"@typescript-eslint/eslint-plugin": "7.14.1",
54-
"@typescript-eslint/parser": "7.14.1",
55-
"autoprefixer": "^10.4.21",
56-
"eslint": "8.57.0",
57-
"eslint-config-biome": "1.9.4",
58-
"eslint-plugin-react-compiler": "19.1.0-rc.2",
59-
"eslint-plugin-storybook": "9.0.8",
60-
"knip": "5.60.2",
61-
"next-sitemap": "^4.2.3",
62-
"postcss": "8.5.5",
63-
"storybook": "9.0.8",
64-
"tailwindcss": "3.4.17",
65-
"typescript": "5.8.3"
66-
},
67-
"name": "nebula-app",
68-
"private": true,
69-
"scripts": {
70-
"build": "NODE_OPTIONS=--max-old-space-size=6144 next build",
71-
"build-storybook": "storybook build",
72-
"build:analyze": "ANALYZE=true pnpm run build",
73-
"dev": "next dev --turbopack",
74-
"fix": "biome check ./src --fix && eslint ./src --fix",
75-
"format": "biome format ./src --write",
76-
"knip": "knip",
77-
"lint": "biome check ./src && knip && eslint ./src",
78-
"postbuild": "next-sitemap",
79-
"preinstall": "npx only-allow pnpm",
80-
"start": "next start",
81-
"storybook": "storybook dev -p 6006",
82-
"typecheck": "tsc --noEmit"
83-
},
84-
"version": "0.0.2"
2+
"dependencies": {
3+
"@hookform/resolvers": "^3.9.1",
4+
"@marsidev/react-turnstile": "^1.1.0",
5+
"@radix-ui/react-avatar": "^1.1.10",
6+
"@radix-ui/react-dialog": "1.1.14",
7+
"@radix-ui/react-hover-card": "^1.1.14",
8+
"@radix-ui/react-label": "^2.1.7",
9+
"@radix-ui/react-popover": "^1.1.14",
10+
"@radix-ui/react-select": "^2.2.5",
11+
"@radix-ui/react-separator": "^1.1.7",
12+
"@radix-ui/react-slot": "^1.2.3",
13+
"@radix-ui/react-switch": "^1.2.5",
14+
"@radix-ui/react-tooltip": "1.2.7",
15+
"@tanstack/react-query": "5.80.7",
16+
"@vercel/functions": "2.1.0",
17+
"class-variance-authority": "^0.7.1",
18+
"clsx": "^2.1.1",
19+
"date-fns": "4.1.0",
20+
"fetch-event-stream": "0.1.5",
21+
"fuse.js": "7.1.0",
22+
"lucide-react": "0.514.0",
23+
"next": "15.3.3",
24+
"next-themes": "^0.4.6",
25+
"nextjs-toploader": "^1.6.12",
26+
"posthog-js": "1.252.0",
27+
"prettier": "3.5.3",
28+
"react": "19.1.0",
29+
"react-children-utilities": "^2.10.0",
30+
"react-dom": "19.1.0",
31+
"react-hook-form": "7.55.0",
32+
"react-markdown": "10.1.0",
33+
"remark-gfm": "4.0.1",
34+
"server-only": "^0.0.1",
35+
"shiki": "1.27.0",
36+
"sonner": "2.0.5",
37+
"tailwind-merge": "^2.6.0",
38+
"tailwindcss-animate": "^1.0.7",
39+
"thirdweb": "workspace:*",
40+
"zod": "3.25.67"
41+
},
42+
"devDependencies": {
43+
"@biomejs/biome": "2.0.4",
44+
"@chromatic-com/storybook": "4.0.0",
45+
"@next/eslint-plugin-next": "15.3.3",
46+
"@storybook/addon-docs": "9.0.8",
47+
"@storybook/addon-links": "9.0.8",
48+
"@storybook/addon-onboarding": "9.0.8",
49+
"@storybook/nextjs": "9.0.8",
50+
"@types/node": "22.14.1",
51+
"@types/react": "19.1.8",
52+
"@types/react-dom": "19.1.6",
53+
"@typescript-eslint/eslint-plugin": "7.14.1",
54+
"@typescript-eslint/parser": "7.14.1",
55+
"autoprefixer": "^10.4.21",
56+
"eslint": "8.57.0",
57+
"eslint-config-biome": "1.9.4",
58+
"eslint-plugin-react-compiler": "19.1.0-rc.2",
59+
"eslint-plugin-storybook": "9.0.8",
60+
"knip": "5.60.2",
61+
"next-sitemap": "^4.2.3",
62+
"postcss": "8.5.5",
63+
"storybook": "9.0.8",
64+
"tailwindcss": "3.4.17",
65+
"typescript": "5.8.3"
66+
},
67+
"name": "nebula-app",
68+
"private": true,
69+
"scripts": {
70+
"build": "NODE_OPTIONS=--max-old-space-size=6144 next build",
71+
"build-storybook": "storybook build",
72+
"build:analyze": "ANALYZE=true pnpm run build",
73+
"dev": "next dev --turbopack",
74+
"fix": "biome check ./src --fix && eslint ./src --fix",
75+
"format": "biome format ./src --write",
76+
"knip": "knip",
77+
"lint": "biome check ./src && knip && eslint ./src",
78+
"postbuild": "next-sitemap",
79+
"preinstall": "npx only-allow pnpm",
80+
"start": "next start",
81+
"storybook": "storybook dev -p 6006",
82+
"typecheck": "tsc --noEmit"
83+
},
84+
"version": "0.0.2"
8585
}

apps/playground-web/package.json

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,68 @@
11
{
2-
"dependencies": {
3-
"@abstract-foundation/agw-react": "^1.6.4",
4-
"@hookform/resolvers": "^3.9.1",
5-
"@radix-ui/react-checkbox": "^1.3.2",
6-
"@radix-ui/react-label": "^2.1.7",
7-
"@radix-ui/react-popover": "^1.1.14",
8-
"@radix-ui/react-progress": "^1.1.7",
9-
"@radix-ui/react-radio-group": "^1.3.7",
10-
"@radix-ui/react-select": "^2.2.5",
11-
"@radix-ui/react-separator": "^1.1.7",
12-
"@radix-ui/react-slot": "^1.2.3",
13-
"@radix-ui/react-switch": "^1.2.5",
14-
"@radix-ui/react-tooltip": "1.2.7",
15-
"@tanstack/react-query": "5.80.7",
16-
"class-variance-authority": "^0.7.1",
17-
"clsx": "^2.1.1",
18-
"date-fns": "4.1.0",
19-
"lucide-react": "0.514.0",
20-
"next": "15.3.3",
21-
"next-themes": "^0.4.6",
22-
"nextjs-toploader": "^1.6.12",
23-
"openapi-types": "^12.1.3",
24-
"posthog-js": "1.252.0",
25-
"prettier": "3.5.3",
26-
"react": "19.1.0",
27-
"react-dom": "19.1.0",
28-
"react-hook-form": "7.55.0",
29-
"react-pick-color": "^2.0.0",
30-
"server-only": "^0.0.1",
31-
"shiki": "1.27.0",
32-
"tailwind-merge": "^2.6.0",
33-
"thirdweb": "workspace:*",
34-
"use-debounce": "^10.0.5",
35-
"zod": "3.25.62"
36-
},
37-
"devDependencies": {
38-
"@biomejs/biome": "2.0.4",
39-
"@types/node": "22.14.1",
40-
"@types/react": "19.1.8",
41-
"@types/react-dom": "19.1.6",
42-
"autoprefixer": "^10.4.21",
43-
"eslint": "8.57.0",
44-
"eslint-config-biome": "1.9.4",
45-
"eslint-config-next": "15.3.3",
46-
"eslint-plugin-react-compiler": "19.1.0-rc.2",
47-
"knip": "5.60.2",
48-
"postcss": "8.5.5",
49-
"tailwindcss": "3.4.17",
50-
"tailwindcss-animate": "^1.0.7",
51-
"typescript": "5.8.3"
52-
},
53-
"name": "playground-web",
54-
"private": true,
55-
"scripts": {
56-
"build": "next build",
57-
"dev": "rm -rf .next && next dev --turbopack",
58-
"fix": "eslint ./src --fix",
59-
"format": "biome format ./src --write",
60-
"lint": "biome check ./src && knip && eslint ./src",
61-
"prefix": "biome check ./src --fix",
62-
"prelint": "biome check ./src",
63-
"start": "next start",
64-
"typecheck": "tsc --noEmit",
65-
"update-insight-blueprints": "bun scripts/updateInsightBlueprints.ts"
66-
},
67-
"version": "0.1.1"
2+
"dependencies": {
3+
"@abstract-foundation/agw-react": "^1.6.4",
4+
"@hookform/resolvers": "^3.9.1",
5+
"@radix-ui/react-checkbox": "^1.3.2",
6+
"@radix-ui/react-label": "^2.1.7",
7+
"@radix-ui/react-popover": "^1.1.14",
8+
"@radix-ui/react-progress": "^1.1.7",
9+
"@radix-ui/react-radio-group": "^1.3.7",
10+
"@radix-ui/react-select": "^2.2.5",
11+
"@radix-ui/react-separator": "^1.1.7",
12+
"@radix-ui/react-slot": "^1.2.3",
13+
"@radix-ui/react-switch": "^1.2.5",
14+
"@radix-ui/react-tooltip": "1.2.7",
15+
"@tanstack/react-query": "5.80.7",
16+
"class-variance-authority": "^0.7.1",
17+
"clsx": "^2.1.1",
18+
"date-fns": "4.1.0",
19+
"lucide-react": "0.514.0",
20+
"next": "15.3.3",
21+
"next-themes": "^0.4.6",
22+
"nextjs-toploader": "^1.6.12",
23+
"openapi-types": "^12.1.3",
24+
"posthog-js": "1.252.0",
25+
"prettier": "3.5.3",
26+
"react": "19.1.0",
27+
"react-dom": "19.1.0",
28+
"react-hook-form": "7.55.0",
29+
"react-pick-color": "^2.0.0",
30+
"server-only": "^0.0.1",
31+
"shiki": "1.27.0",
32+
"tailwind-merge": "^2.6.0",
33+
"thirdweb": "workspace:*",
34+
"use-debounce": "^10.0.5",
35+
"zod": "3.25.67"
36+
},
37+
"devDependencies": {
38+
"@biomejs/biome": "2.0.4",
39+
"@types/node": "22.14.1",
40+
"@types/react": "19.1.8",
41+
"@types/react-dom": "19.1.6",
42+
"autoprefixer": "^10.4.21",
43+
"eslint": "8.57.0",
44+
"eslint-config-biome": "1.9.4",
45+
"eslint-config-next": "15.3.3",
46+
"eslint-plugin-react-compiler": "19.1.0-rc.2",
47+
"knip": "5.60.2",
48+
"postcss": "8.5.5",
49+
"tailwindcss": "3.4.17",
50+
"tailwindcss-animate": "^1.0.7",
51+
"typescript": "5.8.3"
52+
},
53+
"name": "playground-web",
54+
"private": true,
55+
"scripts": {
56+
"build": "next build",
57+
"dev": "rm -rf .next && next dev --turbopack",
58+
"fix": "eslint ./src --fix",
59+
"format": "biome format ./src --write",
60+
"lint": "biome check ./src && knip && eslint ./src",
61+
"prefix": "biome check ./src --fix",
62+
"prelint": "biome check ./src",
63+
"start": "next start",
64+
"typecheck": "tsc --noEmit",
65+
"update-insight-blueprints": "bun scripts/updateInsightBlueprints.ts"
66+
},
67+
"version": "0.1.1"
6868
}

apps/wallet-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"tailwindcss-animate": "^1.0.7",
2222
"thirdweb": "workspace:*",
2323
"tiny-invariant": "^1.3.3",
24-
"zod": "3.25.62"
24+
"zod": "3.25.67"
2525
},
2626
"devDependencies": {
2727
"@biomejs/biome": "2.0.4",

packages/service-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@confluentinc/kafka-javascript": "1.3.2",
88
"@paralleldrive/cuid2": "^2.2.2",
99
"aws4fetch": "1.0.20",
10-
"zod": "3.25.62"
10+
"zod": "3.25.67"
1111
},
1212
"devDependencies": {
1313
"@biomejs/biome": "2.0.4",

packages/thirdweb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"toml": "3.0.0",
4040
"uqr": "0.1.2",
4141
"viem": "2.28.1",
42-
"zod": "3.25.62"
42+
"zod": "3.25.67"
4343
},
4444
"devDependencies": {
4545
"@aws-sdk/client-kms": "3.592.0",

0 commit comments

Comments
 (0)