Update packages

This commit is contained in:
AntoXa PRO 2023-07-11 09:56:58 +03:00
parent 7c7077a44a
commit 7a0d396a23

View File

@ -3,6 +3,11 @@
"version": "1.9.5",
"description": "TypeScript helper library",
"author": "AntoXa PRO <info@antoxa.pro>",
"homepage": "https://antoxahub.ru/antoxa/axp-ts",
"repository": {
"type": "git",
"url": "https://antoxahub.ru/antoxa/axp-ts.git"
},
"main": "dist/index.js",
"files": [
"dist",
@ -16,7 +21,7 @@
"zod": "^3.21.4"
},
"devDependencies": {
"prettier": "^2.8.7",
"prettier": "^2.8.8",
"typescript": "^4.9.5"
}
}