Skip to content

Commit d6e3e2e

Browse files
chore(release): bump packages for auxiliary release (#2546)
Co-authored-by: addaleax <[email protected]>
1 parent 847965c commit d6e3e2e

File tree

18 files changed

+108
-108
lines changed

18 files changed

+108
-108
lines changed

package-lock.json

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

packages/arg-parser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/arg-parser",
3-
"version": "3.19.0",
3+
"version": "3.20.0",
44
"description": "MongoDB Shell CLI Argument List Parser Package",
55
"main": "./lib/index.js",
66
"repository": {
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@mongosh/errors": "2.4.4",
39-
"@mongosh/i18n": "^2.16.0",
39+
"@mongosh/i18n": "^2.17.0",
4040
"mongodb-connection-string-url": "^3.0.2"
4141
},
4242
"devDependencies": {

packages/autocomplete/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/autocomplete",
3-
"version": "3.23.0",
3+
"version": "3.24.0",
44
"description": "MongoDB Shell Autocomplete Package",
55
"homepage": "https://github.com/mongodb-js/mongosh",
66
"license": "Apache-2.0",
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@mongodb-js/mongodb-constants": "^0.10.1",
47-
"@mongosh/shell-api": "^3.23.0",
47+
"@mongosh/shell-api": "^3.24.0",
4848
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.7",
4949
"semver": "^7.5.4"
5050
}

packages/browser-repl/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-repl",
3-
"version": "3.23.0",
3+
"version": "3.24.0",
44
"description": "Browser presentation component for Mongo Shell",
55
"engines": {
66
"node": ">=14.15.1"
@@ -57,13 +57,13 @@
5757
]
5858
},
5959
"dependencies": {
60-
"@mongosh/browser-runtime-core": "^3.23.0",
60+
"@mongosh/browser-runtime-core": "^3.24.0",
6161
"@mongosh/errors": "2.4.4",
6262
"@mongosh/history": "2.4.9",
63-
"@mongosh/i18n": "^2.16.0",
64-
"@mongosh/node-runtime-worker-thread": "3.3.25",
65-
"@mongosh/service-provider-core": "3.6.0",
66-
"@mongosh/shell-bson": "1.0.1",
63+
"@mongosh/i18n": "^2.17.0",
64+
"@mongosh/node-runtime-worker-thread": "3.3.26",
65+
"@mongosh/service-provider-core": "3.6.1",
66+
"@mongosh/shell-bson": "1.0.2",
6767
"bson": "^6.10.4",
6868
"numeral": "^2.0.6",
6969
"text-table": "^0.2.0"

packages/browser-runtime-core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-runtime-core",
3-
"version": "3.23.0",
3+
"version": "3.24.0",
44
"description": "Mongosh browser runtime core",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -50,9 +50,9 @@
5050
"rimraf": "^3.0.2"
5151
},
5252
"dependencies": {
53-
"@mongosh/autocomplete": "^3.23.0",
54-
"@mongosh/service-provider-core": "3.6.0",
55-
"@mongosh/shell-api": "^3.23.0",
56-
"@mongosh/shell-evaluator": "^3.23.0"
53+
"@mongosh/autocomplete": "^3.24.0",
54+
"@mongosh/service-provider-core": "3.6.1",
55+
"@mongosh/shell-api": "^3.24.0",
56+
"@mongosh/shell-evaluator": "^3.24.0"
5757
}
5858
}

packages/browser-runtime-electron/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-runtime-electron",
3-
"version": "3.23.0",
3+
"version": "3.24.0",
44
"description": "Mongosh browser runtime electron",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -41,7 +41,7 @@
4141
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
4242
"@mongodb-js/prettier-config-devtools": "^1.0.1",
4343
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
44-
"@mongosh/service-provider-node-driver": "^3.17.0",
44+
"@mongosh/service-provider-node-driver": "^3.17.1",
4545
"@types/sinon": "^7.5.1",
4646
"@types/sinon-chai": "^3.2.4",
4747
"bson": "^6.10.4",
@@ -51,8 +51,8 @@
5151
"rimraf": "^3.0.2"
5252
},
5353
"dependencies": {
54-
"@mongosh/browser-runtime-core": "^3.23.0",
55-
"@mongosh/service-provider-core": "3.6.0",
54+
"@mongosh/browser-runtime-core": "^3.24.0",
55+
"@mongosh/service-provider-core": "3.6.1",
5656
"@mongosh/types": "^3.14.0"
5757
}
5858
}

0 commit comments

Comments
 (0)