@mongodb-js/compass-indexes 4.17.0 → 4.18.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 (2) hide show
  1. package/lib/index.js +6 -6
  2. package/package.json +16 -16
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mongodb-js/compass-indexes",
3
3
  "productName": "Compass Indexes plugin",
4
- "version": "4.17.0",
4
+ "version": "4.18.0",
5
5
  "apiVersion": "3.0.0",
6
6
  "description": "Indexes support for Compass",
7
7
  "main": "lib/index.js",
@@ -30,7 +30,7 @@
30
30
  "license": "SSPL",
31
31
  "peerDependencies": {
32
32
  "@hot-loader/react-dom": "^16.9.0",
33
- "@mongodb-js/compass-components": "*",
33
+ "@mongodb-js/compass-components": "^0.7.0",
34
34
  "@mongodb-js/compass-deployment-awareness": "*",
35
35
  "debug": "4.3.0",
36
36
  "hadron-react-buttons": "*",
@@ -54,9 +54,9 @@
54
54
  "@babel/preset-react": "^7.13.13",
55
55
  "@babel/register": "^7.13.16",
56
56
  "@hot-loader/react-dom": "^16.9.0",
57
- "@mongodb-js/compass-components": "^0.7.0",
58
- "@mongodb-js/compass-deployment-awareness": "^11.15.0",
59
- "@mongodb-js/compass-field-store": "^7.15.0",
57
+ "@mongodb-js/compass-components": "^0.8.0",
58
+ "@mongodb-js/compass-deployment-awareness": "^11.16.0",
59
+ "@mongodb-js/compass-field-store": "^7.16.0",
60
60
  "autoprefixer": "^9.4.6",
61
61
  "babel-loader": "^8.2.2",
62
62
  "chai": "^4.2.0",
@@ -75,11 +75,11 @@
75
75
  "extract-text-webpack-plugin": "^4.0.0-beta.0",
76
76
  "file-loader": "^5.1.0",
77
77
  "font-awesome": "^4.7.0",
78
- "hadron-app": "^4.15.0",
79
- "hadron-app-registry": "^8.5.0",
80
- "hadron-react-bson": "^5.6.0",
81
- "hadron-react-buttons": "^5.5.0",
82
- "hadron-react-components": "^5.7.0",
78
+ "hadron-app": "^4.16.0",
79
+ "hadron-app-registry": "^8.6.0",
80
+ "hadron-react-bson": "^5.7.0",
81
+ "hadron-react-buttons": "^5.6.0",
82
+ "hadron-react-components": "^5.8.0",
83
83
  "html-webpack-plugin": "^3.2.0",
84
84
  "ignore-loader": "^0.1.2",
85
85
  "istanbul-instrumenter-loader": "^3.0.1",
@@ -98,10 +98,10 @@
98
98
  "less-loader": "^7.3.0",
99
99
  "mocha": "^7.0.1",
100
100
  "mocha-webpack": "^2.0.0-beta.0",
101
- "mongodb-connection-model": "^21.9.0",
102
- "mongodb-data-service": "^21.13.0",
101
+ "mongodb-connection-model": "^21.10.0",
102
+ "mongodb-data-service": "^21.14.0",
103
103
  "mongodb-extended-json": "^1.11.1",
104
- "mongodb-index-model": "^3.6.0",
104
+ "mongodb-index-model": "^3.7.0",
105
105
  "mongodb-reflux-store": "^0.0.1",
106
106
  "node-loader": "^0.6.0",
107
107
  "nyc": "^15.0.0",
@@ -133,8 +133,8 @@
133
133
  "xvfb-maybe": "^0.2.1"
134
134
  },
135
135
  "dependencies": {
136
- "@mongodb-js/compass-logging": "^0.4.0",
137
- "@mongodb-js/mongodb-redux-common": "^1.5.0",
136
+ "@mongodb-js/compass-logging": "^0.5.0",
137
+ "@mongodb-js/mongodb-redux-common": "^1.6.0",
138
138
  "lodash.contains": "^2.4.3",
139
139
  "lodash.isundefined": "^3.0.1",
140
140
  "lodash.map": "^4.6.0",
@@ -159,5 +159,5 @@
159
159
  "type": "git",
160
160
  "url": "https://github.com/mongodb-js/compass.git"
161
161
  },
162
- "gitHead": "8ef2cccaaab6d84a5fcd633ea8dfc4c7a4db551f"
162
+ "gitHead": "77166e3754e36e95c7ff7efb5a0ce5e0990b0ff7"
163
163
  }