Skip to content

Commit

Permalink
chore(transactional-adapter-mongodb): fix mongodb peer dependency ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
JonnyBGod committed Dec 5, 2024
1 parent d2dd762 commit f868b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"peerDependencies": {
"@nestjs-cls/transactional": "workspace:^2.4.2",
"mongodb": "> 6",
"mongodb": ">= 6",
"nestjs-cls": "workspace:^4.4.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5276,7 +5276,7 @@ __metadata:
typescript: "npm:5.0"
peerDependencies:
"@nestjs-cls/transactional": "workspace:^2.4.2"
mongodb: "> 6"
mongodb: ">= 6"
nestjs-cls: "workspace:^4.4.1"
languageName: unknown
linkType: soft
Expand Down

0 comments on commit f868b97

Please sign in to comment.