From 734980d1bbd2cd225fece2cf599bc262ab38d03e Mon Sep 17 00:00:00 2001 From: Pedro Tiburcio Date: Wed, 8 Jan 2025 09:10:40 -0500 Subject: [PATCH] chore: update zod version --- packages/authentication/CHANGELOG.md | 6 ++++++ packages/authentication/package.json | 2 +- packages/components/CHANGELOG.md | 9 ++++++++- packages/components/package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- pnpm-workspace.yaml | 2 +- 6 files changed, 24 insertions(+), 11 deletions(-) diff --git a/packages/authentication/CHANGELOG.md b/packages/authentication/CHANGELOG.md index eb196918..7997ea79 100644 --- a/packages/authentication/CHANGELOG.md +++ b/packages/authentication/CHANGELOG.md @@ -1,5 +1,11 @@ # @baseapp-frontend/authentication +## 4.0.7 + +### Patch Changes + +- Update `zod` from 3.23.8 to 3.24.1 + ## 4.0.6 ### Patch Changes diff --git a/packages/authentication/package.json b/packages/authentication/package.json index f254c1a1..4f46e10e 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -1,7 +1,7 @@ { "name": "@baseapp-frontend/authentication", "description": "Authentication modules.", - "version": "4.0.6", + "version": "4.0.7", "main": "./index.ts", "types": "dist/index.d.ts", "sideEffects": false, diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 5c42b3a5..a3773d34 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,13 @@ # @baseapp-frontend/components +## 0.0.42 + +### Patch Changes + +- Update `zod` from 3.23.8 to 3.24.1 +- Updated dependencies + - @baseapp-frontend/authentication@4.0.7 + ## 0.0.41 ### Patch Changes @@ -55,7 +63,6 @@ - Updated dependencies - @baseapp-frontend/graphql@1.1.14 - ## 0.0.34 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index df68ad2c..2656b9ed 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,7 +1,7 @@ { "name": "@baseapp-frontend/components", "description": "BaseApp components modules such as comments, notifications, messages, and more.", - "version": "0.0.41", + "version": "0.0.42", "main": "./index.ts", "types": "dist/index.d.ts", "sideEffects": false, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c362955f..4974c0e1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -52,8 +52,8 @@ catalogs: specifier: 5.4.5 version: 5.4.5 zod: - specifier: 3.23.8 - version: 3.23.8 + specifier: 3.24.1 + version: 3.24.1 zustand: specifier: 4.5.2 version: 4.5.2 @@ -399,7 +399,7 @@ importers: version: 7.51.5(react@18.3.1) zod: specifier: 'catalog:' - version: 3.23.8 + version: 3.24.1 devDependencies: '@baseapp-frontend/config': specifier: workspace:* @@ -550,7 +550,7 @@ importers: version: 3.2.0(react@18.3.1) zod: specifier: 'catalog:' - version: 3.23.8 + version: 3.24.1 zustand: specifier: 'catalog:' version: 4.5.2(@types/react@18.3.3)(react@18.3.1) @@ -10217,8 +10217,8 @@ packages: resolution: {integrity: sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==} engines: {node: '>=18'} - zod@3.23.8: - resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} + zod@3.24.1: + resolution: {integrity: sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==} zustand@4.5.2: resolution: {integrity: sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==} @@ -21551,7 +21551,7 @@ snapshots: yoctocolors-cjs@2.1.2: {} - zod@3.23.8: {} + zod@3.24.1: {} zustand@4.5.2(@types/react@18.3.3)(react@18.3.1): dependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index a716a2c6..479e70f5 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -19,7 +19,7 @@ catalog: react-hook-form: 7.51.5 react-virtuoso: 4.7.11 typescript: 5.4.5 - zod: 3.23.8 + zod: 3.24.1 zustand: 4.5.2 catalogs: