@mongodb-js/compass-aggregations 8.18.1 → 8.19.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 +5 -5
  2. package/package.json +24 -25
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mongodb-js/compass-aggregations",
3
3
  "productName": "Aggregations plugin",
4
- "version": "8.18.1",
4
+ "version": "8.19.0",
5
5
  "apiVersion": "3.0.0",
6
6
  "description": "Compass Aggregation Pipeline Builder",
7
7
  "main": "lib/index.js",
@@ -32,22 +32,22 @@
32
32
  },
33
33
  "license": "SSPL",
34
34
  "peerDependencies": {
35
- "@mongodb-js/compass-components": "^0.9.1",
36
- "@mongodb-js/compass-crud": "^12.18.1",
37
- "@mongodb-js/compass-export-to-language": "^7.17.1",
38
- "@mongodb-js/compass-field-store": "^7.17.1",
35
+ "@mongodb-js/compass-components": "^0.10.0",
36
+ "@mongodb-js/compass-crud": "^12.19.0",
37
+ "@mongodb-js/compass-export-to-language": "^7.18.0",
38
+ "@mongodb-js/compass-field-store": "^7.18.0",
39
39
  "ace-builds": "^1.4.3",
40
40
  "async": "^3.2.0",
41
41
  "bson": "*",
42
42
  "electron": "^13.5.1",
43
43
  "hadron-react-bson": "^5.7.0",
44
44
  "hadron-react-buttons": "^5.6.0",
45
- "hadron-react-components": "^5.9.1",
45
+ "hadron-react-components": "^5.10.0",
46
46
  "mongodb-ace-autocompleter": "*",
47
47
  "mongodb-ace-mode": "^1.5.0",
48
48
  "mongodb-ace-theme": "^1.5.0",
49
- "mongodb-data-service": "^21.15.1",
50
- "mongodb-js-metrics": "^7.6.0",
49
+ "mongodb-data-service": "^21.16.0",
50
+ "mongodb-js-metrics": "^7.7.0",
51
51
  "mongodb-query-parser": "^2.4.3",
52
52
  "prop-types": "^15.7.2",
53
53
  "react": "^16.14.0",
@@ -64,10 +64,10 @@
64
64
  "@babel/preset-react": "^7.13.13",
65
65
  "@babel/register": "^7.13.16",
66
66
  "@hot-loader/react-dom": "^16.9.0",
67
- "@mongodb-js/compass-components": "^0.9.1",
68
- "@mongodb-js/compass-crud": "^12.18.1",
69
- "@mongodb-js/compass-export-to-language": "^7.17.1",
70
- "@mongodb-js/compass-field-store": "^7.17.1",
67
+ "@mongodb-js/compass-components": "^0.10.0",
68
+ "@mongodb-js/compass-crud": "^12.19.0",
69
+ "@mongodb-js/compass-export-to-language": "^7.18.0",
70
+ "@mongodb-js/compass-field-store": "^7.18.0",
71
71
  "ace-builds": "^1.4.3",
72
72
  "async": "^3.2.0",
73
73
  "autoprefixer": "^9.4.10",
@@ -90,12 +90,12 @@
90
90
  "extract-text-webpack-plugin": "^4.0.0-beta.0",
91
91
  "file-loader": "^5.1.0",
92
92
  "font-awesome": "^4.7.0",
93
- "hadron-app": "^4.17.1",
94
- "hadron-app-registry": "^8.7.0",
93
+ "hadron-app": "^4.18.0",
94
+ "hadron-app-registry": "^8.8.0",
95
95
  "hadron-document": "^7.7.0",
96
96
  "hadron-react-bson": "^5.7.0",
97
97
  "hadron-react-buttons": "^5.6.0",
98
- "hadron-react-components": "^5.9.1",
98
+ "hadron-react-components": "^5.10.0",
99
99
  "html-webpack-plugin": "^3.2.0",
100
100
  "ignore-loader": "^0.1.2",
101
101
  "istanbul-instrumenter-loader": "^3.0.1",
@@ -118,9 +118,9 @@
118
118
  "mongodb-ace-autocompleter": "^0.10.0",
119
119
  "mongodb-ace-mode": "^1.5.0",
120
120
  "mongodb-ace-theme": "^1.5.0",
121
- "mongodb-connection-model": "^21.11.1",
122
- "mongodb-data-service": "^21.15.1",
123
- "mongodb-js-metrics": "^7.6.0",
121
+ "mongodb-connection-model": "^21.12.0",
122
+ "mongodb-data-service": "^21.16.0",
123
+ "mongodb-js-metrics": "^7.7.0",
124
124
  "mongodb-query-parser": "^2.4.3",
125
125
  "mongodb-reflux-store": "^0.0.1",
126
126
  "mongodb-schema": "^8.2.5",
@@ -152,8 +152,8 @@
152
152
  "webpack-node-externals": "^3.0.0"
153
153
  },
154
154
  "dependencies": {
155
- "@mongodb-js/compass-logging": "^0.6.1",
156
- "@mongodb-js/mongodb-redux-common": "^1.7.0",
155
+ "@mongodb-js/compass-logging": "^0.7.0",
156
+ "@mongodb-js/mongodb-redux-common": "^1.8.0",
157
157
  "acorn-loose": "^8.0.2",
158
158
  "astring": "^1.7.0",
159
159
  "bson": "*",
@@ -163,18 +163,17 @@
163
163
  "lodash.isempty": "^4.4.0",
164
164
  "lodash.isstring": "^4.0.1",
165
165
  "mongodb-extended-json": "^1.11.1",
166
- "mongodb-ns": "^2.2.0",
166
+ "mongodb-ns": "^2.3.0",
167
167
  "re-resizable": "^6.9.0",
168
168
  "react-bootstrap": "^0.32.4",
169
169
  "react-dnd": "^10.0.2",
170
170
  "react-dnd-html5-backend": "^10.0.2",
171
- "react-ios-switch": "^0.1.19",
172
171
  "react-redux": "^5.0.6",
173
172
  "react-select-plus": "^1.2.0",
174
- "redux": "^4.0.1",
173
+ "redux": "^4.1.2",
175
174
  "redux-thunk": "^2.3.0",
176
175
  "semver": "^5.7.1",
177
- "storage-mixin": "^4.9.0"
176
+ "storage-mixin": "^4.10.0"
178
177
  },
179
178
  "homepage": "https://github.com/mongodb-js/compass",
180
179
  "bugs": {
@@ -185,5 +184,5 @@
185
184
  "type": "git",
186
185
  "url": "https://github.com/mongodb-js/compass.git"
187
186
  },
188
- "gitHead": "75710b287ad6e3ea08bc36b15e0be5ebb8f62050"
187
+ "gitHead": "6563679c816fa44691a53b7e27fa0cb5539e0854"
189
188
  }