Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 45 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/autocomplete",
"version": "3.11.0",
"version": "3.12.0",
"description": "MongoDB Shell Autocomplete Package",
"homepage": "https://github.com/mongodb-js/mongosh",
"license": "Apache-2.0",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@mongodb-js/mongodb-constants": "^0.10.1",
"@mongosh/shell-api": "^3.11.0",
"@mongosh/shell-api": "^3.12.0",
"@mongodb-js/mongodb-ts-autocomplete": "^0.2.5",
"semver": "^7.5.4"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/browser-repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/browser-repl",
"version": "3.11.0",
"version": "3.12.0",
"description": "Browser presentation component for Mongo Shell",
"engines": {
"node": ">=14.15.1"
Expand Down Expand Up @@ -57,11 +57,11 @@
]
},
"dependencies": {
"@mongosh/browser-runtime-core": "^3.11.0",
"@mongosh/browser-runtime-core": "^3.12.0",
"@mongosh/errors": "2.4.0",
"@mongosh/history": "2.4.6",
"@mongosh/i18n": "^2.13.1",
"@mongosh/node-runtime-worker-thread": "3.3.9",
"@mongosh/node-runtime-worker-thread": "3.3.10",
"@mongosh/service-provider-core": "3.3.3",
"numeral": "^2.0.6",
"text-table": "^0.2.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/browser-runtime-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/browser-runtime-core",
"version": "3.11.0",
"version": "3.12.0",
"description": "Mongosh browser runtime core",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -42,17 +42,17 @@
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"@mongodb-js/mongodb-ts-autocomplete": "^0.2.5",
"@mongosh/types": "3.6.2",
"@mongosh/types": "3.7.0",
"bson": "^6.10.3",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"prettier": "^2.8.8",
"rimraf": "^3.0.2"
},
"dependencies": {
"@mongosh/autocomplete": "^3.11.0",
"@mongosh/autocomplete": "^3.12.0",
"@mongosh/service-provider-core": "3.3.3",
"@mongosh/shell-api": "^3.11.0",
"@mongosh/shell-evaluator": "^3.11.0"
"@mongosh/shell-api": "^3.12.0",
"@mongosh/shell-evaluator": "^3.12.0"
}
}
8 changes: 4 additions & 4 deletions packages/browser-runtime-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/browser-runtime-electron",
"version": "3.11.0",
"version": "3.12.0",
"description": "Mongosh browser runtime electron",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"@mongosh/service-provider-node-driver": "3.8.3",
"@mongosh/service-provider-node-driver": "3.9.0",
"@types/sinon": "^7.5.1",
"@types/sinon-chai": "^3.2.4",
"depcheck": "^1.4.7",
Expand All @@ -50,8 +50,8 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@mongosh/browser-runtime-core": "^3.11.0",
"@mongosh/browser-runtime-core": "^3.12.0",
"@mongosh/service-provider-core": "3.3.3",
"@mongosh/types": "3.6.2"
"@mongosh/types": "3.7.0"
}
}
16 changes: 8 additions & 8 deletions packages/cli-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,19 @@
"dependencies": {
"@mongodb-js/devtools-proxy-support": "^0.4.2",
"@mongosh/arg-parser": "^3.10.3",
"@mongosh/autocomplete": "^3.11.0",
"@mongosh/editor": "^3.11.0",
"@mongosh/autocomplete": "^3.12.0",
"@mongosh/editor": "^3.12.0",
"@mongosh/errors": "2.4.0",
"@mongosh/history": "2.4.6",
"@mongosh/i18n": "^2.13.1",
"@mongosh/js-multiline-to-singleline": "2.4.8",
"@mongosh/logging": "3.7.2",
"@mongosh/logging": "3.8.0",
"@mongosh/service-provider-core": "3.3.3",
"@mongosh/service-provider-node-driver": "3.8.3",
"@mongosh/shell-api": "^3.11.0",
"@mongosh/shell-evaluator": "^3.11.0",
"@mongosh/snippet-manager": "^3.11.0",
"@mongosh/types": "3.6.2",
"@mongosh/service-provider-node-driver": "3.9.0",
"@mongosh/shell-api": "^3.12.0",
"@mongosh/shell-evaluator": "^3.12.0",
"@mongosh/snippet-manager": "^3.12.0",
"@mongosh/types": "3.7.0",
"@segment/analytics-node": "^1.3.0",
"ansi-escape-sequences": "^5.1.2",
"askcharacter": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/e2e-tests",
"version": "3.9.2",
"version": "3.10.0",
"private": true,
"description": "MongoDB Shell E2E Tests Package",
"homepage": "https://github.com/mongodb-js/mongosh",
Expand Down
Loading
Loading