File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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.1" ,
177- "@mongodb-js/compass-connect" : " ^0.4.0 " ,
177+ "@mongodb-js/compass-connect" : " ^0.4.1 " ,
178178 "@mongodb-js/compass-crud" : " ^1.1.2" ,
179179 "@mongodb-js/compass-deployment-awareness" : " ^5.0.0" ,
180180 "@mongodb-js/compass-document-validation" : " ^7.1.0" ,
214214 "font-awesome" : " ^4.7.0" ,
215215 "get-object-path" : " azer/get-object-path#74eb42de0cfd02c14ffdd18552f295aba723d394" ,
216216 "hadron-app" : " ^2.0.0" ,
217- "hadron-app-registry" : " ^7.0.1 " ,
217+ "hadron-app-registry" : " ^7.1.0 " ,
218218 "hadron-auto-update-manager" : " ^2.0.0" ,
219219 "hadron-compile-cache" : " ^1.0.1" ,
220220 "hadron-ipc" : " ^0.0.7" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const debug = require('debug')('mongodb-compass:setup-plugin-manager');
1010/**
1111 * Create a new app registry and prevent modification.
1212 */
13- const appRegistry = Object . freeze ( new AppRegistry ( ) . setMaxListeners ( 200 ) ) ;
13+ const appRegistry = Object . freeze ( new AppRegistry ( ) ) ;
1414
1515app . appRegistry = appRegistry ;
1616
You can’t perform that action at this time.
0 commit comments