Skip to content

Commit eb9376b

Browse files
author
Ubuntu
committed
chore(release): bump packages
1 parent 2b03591 commit eb9376b

File tree

23 files changed

+126
-126
lines changed

23 files changed

+126
-126
lines changed

package-lock.json

Lines changed: 62 additions & 62 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.8.0",
3+
"version": "3.10.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.0",
39-
"@mongosh/i18n": "^2.11.0",
39+
"@mongosh/i18n": "^2.13.0",
4040
"mongodb-connection-string-url": "^3.0.1"
4141
},
4242
"devDependencies": {

packages/async-rewriter2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/async-rewriter2",
3-
"version": "2.4.6",
3+
"version": "2.4.8",
44
"description": "MongoDB Shell Async Rewriter Package",
55
"main": "./lib/index.js",
66
"scripts": {

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

packages/browser-repl/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-repl",
3-
"version": "3.8.0",
3+
"version": "3.10.0",
44
"description": "Browser presentation component for Mongo Shell",
55
"engines": {
66
"node": ">=14.15.1"
@@ -56,12 +56,12 @@
5656
]
5757
},
5858
"dependencies": {
59-
"@mongosh/browser-runtime-core": "3.8.0",
59+
"@mongosh/browser-runtime-core": "3.10.0",
6060
"@mongosh/errors": "2.4.0",
6161
"@mongosh/history": "2.4.6",
62-
"@mongosh/i18n": "^2.11.0",
63-
"@mongosh/node-runtime-worker-thread": "3.3.3",
64-
"@mongosh/service-provider-core": "3.1.0",
62+
"@mongosh/i18n": "^2.13.0",
63+
"@mongosh/node-runtime-worker-thread": "3.3.5",
64+
"@mongosh/service-provider-core": "3.3.0",
6565
"numeral": "^2.0.6",
6666
"text-table": "^0.2.0"
6767
},

0 commit comments

Comments
 (0)