Skip to content

Commit

Permalink
v10.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 24, 2024
1 parent 6eb047c commit 9f7fd4e
Show file tree
Hide file tree
Showing 25 changed files with 89 additions and 89 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.11.0",
"version": "10.12.0",
"license": "MIT",
"keywords": [
"arangodb",
Expand Down Expand Up @@ -32,6 +32,6 @@
"arangojs": "^8.8.1"
},
"dependencies": {
"testcontainers": "^10.11.0"
"testcontainers": "^10.12.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.11.0",
"version": "10.12.0",
"license": "MIT",
"keywords": [
"chromadb",
Expand Down Expand Up @@ -32,6 +32,6 @@
"chromadb": "^1.8.1"
},
"dependencies": {
"testcontainers": "^10.11.0"
"testcontainers": "^10.12.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.11.0",
"version": "10.12.0",
"license": "MIT",
"keywords": [
"couchbase",
Expand Down Expand Up @@ -29,7 +29,7 @@
"build": "tsc --project tsconfig.build.json"
},
"dependencies": {
"testcontainers": "^10.11.0"
"testcontainers": "^10.12.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.11.0",
"version": "10.12.0",
"license": "MIT",
"keywords": [
"elasticsearch",
Expand Down Expand Up @@ -32,6 +32,6 @@
"@elastic/elasticsearch": "^7.17.14"
},
"dependencies": {
"testcontainers": "^10.11.0"
"testcontainers": "^10.12.0"
}
}
6 changes: 3 additions & 3 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.11.0",
"version": "10.12.0",
"license": "MIT",
"author": "Anietie Asuquo <[email protected]>",
"keywords": [
Expand Down Expand Up @@ -33,13 +33,13 @@
"build": "tsc --project tsconfig.build.json"
},
"dependencies": {
"testcontainers": "^10.11.0"
"testcontainers": "^10.12.0"
},
"devDependencies": {
"@google-cloud/datastore": "^9.0.0",
"@google-cloud/firestore": "7.9.0",
"@google-cloud/storage": "^7.12.0",
"@google-cloud/pubsub": "^4.5.0",
"@google-cloud/storage": "^7.12.0",
"firebase-admin": "12.2.0",
"msw": "^2.3.5"
}
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.11.0",
"version": "10.12.0",
"license": "MIT",
"keywords": [
"hivemq",
Expand Down Expand Up @@ -32,6 +32,6 @@
"mqtt": "^4.3.8"
},
"dependencies": {
"testcontainers": "^10.11.0"
"testcontainers": "^10.12.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.11.0",
"version": "10.12.0",
"license": "MIT",
"keywords": [
"kafka",
Expand Down Expand Up @@ -32,6 +32,6 @@
"kafkajs": "^2.2.4"
},
"dependencies": {
"testcontainers": "^10.11.0"
"testcontainers": "^10.12.0"
}
}
Loading

0 comments on commit 9f7fd4e

Please sign in to comment.