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 174
174
"@mongodb-js/compass-auth-ldap" : " ^0.0.2" ,
175
175
"@mongodb-js/compass-auth-x509" : " ^0.0.3" ,
176
176
"@mongodb-js/compass-collection-stats" : " ^1.0.1" ,
177
- "@mongodb-js/compass-connect" : " ^0.4.0 " ,
177
+ "@mongodb-js/compass-connect" : " ^0.4.1 " ,
178
178
"@mongodb-js/compass-crud" : " ^1.1.2" ,
179
179
"@mongodb-js/compass-deployment-awareness" : " ^5.0.0" ,
180
180
"@mongodb-js/compass-document-validation" : " ^7.1.0" ,
214
214
"font-awesome" : " ^4.7.0" ,
215
215
"get-object-path" : " azer/get-object-path#74eb42de0cfd02c14ffdd18552f295aba723d394" ,
216
216
"hadron-app" : " ^2.0.0" ,
217
- "hadron-app-registry" : " ^7.0.1 " ,
217
+ "hadron-app-registry" : " ^7.1.0 " ,
218
218
"hadron-auto-update-manager" : " ^2.0.0" ,
219
219
"hadron-compile-cache" : " ^1.0.1" ,
220
220
"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');
10
10
/**
11
11
* Create a new app registry and prevent modification.
12
12
*/
13
- const appRegistry = Object . freeze ( new AppRegistry ( ) . setMaxListeners ( 200 ) ) ;
13
+ const appRegistry = Object . freeze ( new AppRegistry ( ) ) ;
14
14
15
15
app . appRegistry = appRegistry ;
16
16
You can’t perform that action at this time.
0 commit comments