From d13f540222f794ea2dd1abf345583f8129bb0c30 Mon Sep 17 00:00:00 2001 From: AntoXa PRO Date: Thu, 5 Oct 2023 17:07:16 +0300 Subject: [PATCH] fix version --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5afde67..3857486 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "axp-ui", "descriiption": "My helper ui lib", - "version": "1.8.0", + "version": "1.8.1", "homepage": "https://antoxahub.ru/antoxa/axp-ui", "repository": { "type": "git", @@ -32,8 +32,9 @@ "prepare": "npm run build" }, "peerDependencies": { - "axp-ts": "^1.9.11", - "vue": "^3.3.4" + "axp-ts": "^1.10.0", + "vue": "^3.3.4", + "zod": "^3.22.4" }, "devDependencies": { "@vitejs/plugin-vue": "^4.4.0", @@ -42,7 +43,7 @@ "sass": "^1.68.0", "tailwindcss": "^3.3.3", "typescript": "^5.2.2", - "vite": "^4.4.10", + "vite": "^4.4.11", "vite-plugin-dts": "^3.6.0" } }