Skip to content

Commit

Permalink
v10.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 25, 2024
1 parent 59a62f4 commit 090e94f
Show file tree
Hide file tree
Showing 23 changed files with 80 additions and 80 deletions.
78 changes: 39 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/modules/arangodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testcontainers/arangodb",
"version": "10.8.2",
"version": "10.9.0",
"license": "MIT",
"keywords": [
"arangodb",
Expand Down Expand Up @@ -32,6 +32,6 @@
"arangojs": "^8.7.0"
},
"dependencies": {
"testcontainers": "^10.8.2"
"testcontainers": "^10.9.0"
}
}
4 changes: 2 additions & 2 deletions packages/modules/chromadb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testcontainers/chromadb",
"version": "10.8.2",
"version": "10.9.0",
"license": "MIT",
"keywords": [
"chromadb",
Expand Down Expand Up @@ -32,6 +32,6 @@
"chromadb": "^1.8.1"
},
"dependencies": {
"testcontainers": "^10.8.2"
"testcontainers": "^10.9.0"
}
}
4 changes: 2 additions & 2 deletions packages/modules/couchbase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testcontainers/couchbase",
"version": "10.8.2",
"version": "10.9.0",
"license": "MIT",
"keywords": [
"couchbase",
Expand Down Expand Up @@ -29,7 +29,7 @@
"build": "tsc --project tsconfig.build.json"
},
"dependencies": {
"testcontainers": "^10.8.2"
"testcontainers": "^10.9.0"
},
"devDependencies": {
"@types/couchbase": "^2.4.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/modules/elasticsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testcontainers/elasticsearch",
"version": "10.8.2",
"version": "10.9.0",
"license": "MIT",
"keywords": [
"elasticsearch",
Expand Down Expand Up @@ -32,6 +32,6 @@
"@elastic/elasticsearch": "^7.17.13"
},
"dependencies": {
"testcontainers": "^10.8.2"
"testcontainers": "^10.9.0"
}
}
4 changes: 2 additions & 2 deletions packages/modules/gcloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testcontainers/gcloud",
"version": "10.8.2",
"version": "10.9.0",
"license": "MIT",
"author": "Anietie Asuquo <hello@anietieasuquo.com>",
"keywords": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"build": "tsc --project tsconfig.build.json"
},
"dependencies": {
"testcontainers": "^10.8.2"
"testcontainers": "^10.9.0"
},
"devDependencies": {
"@google-cloud/firestore": "7.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/modules/hivemq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testcontainers/hivemq",
"version": "10.8.2",
"version": "10.9.0",
"license": "MIT",
"keywords": [
"hivemq",
Expand Down Expand Up @@ -32,6 +32,6 @@
"mqtt": "^4.3.8"
},
"dependencies": {
"testcontainers": "^10.8.2"
"testcontainers": "^10.9.0"
}
}
4 changes: 2 additions & 2 deletions packages/modules/kafka/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testcontainers/kafka",
"version": "10.8.2",
"version": "10.9.0",
"license": "MIT",
"keywords": [
"kafka",
Expand Down Expand Up @@ -32,6 +32,6 @@
"kafkajs": "^2.2.4"
},
"dependencies": {
"testcontainers": "^10.8.2"
"testcontainers": "^10.9.0"
}
}
4 changes: 2 additions & 2 deletions packages/modules/localstack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testcontainers/localstack",
"version": "10.8.2",
"version": "10.9.0",
"license": "MIT",
"keywords": [
"localstack",
Expand Down Expand Up @@ -30,7 +30,7 @@
"build": "tsc --project tsconfig.build.json"
},
"dependencies": {
"testcontainers": "^10.8.2"
"testcontainers": "^10.9.0"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.521.0"
Expand Down
Loading

0 comments on commit 090e94f

Please sign in to comment.