Skip to content

Commit e073e79

Browse files
chore: update nestjs
1 parent ee3def6 commit e073e79

File tree

5 files changed

+929
-549
lines changed

5 files changed

+929
-549
lines changed

libs/nestjs-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"registry": "https://npm.pkg.github.com"
1212
},
1313
"peerDependencies": {
14-
"@nestjs/common": "^10.0.0",
15-
"@nestjs/core": "^10.0.0",
14+
"@nestjs/common": "^10.0.0 || ^11.0.0",
15+
"@nestjs/core": "^10.0.0 || ^11.0.0",
1616
"rxjs": "^7.5.0"
1717
}
1818
}

libs/nestjs-logger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"registry": "https://npm.pkg.github.com"
1212
},
1313
"peerDependencies": {
14-
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
15-
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0",
14+
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
15+
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
1616
"nest-winston": "^1.8.0",
1717
"rxjs": "^7.0.0",
1818
"winston": "^3.8.0"

libs/nestjs-storage/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
},
1313
"peerDependencies": {
1414
"@aws-sdk/client-s3": "^3.670.0",
15-
"@nestjs/common": "^10.0.0",
16-
"@nestjs/core": "^10.0.0",
17-
"@nestjs/config": "^3.0.0",
15+
"@nestjs/common": "^10.0.0 || ^11.0.0",
16+
"@nestjs/core": "^10.0.0 || ^11.0.0",
17+
"@nestjs/config": "^3.0.0 || ^4.0.0",
1818
"rxjs": "^7.5.0"
1919
}
2020
}

0 commit comments

Comments
 (0)