@mongodb-js/compass-query-history 8.18.1 → 8.20.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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mongodb-js/compass-query-history",
3
3
  "productName": "Query History plugin",
4
- "version": "8.18.1",
4
+ "version": "8.20.0",
5
5
  "apiVersion": "3.0.0",
6
6
  "description": "The query history sidebar.",
7
7
  "main": "lib/index.js",
@@ -31,30 +31,29 @@
31
31
  "start:watch": "npm run clean && webpack --config ./config/webpack.watch.config.js",
32
32
  "start:prod": "npm run compile && electron --noDevServer ./electron",
33
33
  "test": "cross-env NODE_ENV=test mocha-webpack \"./src/**/*.spec.js\"",
34
- "test:watch": "cross-env NODE_ENV=test mocha-webpack \"./src/**/*.spec.js\" --watch",
35
- "test:karma": "cross-env NODE_ENV=test karma start",
36
- "cover": "nyc npm run test",
37
- "test-check-ci": "npm run cover && npm run compile && npm run check",
34
+ "test-watch": "cross-env NODE_ENV=test mocha-webpack \"./src/**/*.spec.js\" --watch",
35
+ "test-electron": "xvfb-maybe cross-env NODE_ENV=test karma start",
36
+ "test-cov": "nyc npm run test",
38
37
  "check": "npm run lint && npm run depcheck",
39
38
  "prepublishOnly": "npm run compile",
40
39
  "lint": "eslint \"./src/**/*.{js,jsx}\" \"./test/**/*.js\" \"./electron/**/*.js\" \"./config/**/*.{js,jsx}\"",
41
40
  "depcheck": "depcheck",
42
41
  "test-ci": "npm run test",
42
+ "test-ci-electron": "echo \"TODO(COMPASS-5555): These tests are broken and disabled for now\"",
43
43
  "bootstrap": "npm run compile"
44
44
  },
45
45
  "dependencies": {
46
- "@mongodb-js/compass-logging": "^0.7.0",
47
- "bootstrap": "https://github.com/twbs/bootstrap/archive/v3.3.5.tar.gz",
46
+ "@mongodb-js/compass-logging": "^0.9.0",
48
47
  "bson": "^4.4.1",
49
48
  "highlight.js": "^9.12.0",
50
49
  "lodash": "^4.17.15",
51
- "mongodb-data-service": "^21.16.1"
50
+ "mongodb-data-service": "^21.18.0"
52
51
  },
53
52
  "peerDependencies": {
54
53
  "bson": "^4.4.1",
55
54
  "debug": "*",
56
- "hadron-react-components": "^5.10.0",
57
- "mongodb-query-parser": "^2.4.3",
55
+ "hadron-react-components": "^5.12.0",
56
+ "mongodb-query-parser": "^2.4.4",
58
57
  "prop-types": "^15.7.2",
59
58
  "react": "^16.14.0",
60
59
  "react-dom": "^16.14.0",
@@ -62,7 +61,7 @@
62
61
  "react-tooltip": "^3.11.1",
63
62
  "reflux": "^0.4.1",
64
63
  "reflux-state-mixin": "github:mongodb-js/reflux-state-mixin",
65
- "storage-mixin": "^4.10.0"
64
+ "storage-mixin": "^4.12.0"
66
65
  },
67
66
  "devDependencies": {
68
67
  "@babel/cli": "^7.14.3",
@@ -95,9 +94,9 @@
95
94
  "extract-text-webpack-plugin": "^4.0.0-beta.0",
96
95
  "file-loader": "^5.1.0",
97
96
  "font-awesome": "^4.7.0",
98
- "hadron-app": "^4.18.1",
99
- "hadron-app-registry": "^8.8.0",
100
- "hadron-react-components": "^5.10.0",
97
+ "hadron-app": "^4.20.0",
98
+ "hadron-app-registry": "^8.9.0",
99
+ "hadron-react-components": "^5.12.0",
101
100
  "har-validator": "^5.1.3",
102
101
  "html-webpack-plugin": "^3.2.0",
103
102
  "ignore-loader": "^0.1.2",
@@ -119,10 +118,10 @@
119
118
  "mime-db": "^1.27.0",
120
119
  "mocha": "^5.0.0",
121
120
  "mocha-webpack": "^2.0.0-beta.0",
122
- "mongodb-connection-model": "^21.12.1",
123
- "mongodb-js-metrics": "^7.7.0",
121
+ "mongodb-connection-model": "^21.14.0",
122
+ "mongodb-js-metrics": "^7.9.0",
124
123
  "mongodb-ns": "^2.3.0",
125
- "mongodb-query-parser": "^2.4.3",
124
+ "mongodb-query-parser": "^2.4.4",
126
125
  "mongodb-reflux-store": "^0.0.1",
127
126
  "node-loader": "^0.6.0",
128
127
  "nyc": "^15.0.0",
@@ -140,7 +139,7 @@
140
139
  "sinon": "^8.1.1",
141
140
  "sinon-chai": "^3.4.0",
142
141
  "sshpk": "^1.13.0",
143
- "storage-mixin": "^4.10.0",
142
+ "storage-mixin": "^4.12.0",
144
143
  "style-loader": "^2.0.0",
145
144
  "tough-cookie": "^2.3.2",
146
145
  "url-loader": "^3.0.0",
@@ -152,5 +151,5 @@
152
151
  "webpack-merge": "^4.2.2",
153
152
  "webpack-node-externals": "^3.0.0"
154
153
  },
155
- "gitHead": "38680b2f9463d22a71105b6a7721883feecd54c9"
154
+ "gitHead": "c125a379bd769b3305e494b68a4fc9bdfdc7d1bb"
156
155
  }