Skip to content

Commit 9f0183e

Browse files
chore(release): bump packages for auxiliary release (#2539)
Co-authored-by: addaleax <[email protected]>
1 parent 02e6d15 commit 9f0183e

File tree

19 files changed

+122
-122
lines changed

19 files changed

+122
-122
lines changed

package-lock.json

Lines changed: 61 additions & 61 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.18.0",
3+
"version": "3.19.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.15.4",
39+
"@mongosh/i18n": "^2.16.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.22.0",
3+
"version": "3.23.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.22.0",
47+
"@mongosh/shell-api": "^3.23.0",
4848
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.7",
4949
"semver": "^7.5.4"
5050
}

packages/browser-repl/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-repl",
3-
"version": "3.22.0",
3+
"version": "3.23.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.22.0",
60+
"@mongosh/browser-runtime-core": "^3.23.0",
6161
"@mongosh/errors": "2.4.4",
62-
"@mongosh/history": "2.4.8",
63-
"@mongosh/i18n": "^2.15.4",
64-
"@mongosh/node-runtime-worker-thread": "3.3.24",
65-
"@mongosh/service-provider-core": "3.5.0",
66-
"@mongosh/shell-bson": "1.0.0",
62+
"@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",
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.22.0",
3+
"version": "3.23.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.22.0",
54-
"@mongosh/service-provider-core": "3.5.0",
55-
"@mongosh/shell-api": "^3.22.0",
56-
"@mongosh/shell-evaluator": "^3.22.0"
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"
5757
}
5858
}

0 commit comments

Comments
 (0)