Skip to content

Commit b099ec1

Browse files
committed
Update testcontainers kafka module
1 parent 273446e commit b099ec1

3 files changed

Lines changed: 37 additions & 8 deletions

File tree

.changeset/three-plums-happen.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@mqueue/kafkajs": patch
3+
---
4+
5+
Move `@testcontainers/kafka` to devDependencies and update to `v11.5.0`

packages/kafkajs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949
"@mqueue/queue": "workspace:*",
5050
"publint": "^0.3.12",
5151
"testcontainers": "^11.0.3",
52+
"@testcontainers/kafka": "^11.5.0",
5253
"tsup": "^8.5.0",
5354
"tsx": "^4.20.3",
5455
"typescript": "^5.8.3"
5556
},
5657
"dependencies": {
57-
"@testcontainers/kafka": "^11.0.3",
5858
"kafkajs": "^2.2.4"
5959
}
6060
}

pnpm-lock.yaml

Lines changed: 31 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)