@mongodb-js/compass-query-history 9.2.0 → 9.3.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@mongodb-js/compass-query-history",
3
3
  "productName": "Query History plugin",
4
4
  "description": "The query history sidebar of Compass",
5
- "version": "9.2.0",
5
+ "version": "9.3.0",
6
6
  "author": {
7
7
  "name": "MongoDB Inc",
8
8
  "email": "compass@mongodb.com"
@@ -55,20 +55,20 @@
55
55
  "reformat": "npm run prettier -- --write ."
56
56
  },
57
57
  "dependencies": {
58
- "@mongodb-js/compass-components": "^1.2.0",
59
- "@mongodb-js/compass-logging": "^1.1.0",
58
+ "@mongodb-js/compass-components": "^1.3.0",
59
+ "@mongodb-js/compass-logging": "^1.1.1",
60
60
  "@mongodb-js/compass-utils": "^0.1.1",
61
61
  "bson": "^4.4.1",
62
- "hadron-react-components": "^6.2.0",
62
+ "hadron-react-components": "^6.3.0",
63
63
  "react": "^16.14.0",
64
64
  "storage-mixin": "^5.1.0"
65
65
  },
66
66
  "peerDependencies": {
67
- "@mongodb-js/compass-components": "^1.2.0",
68
- "@mongodb-js/compass-logging": "^1.1.0",
67
+ "@mongodb-js/compass-components": "^1.3.0",
68
+ "@mongodb-js/compass-logging": "^1.1.1",
69
69
  "@mongodb-js/compass-utils": "^0.1.1",
70
70
  "bson": "^4.4.1",
71
- "hadron-react-components": "^6.2.0",
71
+ "hadron-react-components": "^6.3.0",
72
72
  "react": "^16.14.0",
73
73
  "storage-mixin": "^5.1.0"
74
74
  },
@@ -77,7 +77,7 @@
77
77
  "@mongodb-js/mocha-config-compass": "^1.0.1",
78
78
  "@mongodb-js/prettier-config-compass": "^1.0.0",
79
79
  "@mongodb-js/tsconfig-compass": "^1.0.1",
80
- "@mongodb-js/webpack-config-compass": "^1.0.2",
80
+ "@mongodb-js/webpack-config-compass": "^1.0.3",
81
81
  "@testing-library/react": "^12.1.4",
82
82
  "@testing-library/user-event": "^13.5.0",
83
83
  "ampersand-model": "^8.0.1",
@@ -88,7 +88,7 @@
88
88
  "electron": "^15.5.7",
89
89
  "enzyme": "^3.11.0",
90
90
  "eslint": "^7.25.0",
91
- "hadron-app-registry": "^9.0.1",
91
+ "hadron-app-registry": "^9.0.2",
92
92
  "lodash": "^4.17.15",
93
93
  "mocha": "^8.4.0",
94
94
  "mongodb-ns": "^2.4.0",
@@ -97,12 +97,11 @@
97
97
  "prop-types": "^15.7.2",
98
98
  "react-dom": "^16.14.0",
99
99
  "react-fontawesome": "^1.6.1",
100
- "react-tooltip": "^3.11.1",
101
100
  "reflux": "^0.4.1",
102
101
  "reflux-state-mixin": "github:mongodb-js/reflux-state-mixin",
103
102
  "rimraf": "^3.0.2",
104
103
  "sinon": "^9.2.3",
105
104
  "uuid": "^3.1.0"
106
105
  },
107
- "gitHead": "775735842ab7675c6267fb09c22e61fc9b97cd6d"
106
+ "gitHead": "10815be8fd57f3bfd89d061e1592eb7136d4a0fb"
108
107
  }