Skip to content

Commit

Permalink
fix: Update zod (#2996)
Browse files Browse the repository at this point in the history
## Description

fixes email validation hangs
colinhacks/zod#2580


## Steps for reproduction

1. click button
2. expect xyz

## Code Review

- [ ] hi @kof, I need you to do
  - conceptual review (architecture, feature-correctness)
  - detailed review (read every line)
  - test it on preview

## Before requesting a review

- [ ] made a self-review
- [ ] added inline comments where things may be not obvious (the "why",
not "what")

## Before merging

- [ ] tested locally and on preview environment (preview dev login:
5de6)
- [ ] updated [test
cases](https://github.com/webstudio-is/webstudio/blob/main/apps/builder/docs/test-cases.md)
document
- [ ] added tests
- [ ] if any new env variables are added, added them to `.env.example`
and the `builder/env-check.js` if mandatory
  • Loading branch information
istarkov committed Mar 12, 2024
1 parent c5cdbc6 commit bdbb33f
Show file tree
Hide file tree
Showing 18 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion apps/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"use-debounce": "^9.0.4",
"uuid": "^9.0.0",
"warn-once": "^0.1.1",
"zod": "^3.21.4"
"zod": "^3.22.4"
},
"devDependencies": {
"@hono/node-server": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"openai": "^4.8.0",
"unist-util-visit-parents": "^6.0.1",
"web-streams-polyfill": "^3.2.1",
"zod": "^3.21.4",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.21.4"
}
}
2 changes: 1 addition & 1 deletion packages/asset-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@webstudio-is/jest-config": "workspace:*",
"@webstudio-is/tsconfig": "workspace:*",
"typescript": "5.2.2",
"zod": "^3.21.4"
"zod": "^3.22.4"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/authorization-token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@webstudio-is/prisma-client": "workspace:*",
"@webstudio-is/trpc-interface": "workspace:*",
"zod": "^3.21.4"
"zod": "^3.22.4"
},
"devDependencies": {
"@webstudio-is/tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"strip-indent": "^4.0.0",
"title-case": "^4.1.0",
"yargs": "^17.7.2",
"zod": "^3.21.4"
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^18.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/css-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"tsx": "^3.12.8",
"type-fest": "^4.3.1",
"typescript": "5.2.2",
"zod": "^3.21.4"
"zod": "^3.22.4"
},
"peerDependencies": {
"zod": "^3.19.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@webstudio-is/prisma-client": "workspace:*",
"@webstudio-is/project": "workspace:*",
"@webstudio-is/trpc-interface": "workspace:*",
"zod": "^3.21.4"
"zod": "^3.22.4"
},
"devDependencies": {
"@webstudio-is/tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/domain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@webstudio-is/project": "workspace:*",
"@webstudio-is/project-build": "workspace:*",
"@webstudio-is/trpc-interface": "workspace:*",
"zod": "^3.21.4"
"zod": "^3.22.4"
},
"devDependencies": {
"@webstudio-is/tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@webstudio-is/jest-config": "workspace:*",
"@webstudio-is/tsconfig": "workspace:*",
"typescript": "5.2.2",
"zod": "^3.21.4"
"zod": "^3.22.4"
},
"peerDependencies": {
"zod": "^3.19.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/generate-arg-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@webstudio-is/react-sdk": "workspace:*",
"fast-glob": "^3.2.12",
"react-docgen-typescript": "^2.2.2",
"zod": "^3.21.4"
"zod": "^3.22.4"
},
"devDependencies": {
"@webstudio-is/tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsx-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"@webstudio-is/react-sdk": "workspace:*",
"@webstudio-is/sdk": "workspace:*",
"json5": "^2.2.3",
"zod": "^3.21.4"
"zod": "^3.22.4"
}
}
2 changes: 1 addition & 1 deletion packages/prisma-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prisma": "^5.8.1",
"tsx": "^3.12.8",
"typescript": "5.2.2",
"zod": "^3.21.4"
"zod": "^3.22.4"
},
"exports": {
"webstudio": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/project-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@webstudio-is/sdk": "workspace:*",
"@webstudio-is/trpc-interface": "workspace:*",
"nanoid": "^5.0.1",
"zod": "^3.21.4"
"zod": "^3.22.4"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"nanoid": "^5.0.1",
"slugify": "^1.6.6",
"uuid": "^9.0.0",
"zod": "^3.21.4"
"zod": "^3.22.4"
},
"devDependencies": {
"@types/uuid": "^8.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"strip-indent": "^4.0.0",
"type-fest": "^4.3.1",
"typescript": "5.2.2",
"zod": "^3.21.4"
"zod": "^3.22.4"
},
"peerDependencies": {
"@remix-run/react": "^1.19.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@webstudio-is/css-engine": "workspace:*",
"@webstudio-is/fonts": "workspace:*",
"zod": "^3.21.4"
"zod": "^3.22.4"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/trpc-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@webstudio-is/prisma-client": "workspace:*",
"ts-custom-error": "^3.3.1",
"uuid": "^9.0.0",
"zod": "^3.21.4"
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^18.17.1",
Expand Down
78 changes: 39 additions & 39 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bdbb33f

Please sign in to comment.