@mongodb-js/compass-indexes 4.19.0 → 4.19.1

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 +7 -7
  2. package/package.json +15 -15
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.19.0",
4
+ "version": "4.19.1",
5
5
  "apiVersion": "3.0.0",
6
6
  "description": "Indexes support for Compass",
7
7
  "main": "lib/index.js",
@@ -30,12 +30,12 @@
30
30
  "license": "SSPL",
31
31
  "peerDependencies": {
32
32
  "@hot-loader/react-dom": "^16.9.0",
33
- "@mongodb-js/compass-components": "^0.8.0",
34
- "@mongodb-js/compass-deployment-awareness": "*",
33
+ "@mongodb-js/compass-components": "^0.9.1",
34
+ "@mongodb-js/compass-deployment-awareness": "^11.17.1",
35
35
  "debug": "4.3.0",
36
- "hadron-react-buttons": "*",
37
- "hadron-react-components": "*",
38
- "mongodb-index-model": "*",
36
+ "hadron-react-buttons": "^5.6.0",
37
+ "hadron-react-components": "^5.9.1",
38
+ "mongodb-index-model": "^3.7.0",
39
39
  "prop-types": "^15.7.2",
40
40
  "react": "^16.14.0",
41
41
  "react-dom": "^16.14.0",
@@ -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.9.0",
58
- "@mongodb-js/compass-deployment-awareness": "^11.17.0",
59
- "@mongodb-js/compass-field-store": "^7.17.0",
57
+ "@mongodb-js/compass-components": "^0.9.1",
58
+ "@mongodb-js/compass-deployment-awareness": "^11.17.1",
59
+ "@mongodb-js/compass-field-store": "^7.17.1",
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.17.0",
78
+ "hadron-app": "^4.17.1",
79
79
  "hadron-app-registry": "^8.7.0",
80
80
  "hadron-react-bson": "^5.7.0",
81
81
  "hadron-react-buttons": "^5.6.0",
82
- "hadron-react-components": "^5.9.0",
82
+ "hadron-react-components": "^5.9.1",
83
83
  "html-webpack-plugin": "^3.2.0",
84
84
  "ignore-loader": "^0.1.2",
85
85
  "istanbul-instrumenter-loader": "^3.0.1",
@@ -98,8 +98,8 @@
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.11.0",
102
- "mongodb-data-service": "^21.15.0",
101
+ "mongodb-connection-model": "^21.11.1",
102
+ "mongodb-data-service": "^21.15.1",
103
103
  "mongodb-extended-json": "^1.11.1",
104
104
  "mongodb-index-model": "^3.7.0",
105
105
  "mongodb-reflux-store": "^0.0.1",
@@ -133,7 +133,7 @@
133
133
  "xvfb-maybe": "^0.2.1"
134
134
  },
135
135
  "dependencies": {
136
- "@mongodb-js/compass-logging": "^0.6.0",
136
+ "@mongodb-js/compass-logging": "^0.6.1",
137
137
  "@mongodb-js/mongodb-redux-common": "^1.7.0",
138
138
  "lodash.contains": "^2.4.3",
139
139
  "lodash.isundefined": "^3.0.1",
@@ -159,5 +159,5 @@
159
159
  "type": "git",
160
160
  "url": "https://github.com/mongodb-js/compass.git"
161
161
  },
162
- "gitHead": "542e3fa07d48435b1a7acc21c96de20562b843b3"
162
+ "gitHead": "75710b287ad6e3ea08bc36b15e0be5ebb8f62050"
163
163
  }