Skip to content

Commit 7f87f03

Browse files
author
Ubuntu
committed
chore(release): bump packages
1 parent 3eb53db commit 7f87f03

File tree

21 files changed

+120
-120
lines changed

21 files changed

+120
-120
lines changed

package-lock.json

Lines changed: 59 additions & 59 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.10.3",
3+
"version": "3.12.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.13.1",
39+
"@mongosh/i18n": "^2.15.0",
4040
"mongodb-connection-string-url": "^3.0.1"
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.13.0",
3+
"version": "3.15.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.13.0",
47+
"@mongosh/shell-api": "^3.15.0",
4848
"@mongodb-js/mongodb-ts-autocomplete": "^0.2.5",
4949
"semver": "^7.5.4"
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.13.0",
3+
"version": "3.15.0",
44
"description": "Browser presentation component for Mongo Shell",
55
"engines": {
66
"node": ">=14.15.1"
@@ -57,11 +57,11 @@
5757
]
5858
},
5959
"dependencies": {
60-
"@mongosh/browser-runtime-core": "^3.13.0",
60+
"@mongosh/browser-runtime-core": "^3.15.0",
6161
"@mongosh/errors": "2.4.0",
6262
"@mongosh/history": "2.4.6",
63-
"@mongosh/i18n": "^2.13.1",
64-
"@mongosh/node-runtime-worker-thread": "3.3.11",
63+
"@mongosh/i18n": "^2.15.0",
64+
"@mongosh/node-runtime-worker-thread": "3.3.13",
6565
"@mongosh/service-provider-core": "3.3.3",
6666
"numeral": "^2.0.6",
6767
"text-table": "^0.2.0"

0 commit comments

Comments
 (0)