@mongodb-js/compass-indexes 5.3.0 → 5.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/dist/browser.js +1 -1
  2. package/dist/browser.js.LICENSE.txt +17 -2
  3. package/dist/index.js +1 -1
  4. package/dist/index.js.LICENSE.txt +2 -2
  5. package/dist/src/components/create-index-actions/create-index-actions.d.ts +10 -0
  6. package/dist/src/components/create-index-actions/create-index-actions.d.ts.map +1 -0
  7. package/dist/src/components/create-index-actions/index.d.ts +3 -0
  8. package/dist/src/components/create-index-actions/index.d.ts.map +1 -0
  9. package/dist/src/components/create-index-fields.d.ts +17 -0
  10. package/dist/src/components/create-index-fields.d.ts.map +1 -0
  11. package/dist/src/components/create-index-form/columnstore-projection.d.ts +10 -0
  12. package/dist/src/components/create-index-form/columnstore-projection.d.ts.map +1 -0
  13. package/dist/src/components/create-index-form/create-index-form.d.ts +47 -0
  14. package/dist/src/components/create-index-form/create-index-form.d.ts.map +1 -0
  15. package/dist/src/components/create-index-form/custom-collation.d.ts +10 -0
  16. package/dist/src/components/create-index-form/custom-collation.d.ts.map +1 -0
  17. package/dist/src/components/create-index-form/index-name.d.ts +10 -0
  18. package/dist/src/components/create-index-form/index-name.d.ts.map +1 -0
  19. package/dist/src/components/create-index-form/partial-filter-expression.d.ts +10 -0
  20. package/dist/src/components/create-index-form/partial-filter-expression.d.ts.map +1 -0
  21. package/dist/src/components/create-index-form/sparse-index.d.ts +8 -0
  22. package/dist/src/components/create-index-form/sparse-index.d.ts.map +1 -0
  23. package/dist/src/components/create-index-form/ttl.d.ts +10 -0
  24. package/dist/src/components/create-index-form/ttl.d.ts.map +1 -0
  25. package/dist/src/components/create-index-form/unique-index.d.ts +8 -0
  26. package/dist/src/components/create-index-form/unique-index.d.ts.map +1 -0
  27. package/dist/src/components/create-index-form/wildcard-projection.d.ts +10 -0
  28. package/dist/src/components/create-index-form/wildcard-projection.d.ts.map +1 -0
  29. package/dist/src/components/create-index-modal/create-index-modal.d.ts +17 -0
  30. package/dist/src/components/create-index-modal/create-index-modal.d.ts.map +1 -0
  31. package/dist/src/components/create-index-modal/index.d.ts +3 -0
  32. package/dist/src/components/create-index-modal/index.d.ts.map +1 -0
  33. package/dist/src/components/drop-index-modal/index.d.ts +22 -0
  34. package/dist/src/components/drop-index-modal/index.d.ts.map +1 -0
  35. package/dist/src/components/indexes/indexes.d.ts +30 -0
  36. package/dist/src/components/indexes/indexes.d.ts.map +1 -0
  37. package/dist/src/components/indexes-table/badge-with-icon-link.d.ts +8 -0
  38. package/dist/src/components/indexes-table/badge-with-icon-link.d.ts.map +1 -0
  39. package/dist/src/components/indexes-table/index-actions.d.ts +9 -0
  40. package/dist/src/components/indexes-table/index-actions.d.ts.map +1 -0
  41. package/dist/src/components/indexes-table/indexes-table.d.ts +12 -0
  42. package/dist/src/components/indexes-table/indexes-table.d.ts.map +1 -0
  43. package/dist/src/components/indexes-table/property-field.d.ts +11 -0
  44. package/dist/src/components/indexes-table/property-field.d.ts.map +1 -0
  45. package/dist/src/components/indexes-table/size-field.d.ts +10 -0
  46. package/dist/src/components/indexes-table/size-field.d.ts.map +1 -0
  47. package/dist/src/components/indexes-table/type-field.d.ts +13 -0
  48. package/dist/src/components/indexes-table/type-field.d.ts.map +1 -0
  49. package/dist/src/components/indexes-table/usage-field.d.ts +9 -0
  50. package/dist/src/components/indexes-table/usage-field.d.ts.map +1 -0
  51. package/dist/src/components/indexes-toolbar/indexes-toolbar.d.ts +16 -0
  52. package/dist/src/components/indexes-toolbar/indexes-toolbar.d.ts.map +1 -0
  53. package/dist/src/create-index-plugin.d.ts +14 -0
  54. package/dist/src/create-index-plugin.d.ts.map +1 -0
  55. package/dist/src/drop-index-plugin.d.ts +14 -0
  56. package/dist/src/drop-index-plugin.d.ts.map +1 -0
  57. package/dist/src/index.d.ts +9 -0
  58. package/dist/src/index.d.ts.map +1 -0
  59. package/dist/src/modules/create-index/collation-string.d.ts +6 -0
  60. package/dist/src/modules/create-index/collation-string.d.ts.map +1 -0
  61. package/dist/src/modules/create-index/columnstore-projection.d.ts +6 -0
  62. package/dist/src/modules/create-index/columnstore-projection.d.ts.map +1 -0
  63. package/dist/src/modules/create-index/fields.d.ts +36 -0
  64. package/dist/src/modules/create-index/fields.d.ts.map +1 -0
  65. package/dist/src/modules/create-index/index.d.ts +37 -0
  66. package/dist/src/modules/create-index/index.d.ts.map +1 -0
  67. package/dist/src/modules/create-index/is-sparse.d.ts +13 -0
  68. package/dist/src/modules/create-index/is-sparse.d.ts.map +1 -0
  69. package/dist/src/modules/create-index/is-unique.d.ts +9 -0
  70. package/dist/src/modules/create-index/is-unique.d.ts.map +1 -0
  71. package/dist/src/modules/create-index/name.d.ts +9 -0
  72. package/dist/src/modules/create-index/name.d.ts.map +1 -0
  73. package/dist/src/modules/create-index/new-index-field.d.ts +15 -0
  74. package/dist/src/modules/create-index/new-index-field.d.ts.map +1 -0
  75. package/dist/src/modules/create-index/partial-filter-expression.d.ts +9 -0
  76. package/dist/src/modules/create-index/partial-filter-expression.d.ts.map +1 -0
  77. package/dist/src/modules/create-index/schema-fields.d.ts +9 -0
  78. package/dist/src/modules/create-index/schema-fields.d.ts.map +1 -0
  79. package/dist/src/modules/create-index/ttl.d.ts +9 -0
  80. package/dist/src/modules/create-index/ttl.d.ts.map +1 -0
  81. package/dist/src/modules/create-index/use-columnstore-projection.d.ts +9 -0
  82. package/dist/src/modules/create-index/use-columnstore-projection.d.ts.map +1 -0
  83. package/dist/src/modules/create-index/use-custom-collation.d.ts +9 -0
  84. package/dist/src/modules/create-index/use-custom-collation.d.ts.map +1 -0
  85. package/dist/src/modules/create-index/use-index-name.d.ts +9 -0
  86. package/dist/src/modules/create-index/use-index-name.d.ts.map +1 -0
  87. package/dist/src/modules/create-index/use-partial-filter-expression.d.ts +9 -0
  88. package/dist/src/modules/create-index/use-partial-filter-expression.d.ts.map +1 -0
  89. package/dist/src/modules/create-index/use-ttl.d.ts +9 -0
  90. package/dist/src/modules/create-index/use-ttl.d.ts.map +1 -0
  91. package/dist/src/modules/create-index/use-wildcard-projection.d.ts +9 -0
  92. package/dist/src/modules/create-index/use-wildcard-projection.d.ts.map +1 -0
  93. package/dist/src/modules/create-index/wildcard-projection.d.ts +6 -0
  94. package/dist/src/modules/create-index/wildcard-projection.d.ts.map +1 -0
  95. package/dist/src/modules/data-service.d.ts +16 -0
  96. package/dist/src/modules/data-service.d.ts.map +1 -0
  97. package/dist/src/modules/description.d.ts +6 -0
  98. package/dist/src/modules/description.d.ts.map +1 -0
  99. package/dist/src/modules/drop-index/confirm-name.d.ts +9 -0
  100. package/dist/src/modules/drop-index/confirm-name.d.ts.map +1 -0
  101. package/dist/src/modules/drop-index/index.d.ts +25 -0
  102. package/dist/src/modules/drop-index/index.d.ts.map +1 -0
  103. package/dist/src/modules/drop-index/name.d.ts +9 -0
  104. package/dist/src/modules/drop-index/name.d.ts.map +1 -0
  105. package/dist/src/modules/error.d.ts +21 -0
  106. package/dist/src/modules/error.d.ts.map +1 -0
  107. package/dist/src/modules/in-progress-indexes.d.ts +37 -0
  108. package/dist/src/modules/in-progress-indexes.d.ts.map +1 -0
  109. package/dist/src/modules/in-progress.d.ts +9 -0
  110. package/dist/src/modules/in-progress.d.ts.map +1 -0
  111. package/dist/src/modules/index.d.ts +21 -0
  112. package/dist/src/modules/index.d.ts.map +1 -0
  113. package/dist/src/modules/indexes.d.ts +58 -0
  114. package/dist/src/modules/indexes.d.ts.map +1 -0
  115. package/dist/src/modules/is-readonly-view.d.ts +5 -0
  116. package/dist/src/modules/is-readonly-view.d.ts.map +1 -0
  117. package/dist/src/modules/is-readonly.d.ts +3 -0
  118. package/dist/src/modules/is-readonly.d.ts.map +1 -0
  119. package/dist/src/modules/is-refreshing.d.ts +19 -0
  120. package/dist/src/modules/is-refreshing.d.ts.map +1 -0
  121. package/dist/src/modules/is-visible.d.ts +9 -0
  122. package/dist/src/modules/is-visible.d.ts.map +1 -0
  123. package/dist/src/modules/is-writable.d.ts +6 -0
  124. package/dist/src/modules/is-writable.d.ts.map +1 -0
  125. package/dist/src/modules/link.d.ts +2 -0
  126. package/dist/src/modules/link.d.ts.map +1 -0
  127. package/dist/src/modules/namespace.d.ts +5 -0
  128. package/dist/src/modules/namespace.d.ts.map +1 -0
  129. package/dist/src/modules/reset-form.d.ts +5 -0
  130. package/dist/src/modules/reset-form.d.ts.map +1 -0
  131. package/dist/src/modules/server-version.d.ts +11 -0
  132. package/dist/src/modules/server-version.d.ts.map +1 -0
  133. package/dist/src/modules/sort-column.d.ts +6 -0
  134. package/dist/src/modules/sort-column.d.ts.map +1 -0
  135. package/dist/src/modules/sort-order.d.ts +6 -0
  136. package/dist/src/modules/sort-order.d.ts.map +1 -0
  137. package/dist/src/plugin.d.ts +14 -0
  138. package/dist/src/plugin.d.ts.map +1 -0
  139. package/dist/src/stores/create-index.d.ts +4 -0
  140. package/dist/src/stores/create-index.d.ts.map +1 -0
  141. package/dist/src/stores/drop-index.d.ts +4 -0
  142. package/dist/src/stores/drop-index.d.ts.map +1 -0
  143. package/dist/src/stores/index.d.ts +5 -0
  144. package/dist/src/stores/index.d.ts.map +1 -0
  145. package/dist/src/stores/store.d.ts +4 -0
  146. package/dist/src/stores/store.d.ts.map +1 -0
  147. package/dist/src/utils/has-columnstore-indexes-support.d.ts +2 -0
  148. package/dist/src/utils/has-columnstore-indexes-support.d.ts.map +1 -0
  149. package/dist/src/utils/index-link-helper.d.ts +24 -0
  150. package/dist/src/utils/index-link-helper.d.ts.map +1 -0
  151. package/package.json +29 -24
@@ -0,0 +1,5 @@
1
+ export default function reducer(state: string | undefined, action: Object): string;
2
+ export const NAMESPACE_CHANGED: string;
3
+ export const INITIAL_STATE: "";
4
+ export function namespaceChanged(namespace: string): Object;
5
+ //# sourceMappingURL=namespace.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"namespace.d.ts","sourceRoot":"","sources":["../../../src/modules/namespace.js"],"names":[],"mappings":"AAuBA,mEAJW,MAAM,UAUhB;AArBD,uCAA+D;AAK/D,+BAAgC;AAyBzB,qDAFM,MAAM,CAKjB"}
@@ -0,0 +1,5 @@
1
+ export declare const RESET_FORM = "indexes/reset-form";
2
+ export declare const resetForm: () => {
3
+ type: string;
4
+ };
5
+ //# sourceMappingURL=reset-form.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reset-form.d.ts","sourceRoot":"","sources":["../../../src/modules/reset-form.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU,uBAAuB,CAAC;AAO/C,eAAO,MAAM,SAAS;;CAEpB,CAAC"}
@@ -0,0 +1,11 @@
1
+ export declare const SERVER_VERSION_CHANGED: string;
2
+ declare type ServerVersion = string;
3
+ declare type ServerVersionChangedAction = {
4
+ type: typeof SERVER_VERSION_CHANGED;
5
+ version: ServerVersion;
6
+ };
7
+ export declare const INITIAL_STATE: ServerVersion;
8
+ export default function reducer(state: string | undefined, action: ServerVersionChangedAction): ServerVersion;
9
+ export declare const serverVersionChanged: (version: ServerVersion) => ServerVersionChangedAction;
10
+ export {};
11
+ //# sourceMappingURL=server-version.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"server-version.d.ts","sourceRoot":"","sources":["../../../src/modules/server-version.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,sBAAsB,QAAoD,CAAC;AAExF,aAAK,aAAa,GAAG,MAAM,CAAC;AAE5B,aAAK,0BAA0B,GAAG;IAChC,IAAI,EAAE,OAAO,sBAAsB,CAAC;IACpC,OAAO,EAAE,aAAa,CAAC;CACxB,CAAC;AAKF,eAAO,MAAM,aAAa,EAAE,aAAuB,CAAC;AAUpD,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,oBAAgB,EACrB,MAAM,EAAE,0BAA0B,GACjC,aAAa,CAKf;AASD,eAAO,MAAM,oBAAoB,YACtB,aAAa,KACrB,0BAGD,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { SortColumn, SortIndexesAction } from './indexes';
2
+ declare type State = SortColumn;
3
+ export declare const INITIAL_STATE: State;
4
+ export default function reducer(state: "Name and Definition" | "Type" | "Size" | "Usage" | "Properties" | undefined, action: Pick<SortIndexesAction, 'type' | 'column'>): "Name and Definition" | "Type" | "Size" | "Usage" | "Properties";
5
+ export {};
6
+ //# sourceMappingURL=sort-column.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sort-column.d.ts","sourceRoot":"","sources":["../../../src/modules/sort-column.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAE/D,aAAK,KAAK,GAAG,UAAU,CAAC;AAExB,eAAO,MAAM,aAAa,EAAE,KAA6B,CAAC;AAE1D,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,8EAAgB,EACrB,MAAM,EAAE,IAAI,CAAC,iBAAiB,EAAE,MAAM,GAAG,QAAQ,CAAC,oEAMnD"}
@@ -0,0 +1,6 @@
1
+ import type { SortDirection, SortIndexesAction } from './indexes';
2
+ declare type State = SortDirection;
3
+ export declare const INITIAL_STATE: State;
4
+ export default function reducer(state: SortDirection | undefined, action: Pick<SortIndexesAction, 'type' | 'order'>): SortDirection;
5
+ export {};
6
+ //# sourceMappingURL=sort-order.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sort-order.d.ts","sourceRoot":"","sources":["../../../src/modules/sort-order.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAElE,aAAK,KAAK,GAAG,aAAa,CAAC;AAE3B,eAAO,MAAM,aAAa,EAAE,KAAa,CAAC;AAE1C,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,2BAAgB,EACrB,MAAM,EAAE,IAAI,CAAC,iBAAiB,EAAE,MAAM,GAAG,OAAO,CAAC,iBAMlD"}
@@ -0,0 +1,14 @@
1
+ export default Plugin;
2
+ declare class Plugin extends React.Component<any, any, any> {
3
+ static displayName: string;
4
+ static propTypes: {
5
+ store: PropTypes.Validator<object>;
6
+ };
7
+ constructor(props: any);
8
+ constructor(props: any, context: any);
9
+ render(): React.Component;
10
+ }
11
+ import React from "react";
12
+ import { Component } from "react";
13
+ import PropTypes from "prop-types";
14
+ //# sourceMappingURL=plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../src/plugin.jsx"],"names":[],"mappings":";AAKA;IACE,2BAAqC;IACrC;;MAEE;IAiB8ylB,wBAA8C;IAAA,sCAAyJ;IAVv/lB,UAFa,eAAe,CAQ3B;CACF"}
@@ -0,0 +1,4 @@
1
+ export function setDataProvider(store: Object, error: Object, provider: Object): void;
2
+ export default configureStore;
3
+ declare function configureStore(options?: {}): any;
4
+ //# sourceMappingURL=create-index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-index.d.ts","sourceRoot":"","sources":["../../../src/stores/create-index.js"],"names":[],"mappings":"AAwBO,uCAJI,MAAM,SACN,MAAM,YACN,MAAM,QAQhB;;AAED,mDAiDC"}
@@ -0,0 +1,4 @@
1
+ export function setDataProvider(store: Object, error: Object, provider: Object): void;
2
+ export default configureStore;
3
+ declare function configureStore(options?: {}): any;
4
+ //# sourceMappingURL=drop-index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"drop-index.d.ts","sourceRoot":"","sources":["../../../src/stores/drop-index.js"],"names":[],"mappings":"AAoBO,uCAJI,MAAM,SACN,MAAM,YACN,MAAM,QAQhB;;AAED,mDAqCC"}
@@ -0,0 +1,5 @@
1
+ export default configureStore;
2
+ export { setDataProvider };
3
+ import configureStore from "./store";
4
+ import { setDataProvider } from "./store";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/stores/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export function setDataProvider(store: Object, error: Object, provider: Object): void;
2
+ export default configureStore;
3
+ declare function configureStore(options?: {}): any;
4
+ //# sourceMappingURL=store.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../src/stores/store.js"],"names":[],"mappings":"AA4BO,uCAJI,MAAM,SACN,MAAM,YACN,MAAM,QAShB;;AAED,mDAyEC"}
@@ -0,0 +1,2 @@
1
+ export declare function hasColumnstoreIndexesSupport(serverVersion: string | undefined | null): boolean;
2
+ //# sourceMappingURL=has-columnstore-indexes-support.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"has-columnstore-indexes-support.d.ts","sourceRoot":"","sources":["../../../src/utils/has-columnstore-indexes-support.ts"],"names":[],"mappings":"AAIA,wBAAgB,4BAA4B,CAC1C,aAAa,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,GACvC,OAAO,CAST"}
@@ -0,0 +1,24 @@
1
+ declare const HELP_URLS: {
2
+ SINGLE: string;
3
+ COMPOUND: string;
4
+ UNIQUE: string;
5
+ PARTIAL: string;
6
+ SPARSE: string;
7
+ TTL: string;
8
+ '2D': string;
9
+ '2DSPHERE': string;
10
+ GEOHAYSTACK: string;
11
+ GEOSPATIAL: string;
12
+ WILDCARD: string;
13
+ CLUSTERED: string;
14
+ COLUMNSTORE: null;
15
+ TEXT: string;
16
+ HASHED: string;
17
+ REGULAR: string;
18
+ COLLATION: string;
19
+ COLLATION_REF: string;
20
+ UNKNOWN: null;
21
+ };
22
+ export default function getIndexHelpLink(section: keyof typeof HELP_URLS): string | null;
23
+ export {};
24
+ //# sourceMappingURL=index-link-helper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-link-helper.d.ts","sourceRoot":"","sources":["../../../src/utils/index-link-helper.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;CAwBd,CAAC;AAOF,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,OAAO,EAAE,MAAM,OAAO,SAAS,iBAEvE"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@mongodb-js/compass-indexes",
3
3
  "productName": "Compass Indexes plugin",
4
4
  "description": "Collection index management for Compass",
5
- "version": "5.3.0",
5
+ "version": "5.5.0",
6
6
  "author": {
7
7
  "name": "MongoDB Inc",
8
8
  "email": "compass@mongodb.com"
@@ -25,6 +25,7 @@
25
25
  ],
26
26
  "main": "dist/index.js",
27
27
  "compass:main": "src/index.ts",
28
+ "types": "dist/src/index.d.ts",
28
29
  "exports": {
29
30
  "browser": "./dist/browser.js",
30
31
  "require": "./dist/index.js"
@@ -33,10 +34,12 @@
33
34
  ".": "./src/index.ts"
34
35
  },
35
36
  "scripts": {
37
+ "bootstrap": "npm run postcompile",
36
38
  "prepublishOnly": "npm run compile && compass-scripts check-exports-exist",
37
39
  "compile": "npm run webpack -- --mode production",
38
40
  "prewebpack": "rimraf ./dist",
39
41
  "webpack": "webpack-compass",
42
+ "postcompile": "tsc --emitDeclarationOnly",
40
43
  "analyze": "npm run webpack -- --mode production --analyze",
41
44
  "typecheck": "tsc -p tsconfig-lint.json --noEmit",
42
45
  "eslint": "eslint",
@@ -54,41 +57,43 @@
54
57
  "reformat": "npm run prettier -- --write ."
55
58
  },
56
59
  "peerDependencies": {
57
- "@mongodb-js/compass-components": "^1.3.0",
58
- "@mongodb-js/compass-editor": "^0.2.0",
59
- "@mongodb-js/compass-logging": "^1.1.1",
60
- "@mongodb-js/mongodb-redux-common": "^2.0.2",
60
+ "@mongodb-js/compass-components": "^1.5.0",
61
+ "@mongodb-js/compass-editor": "^0.4.0",
62
+ "@mongodb-js/compass-logging": "^1.1.2",
63
+ "@mongodb-js/mongodb-redux-common": "^2.0.4",
61
64
  "bson": "^4.4.1",
62
- "mongodb-index-model": "^4.0.2",
63
- "react": "^16.14.0"
65
+ "compass-preferences-model": "^2.5.0",
66
+ "mongodb-index-model": "^4.1.1",
67
+ "react": "^17.0.2"
64
68
  },
65
69
  "devDependencies": {
66
- "@mongodb-js/eslint-config-compass": "^1.0.1",
67
- "@mongodb-js/mocha-config-compass": "^1.0.1",
70
+ "@mongodb-js/eslint-config-compass": "^1.0.2",
71
+ "@mongodb-js/mocha-config-compass": "^1.0.2",
68
72
  "@mongodb-js/prettier-config-compass": "^1.0.0",
69
73
  "@mongodb-js/tsconfig-compass": "^1.0.1",
70
- "@mongodb-js/webpack-config-compass": "^1.0.3",
74
+ "@mongodb-js/webpack-config-compass": "^1.0.5",
71
75
  "@testing-library/react": "^12.1.4",
72
76
  "@testing-library/user-event": "^13.5.0",
73
77
  "chai": "^4.2.0",
74
78
  "debug": "^4.2.0",
75
79
  "depcheck": "^1.4.1",
76
- "electron": "^15.5.7",
80
+ "electron": "^22.0.2",
77
81
  "enzyme": "^3.11.0",
78
82
  "eslint": "^7.25.0",
79
- "hadron-app": "^5.2.0",
80
- "hadron-app-registry": "^9.0.2",
83
+ "hadron-app": "^5.4.0",
84
+ "hadron-app-registry": "^9.0.3",
81
85
  "lodash.clonedeep": "^4.5.0",
82
86
  "lodash.contains": "^2.4.3",
83
87
  "mocha": "^8.4.0",
84
- "mongodb": "^4.10.0",
85
- "mongodb-data-service": "^22.2.0",
88
+ "mongodb": "^4.13.0",
89
+ "mongodb-data-service": "^22.4.0",
86
90
  "mongodb-query-parser": "^2.4.6",
87
91
  "numeral": "^2.0.6",
88
92
  "nyc": "^15.1.0",
89
93
  "prop-types": "^15.7.2",
90
- "react-dom": "^16.14.0",
91
- "react-redux": "^8.0.2",
94
+ "react": "^17.0.2",
95
+ "react-dom": "^17.0.2",
96
+ "react-redux": "^8.0.5",
92
97
  "react-virtualized-auto-sizer": "^1.0.6",
93
98
  "redux": "^4.2.0",
94
99
  "redux-thunk": "^2.3.0",
@@ -98,13 +103,13 @@
98
103
  "xvfb-maybe": "^0.2.1"
99
104
  },
100
105
  "dependencies": {
101
- "@mongodb-js/compass-components": "^1.3.0",
102
- "@mongodb-js/compass-editor": "^0.2.0",
103
- "@mongodb-js/compass-logging": "^1.1.1",
104
- "@mongodb-js/mongodb-redux-common": "^2.0.2",
106
+ "@mongodb-js/compass-components": "^1.5.0",
107
+ "@mongodb-js/compass-editor": "^0.4.0",
108
+ "@mongodb-js/compass-logging": "^1.1.2",
109
+ "@mongodb-js/mongodb-redux-common": "^2.0.4",
105
110
  "bson": "^4.4.1",
106
- "mongodb-index-model": "^4.0.2",
107
- "react": "^16.14.0"
111
+ "compass-preferences-model": "^2.5.0",
112
+ "mongodb-index-model": "^4.1.1"
108
113
  },
109
- "gitHead": "10815be8fd57f3bfd89d061e1592eb7136d4a0fb"
114
+ "gitHead": "cfe9a829fd77fc84e090f2c7b38663167071ebc5"
110
115
  }