Skip to content

Commit

Permalink
v10.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 5, 2024
1 parent 9046243 commit 4207b31
Show file tree
Hide file tree
Showing 27 changed files with 96 additions and 96 deletions.
94 changes: 47 additions & 47 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.13.2",
"version": "10.14.0",
"license": "MIT",
"keywords": [
"arangodb",
Expand Down Expand Up @@ -32,6 +32,6 @@
"arangojs": "^8.8.1"
},
"dependencies": {
"testcontainers": "^10.13.2"
"testcontainers": "^10.14.0"
}
}
4 changes: 2 additions & 2 deletions packages/modules/cassandra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testcontainers/cassandra",
"version": "10.13.2",
"version": "10.14.0",
"license": "MIT",
"keywords": [
"mariadb",
Expand Down Expand Up @@ -29,7 +29,7 @@
"build": "tsc --project tsconfig.build.json"
},
"dependencies": {
"testcontainers": "^10.13.2"
"testcontainers": "^10.14.0"
},
"devDependencies": {
"cassandra-driver": "^4.7.2"
Expand Down
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.13.2",
"version": "10.14.0",
"license": "MIT",
"keywords": [
"chromadb",
Expand Down Expand Up @@ -32,6 +32,6 @@
"chromadb": "^1.8.1"
},
"dependencies": {
"testcontainers": "^10.13.2"
"testcontainers": "^10.14.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.13.2",
"version": "10.14.0",
"license": "MIT",
"keywords": [
"couchbase",
Expand Down Expand Up @@ -29,7 +29,7 @@
"build": "tsc --project tsconfig.build.json"
},
"dependencies": {
"testcontainers": "^10.13.2"
"testcontainers": "^10.14.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.13.2",
"version": "10.14.0",
"license": "MIT",
"keywords": [
"elasticsearch",
Expand Down Expand Up @@ -32,6 +32,6 @@
"@elastic/elasticsearch": "^7.17.14"
},
"dependencies": {
"testcontainers": "^10.13.2"
"testcontainers": "^10.14.0"
}
}
Loading

0 comments on commit 4207b31

Please sign in to comment.