Skip to content

Commit bd17ca2

Browse files
committed
COMPASS-2308: Upgrade Node Driver, Add SRV (#1364)
* COMPASS-2308: Upgrade Node Driver, Add SRV * Inrease default hight to show connect button
1 parent 02015b4 commit bd17ca2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"@mongodb-js/compass-auth-ldap": "0.0.2",
175175
"@mongodb-js/compass-auth-x509": "0.0.3",
176176
"@mongodb-js/compass-collection-stats": "1.0.2",
177-
"@mongodb-js/compass-connect": "0.4.2",
177+
"@mongodb-js/compass-connect": "1.0.1",
178178
"@mongodb-js/compass-crud": "1.2.2",
179179
"@mongodb-js/compass-deployment-awareness": "5.0.0",
180180
"@mongodb-js/compass-document-validation": "7.1.0",
@@ -231,8 +231,8 @@
231231
"marky": "^1.2.0",
232232
"moment": "^2.10.6",
233233
"mongodb-collection-model": "^0.4.0",
234-
"mongodb-connection-model": "^10.6.0",
235-
"mongodb-data-service": "^8.6.0",
234+
"mongodb-connection-model": "^11.0.0",
235+
"mongodb-data-service": "^10.0.0",
236236
"mongodb-database-model": "^0.1.2",
237237
"mongodb-explain-plan-model": "^0.2.2",
238238
"mongodb-extended-json": "^1.10.0",

src/main/window-manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var RESOURCES = path.resolve(__dirname, '../app/');
2828
* The outer dimensions to use for new windows.
2929
*/
3030
let DEFAULT_WIDTH = 1280;
31-
let DEFAULT_HEIGHT = 800;
31+
let DEFAULT_HEIGHT = 840;
3232

3333
let MIN_WIDTH = 1024;
3434

0 commit comments

Comments
 (0)