Skip to content

Commit

Permalink
fix: resolve package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tsangste committed Oct 14, 2024
1 parent 0744cf0 commit 19e24d3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
9 changes: 3 additions & 6 deletions libs/nestjs-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@
"registry": "https://npm.pkg.github.com"
},
"peerDependencies": {
"@nestjs/common": "10.4.4",
"@nestjs/core": "10.4.4",
"rxjs": "7.8.1"
},
"devDependencies": {
"express": "4.21.1"
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"rxjs": "^7.5.0"
}
}
10 changes: 5 additions & 5 deletions libs/nestjs-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"registry": "https://npm.pkg.github.com"
},
"peerDependencies": {
"@nestjs/common": "10.4.4",
"@nestjs/core": "10.4.4",
"nest-winston": "1.9.7",
"rxjs": "7.8.1",
"winston": "3.15.0"
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0",
"nest-winston": "^1.8.0",
"rxjs": "^7.0.0",
"winston": "^3.8.0"
}
}
7 changes: 7 additions & 0 deletions libs/nestjs-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,12 @@
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"peerDependencies": {
"@aws-sdk/client-s3": "^3.670.0",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/config": "^3.0.0",
"rxjs": "^7.5.0"
}
}

0 comments on commit 19e24d3

Please sign in to comment.