update packages

This commit is contained in:
AntoXa PRO 2023-10-06 17:21:40 +03:00
parent c12338410f
commit 81acc54dc9

View File

@ -1,6 +1,6 @@
{
"name": "axp-server",
"version": "1.4.14",
"version": "1.4.15",
"description": "My helper library",
"author": "AntoXa PRO <info@antoxa.pro>",
"homepage": "https://antoxahub.ru/antoxa/axp-server",
@ -20,16 +20,16 @@
"prepare": "npm run build"
},
"dependencies": {
"axp-ts": "^1.9.10",
"axp-ts": "^1.11.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"mongoose": "^6.12.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.3",
"@types/express": "^4.17.17",
"@rollup/plugin-typescript": "^11.1.5",
"@types/express": "^4.17.18",
"prettier": "^2.8.8",
"rollup": "^3.29.2",
"rollup": "^3.29.4",
"tslib": "^2.6.2"
}
}