Skip to content

Commit

Permalink
deps(ddd-toolkit-rabbit-bus): remove wrong mongodb dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoselli committed May 31, 2024
1 parent ac4c8c4 commit 31c206b
Show file tree
Hide file tree
Showing 3 changed files with 4,896 additions and 4,172 deletions.
5 changes: 5 additions & 0 deletions .changeset/tiny-eagles-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fizzbuds/ddd-toolkit-rabbit-bus": patch
---

remove wrong mongodb dependency
8 changes: 2 additions & 6 deletions packages/ddd-toolkit-rabbit-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@
"check": "cspell lint --quiet src",
"prepublishOnly": "pnpm run build"
},
"dependencies": {},
"peerDependencies": {
"@fizzbuds/ddd-toolkit": "workspace:^",
"amqplib": "^0.10.3",
"mongodb": "^4.0.0 || ^5.0.0"
"amqplib": "^0.10.3"
},
"devDependencies": {
"@fizzbuds/ddd-toolkit": "workspace:^",
Expand All @@ -43,9 +41,7 @@
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.3",
"mongodb": "^4.17.2",
"mongodb-memory-server": "^8.13.0"
"typescript": "^5.1.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 31c206b

Please sign in to comment.