Skip to content

Commit

Permalink
v10.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 8, 2024
1 parent a883902 commit 794ebc4
Show file tree
Hide file tree
Showing 25 changed files with 88 additions and 88 deletions.
86 changes: 43 additions & 43 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.10.1",
"version": "10.10.2",
"license": "MIT",
"keywords": [
"arangodb",
Expand Down Expand Up @@ -32,6 +32,6 @@
"arangojs": "^8.8.1"
},
"dependencies": {
"testcontainers": "^10.10.1"
"testcontainers": "^10.10.2"
}
}
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.10.1",
"version": "10.10.2",
"license": "MIT",
"keywords": [
"chromadb",
Expand Down Expand Up @@ -32,6 +32,6 @@
"chromadb": "^1.8.1"
},
"dependencies": {
"testcontainers": "^10.10.1"
"testcontainers": "^10.10.2"
}
}
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.10.1",
"version": "10.10.2",
"license": "MIT",
"keywords": [
"couchbase",
Expand Down Expand Up @@ -29,7 +29,7 @@
"build": "tsc --project tsconfig.build.json"
},
"dependencies": {
"testcontainers": "^10.10.1"
"testcontainers": "^10.10.2"
},
"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.10.1",
"version": "10.10.2",
"license": "MIT",
"keywords": [
"elasticsearch",
Expand Down Expand Up @@ -32,6 +32,6 @@
"@elastic/elasticsearch": "^7.17.13"
},
"dependencies": {
"testcontainers": "^10.10.1"
"testcontainers": "^10.10.2"
}
}
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.10.1",
"version": "10.10.2",
"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.10.1"
"testcontainers": "^10.10.2"
},
"devDependencies": {
"@google-cloud/firestore": "7.8.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.10.1",
"version": "10.10.2",
"license": "MIT",
"keywords": [
"hivemq",
Expand Down Expand Up @@ -32,6 +32,6 @@
"mqtt": "^4.3.8"
},
"dependencies": {
"testcontainers": "^10.10.1"
"testcontainers": "^10.10.2"
}
}
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.10.1",
"version": "10.10.2",
"license": "MIT",
"keywords": [
"kafka",
Expand Down Expand Up @@ -32,6 +32,6 @@
"kafkajs": "^2.2.4"
},
"dependencies": {
"testcontainers": "^10.10.1"
"testcontainers": "^10.10.2"
}
}
Loading

0 comments on commit 794ebc4

Please sign in to comment.