fix version

This commit is contained in:
AntoXa PRO 2023-10-05 17:07:16 +03:00
parent 03e73d5789
commit d13f540222

View File

@ -1,7 +1,7 @@
{ {
"name": "axp-ui", "name": "axp-ui",
"descriiption": "My helper ui lib", "descriiption": "My helper ui lib",
"version": "1.8.0", "version": "1.8.1",
"homepage": "https://antoxahub.ru/antoxa/axp-ui", "homepage": "https://antoxahub.ru/antoxa/axp-ui",
"repository": { "repository": {
"type": "git", "type": "git",
@ -32,8 +32,9 @@
"prepare": "npm run build" "prepare": "npm run build"
}, },
"peerDependencies": { "peerDependencies": {
"axp-ts": "^1.9.11", "axp-ts": "^1.10.0",
"vue": "^3.3.4" "vue": "^3.3.4",
"zod": "^3.22.4"
}, },
"devDependencies": { "devDependencies": {
"@vitejs/plugin-vue": "^4.4.0", "@vitejs/plugin-vue": "^4.4.0",
@ -42,7 +43,7 @@
"sass": "^1.68.0", "sass": "^1.68.0",
"tailwindcss": "^3.3.3", "tailwindcss": "^3.3.3",
"typescript": "^5.2.2", "typescript": "^5.2.2",
"vite": "^4.4.10", "vite": "^4.4.11",
"vite-plugin-dts": "^3.6.0" "vite-plugin-dts": "^3.6.0"
} }
} }