bump nesties and add change repo
Showing
| ... | ... | @@ -12,15 +12,15 @@ |
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://code.mycard.moe/3rdeye/nicot.git" | ||
| "url": "https://github.com/purerosefallen/nicot.git" | ||
| }, | ||
| "author": "Nanahira <nanahira@momobako.com>", | ||
| "license": "MIT", | ||
| "keywords": [], | ||
| "bugs": { | ||
| "url": "https://code.mycard.moe/3rdeye/nicot/issues" | ||
| "url": "https://github.com/purerosefallen/nicot/issues" | ||
| }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/nicot", | ||
| "homepage": "https://github.com/purerosefallen/nicot", | ||
| "jest": { | ||
| "moduleFileExtensions": [ | ||
| "js", | ||
| ... | ... | @@ -61,15 +61,16 @@ |
| "typescript": "^4.7.4" | ||
| }, | ||
| "peerDependencies": { | ||
| "@nestjs/common": "^9.4.0 || ^10.0.0 || ^11.0.14", | ||
| "@nestjs/swagger": "^7.1.8 || ^6.3.0 || ^11.1.1", | ||
| "@nestjs/common": "^11.0.0 || ^9.4.0 || ^10.0.0", | ||
| "@nestjs/config": "^4.0.0 || ^3.0.0", | ||
| "@nestjs/swagger": "^11.0.0 || ^7.1.8 || ^6.3.0", | ||
| "class-transformer": "^0.5.1", | ||
| "class-validator": "^0.14.0", | ||
| "typeorm": "^0.3.16" | ||
| }, | ||
| "dependencies": { | ||
| "lodash": "^4.17.21", | ||
| "nesties": "^1.1.1", | ||
| "nesties": "^1.1.2", | ||
| "typed-reflector": "^1.0.11" | ||
| } | ||
| } |
Please register or sign in to comment