ad
Showing
| ... | ... | @@ -32,14 +32,14 @@ |
| "class-validator": "^0.13.2", | ||
| "lodash": "^4.17.21", | ||
| "moment": "^2.29.4", | ||
| "nicot": "^1.0.9", | ||
| "nicot": "^1.0.17", | ||
| "node-schedule": "^2.1.0", | ||
| "pg": "^8.7.3", | ||
| "pg-native": "^3.0.0", | ||
| "reflect-metadata": "^0.1.13", | ||
| "rimraf": "^3.0.2", | ||
| "rxjs": "^7.2.0", | ||
| "typeorm": "^0.3.7", | ||
| "typeorm": "^0.3.10", | ||
| "yaml": "^2.1.1" | ||
| }, | ||
| "devDependencies": { | ||
| ... | ... | @@ -49,7 +49,7 @@ |
| "@types/express": "^4.17.13", | ||
| "@types/jest": "28.1.4", | ||
| "@types/lodash": "^4.14.182", | ||
| "@types/node": "^16.0.0", | ||
| "@types/node": "^18.11.9", | ||
| "@types/node-schedule": "^2.1.0", | ||
| "@types/supertest": "^2.0.11", | ||
| "@typescript-eslint/eslint-plugin": "^5.0.0", | ||
| ... | ... | @@ -65,7 +65,7 @@ |
| "ts-loader": "^9.2.3", | ||
| "ts-node": "^10.0.0", | ||
| "tsconfig-paths": "4.0.0", | ||
| "typescript": "^4.3.5" | ||
| "typescript": "^4.9.3" | ||
| }, | ||
| "jest": { | ||
| "moduleFileExtensions": [ | ||
| ... | ... |
src/entities/ad.entity.ts
0 → 100644
Please register or sign in to comment