Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(compass-shell): Don't lose the isOperationInProgress state when the user switches tabs, bump mongosh to 2.3.6 COMPASS-8576 COMPASS-8689 #6538

Merged
merged 12 commits into from
Dec 17, 2024
517 changes: 259 additions & 258 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/compass-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,15 @@
"dependencies": {
"@mongodb-js/compass-components": "^1.32.1",
"@mongodb-js/compass-connections": "^1.48.1",
"@mongodb-js/compass-editor": "^0.34.1",
"@mongodb-js/compass-logging": "^1.4.12",
"@mongodb-js/compass-telemetry": "^1.2.5",
"@mongodb-js/compass-user-data": "^0.3.12",
"@mongodb-js/compass-utils": "^0.6.16",
"@mongodb-js/compass-workspaces": "^0.29.1",
"@mongosh/browser-repl": "^2.3.5",
"@mongosh/logging": "^2.3.5",
"@mongosh/node-runtime-worker-thread": "^2.3.5",
"@mongosh/browser-repl": "^2.3.6",
"@mongosh/logging": "^2.3.6",
"@mongosh/node-runtime-worker-thread": "^2.3.6",
"bson": "^6.10.1",
"compass-preferences-model": "^2.31.1",
"hadron-app-registry": "^9.2.8",
Expand All @@ -83,7 +84,6 @@
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"react-dom": "^17.0.2",
"sinon": "^9.2.3",
"typescript": "^5.0.4"
},
"is_compass_plugin": true
Expand Down
Loading
Loading