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" } }