Update react-hook-form, zod and zod-resolver

This commit is contained in:
Lukasz Ostrowski 2023-05-31 21:12:37 +02:00
parent 91286da553
commit 7c6e92eede
11 changed files with 776 additions and 455 deletions

View file

@ -0,0 +1,13 @@
---
"saleor-app-emails-and-messages": patch
"saleor-app-data-importer": patch
"saleor-app-products-feed": patch
"saleor-app-monitoring": patch
"saleor-app-invoices": patch
"saleor-app-search": patch
"saleor-app-taxes": patch
"saleor-app-cms": patch
"saleor-app-crm": patch
---
Updated dependencies - react-hook-form, zod and zod resolver for react-hook-form

View file

@ -17,7 +17,7 @@
},
"dependencies": {
"@datocms/cma-client-node": "^1.2.4",
"@hookform/resolvers": "^2.9.10",
"@hookform/resolvers": "3.1.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "4.0.0-alpha.61",
@ -34,13 +34,13 @@
"pino-pretty": "^10.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.39.1",
"react-hook-form": "7.44.2",
"react-markdown": "^8.0.5",
"urql": "^3.0.3",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0",
"vite": "^4.3.1",
"zod": "^3.19.1"
"zod": "3.21.4"
},
"devDependencies": {
"@graphql-codegen/cli": "2.13.3",

View file

@ -38,13 +38,13 @@
"pino-pretty": "^10.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.0",
"react-hook-form": "7.44.2",
"react-is": "^18.2.0",
"urql": "^3.0.3",
"usehooks-ts": "^2.9.1",
"vite": "^4.3.1",
"vitest": "^0.30.1",
"zod": "^3.20.2"
"zod": "3.21.4"
},
"devDependencies": {
"@graphql-codegen/cli": "3.2.2",

View file

@ -41,7 +41,7 @@
"usehooks-ts": "^2.9.1",
"vite": "^4.3.1",
"vitest": "^0.30.1",
"zod": "^3.20.2"
"zod": "3.21.4"
},
"devDependencies": {
"@graphql-codegen/cli": "3.2.2",

View file

@ -16,13 +16,13 @@
"schemaVersion": "3.11.7"
},
"dependencies": {
"@hookform/resolvers": "^3.1.0",
"@hookform/resolvers": "3.1.0",
"@monaco-editor/react": "^4.4.6",
"@saleor/app-sdk": "0.39.1",
"@saleor/apps-shared": "workspace:*",
"@saleor/apps-ui": "workspace:*",
"@saleor/react-hook-form-macaw": "workspace:*",
"@saleor/macaw-ui": "0.8.0-pre.84",
"@saleor/react-hook-form-macaw": "workspace:*",
"@sendgrid/client": "^7.7.0",
"@sendgrid/mail": "^7.7.0",
"@sentry/nextjs": "^7.52.1",
@ -47,14 +47,14 @@
"pino-pretty": "^10.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-hook-form": "7.44.2",
"react-is": "^18.2.0",
"react-query": "^3.39.3",
"urql": "^3.0.3",
"usehooks-ts": "^2.9.1",
"vite": "^4.3.8",
"vitest": "^0.31.1",
"zod": "^3.20.2"
"zod": "3.21.4"
},
"devDependencies": {
"@graphql-codegen/cli": "3.2.2",

View file

@ -16,7 +16,7 @@
"schemaVersion": "3.10"
},
"dependencies": {
"@hookform/resolvers": "^3.1.0",
"@hookform/resolvers": "3.1.0",
"@saleor/app-sdk": "0.39.1",
"@saleor/apps-shared": "workspace:*",
"@saleor/macaw-ui": "0.8.0-pre.84",
@ -38,11 +38,11 @@
"pino-pretty": "^10.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.41.0",
"react-hook-form": "7.44.2",
"tiny-invariant": "^1.3.1",
"urql": "^3.0.3",
"usehooks-ts": "^2.9.1",
"zod": "^3.20.2"
"zod": "3.21.4"
},
"devDependencies": {
"@graphql-codegen/cli": "3.2.2",

View file

@ -32,7 +32,7 @@
"pino-pretty": "^10.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.42.1",
"react-hook-form": "7.44.2",
"urql": "^3.0.3",
"vite": "^4.3.1",
"vitest": "^0.30.1"

View file

@ -17,7 +17,7 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.332.0",
"@hookform/resolvers": "^2.9.10",
"@hookform/resolvers": "3.1.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "4.0.0-alpha.61",
@ -43,13 +43,13 @@
"pino-pretty": "^10.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.0",
"react-hook-form": "7.44.2",
"react-is": "^18.2.0",
"urql": "^3.0.3",
"usehooks-ts": "^2.9.1",
"vite": "^4.3.1",
"vitest": "^0.30.1",
"zod": "^3.20.2"
"zod": "3.21.4"
},
"devDependencies": {
"@graphql-codegen/cli": "3.2.2",

View file

@ -16,7 +16,7 @@
"schemaVersion": "3.7"
},
"dependencies": {
"@hookform/resolvers": "^3.1.0",
"@hookform/resolvers": "3.1.0",
"@saleor/app-sdk": "0.39.1",
"@saleor/apps-shared": "workspace:*",
"@saleor/apps-ui": "workspace:*",
@ -37,10 +37,10 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.43.9",
"react-hook-form": "7.44.2",
"react-query": "^3.39.3",
"urql": "^3.0.3",
"zod": "^3.21.4"
"zod": "3.21.4"
},
"devDependencies": {
"@graphql-codegen/cli": "3.2.2",

View file

@ -16,7 +16,7 @@
"schemaVersion": "3.10"
},
"dependencies": {
"@hookform/resolvers": "^2.9.10",
"@hookform/resolvers": "3.1.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "4.0.0-alpha.61",
@ -43,13 +43,13 @@
"pino-pretty": "^10.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.42.1",
"react-hook-form": "7.44.2",
"taxjar": "^4.0.1",
"urql": "^3.0.3",
"usehooks-ts": "^2.9.1",
"vite": "^4.3.1",
"vitest": "^0.30.1",
"zod": "^3.20.2"
"zod": "3.21.4"
},
"devDependencies": {
"@graphql-codegen/cli": "3.2.2",

File diff suppressed because it is too large Load diff