From cd2a846a382caf6d3d93a1f7cfb372fba6698a18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:01:07 +0000 Subject: [PATCH] fix(deps): update zui --- zui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zui/package.json b/zui/package.json index 496e6492..21c0cc0f 100644 --- a/zui/package.json +++ b/zui/package.json @@ -1,6 +1,6 @@ { "name": "@bpinternal/zui", - "version": "0.6.2", + "version": "0.6.3", "description": "An extension of Zod for working nicely with UIs and JSON Schemas", "type": "module", "source": "./src/index.ts", @@ -57,7 +57,7 @@ "typescript": "5.4.5", "vite": "^5.2.6", "vite-plugin-node-polyfills": "^0.21.0", - "vitest": "1.4.0" + "vitest": "1.5.0" }, "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.5.4",