@mongodb-js/compass-query-history 8.22.0 → 8.25.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 +3 -3
  2. package/package.json +14 -13
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.22.0",
4
+ "version": "8.25.0",
5
5
  "apiVersion": "3.0.0",
6
6
  "description": "The query history sidebar.",
7
7
  "main": "lib/index.js",
@@ -35,7 +35,7 @@
35
35
  "test-electron": "xvfb-maybe cross-env NODE_ENV=test karma start",
36
36
  "test-cov": "nyc npm run test",
37
37
  "check": "npm run lint && npm run depcheck",
38
- "prepublishOnly": "npm run compile",
38
+ "prepublishOnly": "npm run compile && compass-scripts check-exports-exist",
39
39
  "lint": "eslint \"./src/**/*.{js,jsx}\" \"./test/**/*.js\" \"./electron/**/*.js\" \"./config/**/*.{js,jsx}\"",
40
40
  "depcheck": "depcheck",
41
41
  "test-ci": "npm run test",
@@ -43,17 +43,17 @@
43
43
  "bootstrap": "npm run compile"
44
44
  },
45
45
  "dependencies": {
46
- "@mongodb-js/compass-logging": "^0.11.0",
46
+ "@mongodb-js/compass-logging": "^0.13.0",
47
47
  "bson": "^4.4.1",
48
- "highlight.js": "^9.12.0",
49
48
  "lodash": "^4.17.15",
50
- "mongodb-data-service": "^21.20.0"
49
+ "mongodb-data-service": "^21.23.0"
51
50
  },
52
51
  "peerDependencies": {
52
+ "@mongodb-js/compass-components": "^0.16.0",
53
53
  "bson": "^4.4.1",
54
54
  "debug": "*",
55
- "hadron-react-components": "^5.14.0",
56
- "mongodb-query-parser": "^2.4.4",
55
+ "hadron-react-components": "^5.16.0",
56
+ "mongodb-query-parser": "^2.4.6",
57
57
  "prop-types": "^15.7.2",
58
58
  "react": "^16.14.0",
59
59
  "react-dom": "^16.14.0",
@@ -71,6 +71,7 @@
71
71
  "@babel/preset-env": "^7.14.2",
72
72
  "@babel/preset-react": "^7.13.13",
73
73
  "@babel/register": "^7.13.16",
74
+ "@mongodb-js/compass-components": "^0.16.0",
74
75
  "ampersand-model": "^8.0.1",
75
76
  "ampersand-rest-collection": "^6.0.0",
76
77
  "autoprefixer": "^9.4.6",
@@ -94,9 +95,9 @@
94
95
  "extract-text-webpack-plugin": "^4.0.0-beta.0",
95
96
  "file-loader": "^5.1.0",
96
97
  "font-awesome": "^4.7.0",
97
- "hadron-app": "^4.22.0",
98
- "hadron-app-registry": "^8.11.0",
99
- "hadron-react-components": "^5.14.0",
98
+ "hadron-app": "^4.25.0",
99
+ "hadron-app-registry": "^8.13.0",
100
+ "hadron-react-components": "^5.16.0",
100
101
  "har-validator": "^5.1.3",
101
102
  "html-webpack-plugin": "^3.2.0",
102
103
  "ignore-loader": "^0.1.2",
@@ -118,9 +119,9 @@
118
119
  "mime-db": "^1.27.0",
119
120
  "mocha": "^5.0.0",
120
121
  "mocha-webpack": "^2.0.0-beta.0",
121
- "mongodb-connection-model": "^21.16.0",
122
+ "mongodb-connection-model": "^21.18.0",
122
123
  "mongodb-ns": "^2.4.0",
123
- "mongodb-query-parser": "^2.4.4",
124
+ "mongodb-query-parser": "^2.4.6",
124
125
  "mongodb-reflux-store": "^0.0.1",
125
126
  "node-loader": "^0.6.0",
126
127
  "nyc": "^15.0.0",
@@ -150,5 +151,5 @@
150
151
  "webpack-merge": "^4.2.2",
151
152
  "webpack-node-externals": "^3.0.0"
152
153
  },
153
- "gitHead": "2c4149184e87b8340851590663287b914d7ee63e"
154
+ "gitHead": "757aed43862951a083137bffa1815c621a377440"
154
155
  }