Skip to content

Commit 8e775b5

Browse files
committed
2 parents 276a3af + 5068f4c commit 8e775b5

File tree

19 files changed

+102
-102
lines changed

19 files changed

+102
-102
lines changed

package-lock.json

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

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.12.0",
3+
"version": "3.13.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.12.0",
47+
"@mongosh/shell-api": "^3.13.0",
4848
"@mongodb-js/mongodb-ts-autocomplete": "^0.2.5",
4949
"semver": "^7.5.4"
5050
}

packages/browser-repl/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-repl",
3-
"version": "3.12.0",
3+
"version": "3.13.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.12.0",
60+
"@mongosh/browser-runtime-core": "^3.13.0",
6161
"@mongosh/errors": "2.4.0",
6262
"@mongosh/history": "2.4.6",
6363
"@mongosh/i18n": "^2.13.1",
64-
"@mongosh/node-runtime-worker-thread": "3.3.10",
64+
"@mongosh/node-runtime-worker-thread": "3.3.11",
6565
"@mongosh/service-provider-core": "3.3.3",
6666
"numeral": "^2.0.6",
6767
"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.12.0",
3+
"version": "3.13.0",
44
"description": "Mongosh browser runtime core",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -42,17 +42,17 @@
4242
"@mongodb-js/prettier-config-devtools": "^1.0.1",
4343
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
4444
"@mongodb-js/mongodb-ts-autocomplete": "^0.2.5",
45-
"@mongosh/types": "3.7.0",
45+
"@mongosh/types": "3.8.0",
4646
"bson": "^6.10.3",
4747
"depcheck": "^1.4.7",
4848
"eslint": "^7.25.0",
4949
"prettier": "^2.8.8",
5050
"rimraf": "^3.0.2"
5151
},
5252
"dependencies": {
53-
"@mongosh/autocomplete": "^3.12.0",
53+
"@mongosh/autocomplete": "^3.13.0",
5454
"@mongosh/service-provider-core": "3.3.3",
55-
"@mongosh/shell-api": "^3.12.0",
56-
"@mongosh/shell-evaluator": "^3.12.0"
55+
"@mongosh/shell-api": "^3.13.0",
56+
"@mongosh/shell-evaluator": "^3.13.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.12.0",
3+
"version": "3.13.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.9.0",
44+
"@mongosh/service-provider-node-driver": "3.10.0",
4545
"@types/sinon": "^7.5.1",
4646
"@types/sinon-chai": "^3.2.4",
4747
"depcheck": "^1.4.7",
@@ -50,8 +50,8 @@
5050
"rimraf": "^3.0.2"
5151
},
5252
"dependencies": {
53-
"@mongosh/browser-runtime-core": "^3.12.0",
53+
"@mongosh/browser-runtime-core": "^3.13.0",
5454
"@mongosh/service-provider-core": "3.3.3",
55-
"@mongosh/types": "3.7.0"
55+
"@mongosh/types": "3.8.0"
5656
}
5757
}

0 commit comments

Comments
 (0)