@mongodb-js/compass-indexes 5.1.1 → 5.3.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.
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.1.1",
5
+ "version": "5.3.0",
6
6
  "author": {
7
7
  "name": "MongoDB Inc",
8
8
  "email": "compass@mongodb.com"
@@ -54,9 +54,10 @@
54
54
  "reformat": "npm run prettier -- --write ."
55
55
  },
56
56
  "peerDependencies": {
57
- "@mongodb-js/compass-components": "^1.1.1",
58
- "@mongodb-js/compass-logging": "^1.1.0",
59
- "@mongodb-js/mongodb-redux-common": "^2.0.1",
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
61
  "bson": "^4.4.1",
61
62
  "mongodb-index-model": "^4.0.2",
62
63
  "react": "^16.14.0"
@@ -66,7 +67,7 @@
66
67
  "@mongodb-js/mocha-config-compass": "^1.0.1",
67
68
  "@mongodb-js/prettier-config-compass": "^1.0.0",
68
69
  "@mongodb-js/tsconfig-compass": "^1.0.1",
69
- "@mongodb-js/webpack-config-compass": "^1.0.2",
70
+ "@mongodb-js/webpack-config-compass": "^1.0.3",
70
71
  "@testing-library/react": "^12.1.4",
71
72
  "@testing-library/user-event": "^13.5.0",
72
73
  "chai": "^4.2.0",
@@ -75,13 +76,13 @@
75
76
  "electron": "^15.5.7",
76
77
  "enzyme": "^3.11.0",
77
78
  "eslint": "^7.25.0",
78
- "hadron-app": "^5.1.1",
79
- "hadron-app-registry": "^9.0.1",
79
+ "hadron-app": "^5.2.0",
80
+ "hadron-app-registry": "^9.0.2",
80
81
  "lodash.clonedeep": "^4.5.0",
81
82
  "lodash.contains": "^2.4.3",
82
83
  "mocha": "^8.4.0",
83
84
  "mongodb": "^4.10.0",
84
- "mongodb-data-service": "^22.1.1",
85
+ "mongodb-data-service": "^22.2.0",
85
86
  "mongodb-query-parser": "^2.4.6",
86
87
  "numeral": "^2.0.6",
87
88
  "nyc": "^15.1.0",
@@ -97,12 +98,13 @@
97
98
  "xvfb-maybe": "^0.2.1"
98
99
  },
99
100
  "dependencies": {
100
- "@mongodb-js/compass-components": "^1.1.1",
101
- "@mongodb-js/compass-logging": "^1.1.0",
102
- "@mongodb-js/mongodb-redux-common": "^2.0.1",
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",
103
105
  "bson": "^4.4.1",
104
106
  "mongodb-index-model": "^4.0.2",
105
107
  "react": "^16.14.0"
106
108
  },
107
- "gitHead": "51f04a0ac45c3b51a3ffb98af390c811d1404380"
109
+ "gitHead": "10815be8fd57f3bfd89d061e1592eb7136d4a0fb"
108
110
  }