Skip to content

Commit e4eedf3

Browse files
author
Ubuntu
committed
chore(release): bump packages
1 parent a19e320 commit e4eedf3

File tree

22 files changed

+130
-130
lines changed

22 files changed

+130
-130
lines changed

package-lock.json

Lines changed: 64 additions & 64 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/arg-parser",
3-
"version": "3.10.0",
3+
"version": "3.10.2",
44
"description": "MongoDB Shell CLI Argument List Parser Package",
55
"main": "./lib/index.js",
66
"repository": {

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.10.1",
3+
"version": "3.10.3",
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.10.1",
47+
"@mongosh/shell-api": "^3.10.3",
4848
"semver": "^7.5.4"
4949
}
5050
}

packages/browser-repl/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-repl",
3-
"version": "3.10.1",
3+
"version": "3.10.3",
44
"description": "Browser presentation component for Mongo Shell",
55
"engines": {
66
"node": ">=14.15.1"
@@ -57,12 +57,12 @@
5757
]
5858
},
5959
"dependencies": {
60-
"@mongosh/browser-runtime-core": "^3.10.1",
60+
"@mongosh/browser-runtime-core": "^3.10.3",
6161
"@mongosh/errors": "2.4.0",
6262
"@mongosh/history": "2.4.6",
6363
"@mongosh/i18n": "^2.13.0",
64-
"@mongosh/node-runtime-worker-thread": "3.3.6",
65-
"@mongosh/service-provider-core": "3.3.1",
64+
"@mongosh/node-runtime-worker-thread": "3.3.8",
65+
"@mongosh/service-provider-core": "3.3.3",
6666
"numeral": "^2.0.6",
6767
"text-table": "^0.2.0"
6868
},

0 commit comments

Comments
 (0)