@mongodb-js/compass-query-history 9.1.1 → 9.2.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.1.1",
5
+ "version": "9.2.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.1.1",
58
+ "@mongodb-js/compass-components": "^1.2.0",
59
59
  "@mongodb-js/compass-logging": "^1.1.0",
60
60
  "@mongodb-js/compass-utils": "^0.1.1",
61
61
  "bson": "^4.4.1",
62
- "hadron-react-components": "^6.1.1",
62
+ "hadron-react-components": "^6.2.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.1.1",
67
+ "@mongodb-js/compass-components": "^1.2.0",
68
68
  "@mongodb-js/compass-logging": "^1.1.0",
69
69
  "@mongodb-js/compass-utils": "^0.1.1",
70
70
  "bson": "^4.4.1",
71
- "hadron-react-components": "^6.1.1",
71
+ "hadron-react-components": "^6.2.0",
72
72
  "react": "^16.14.0",
73
73
  "storage-mixin": "^5.1.0"
74
74
  },
@@ -104,5 +104,5 @@
104
104
  "sinon": "^9.2.3",
105
105
  "uuid": "^3.1.0"
106
106
  },
107
- "gitHead": "51f04a0ac45c3b51a3ffb98af390c811d1404380"
107
+ "gitHead": "775735842ab7675c6267fb09c22e61fc9b97cd6d"
108
108
  }