@mongodb-js/compass-query-history 9.9.0 → 9.10.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": "Load and manage saved queries in Compass",
5
- "version": "9.9.0",
5
+ "version": "9.10.0",
6
6
  "author": {
7
7
  "name": "MongoDB Inc",
8
8
  "email": "compass@mongodb.com"
@@ -56,14 +56,14 @@
56
56
  "reformat": "npm run prettier -- --write . && npm run eslint . --fix"
57
57
  },
58
58
  "dependencies": {
59
- "@mongodb-js/compass-components": "^1.9.0",
59
+ "@mongodb-js/compass-components": "^1.10.0",
60
60
  "@mongodb-js/compass-logging": "^1.1.6",
61
61
  "@mongodb-js/compass-utils": "^0.3.1",
62
62
  "bson": "^5.2.0",
63
63
  "storage-mixin": "^5.1.5"
64
64
  },
65
65
  "peerDependencies": {
66
- "@mongodb-js/compass-components": "^1.9.0",
66
+ "@mongodb-js/compass-components": "^1.10.0",
67
67
  "@mongodb-js/compass-logging": "^1.1.6",
68
68
  "@mongodb-js/compass-utils": "^0.3.1",
69
69
  "bson": "^5.2.0",
@@ -98,5 +98,5 @@
98
98
  "sinon": "^9.2.3",
99
99
  "uuid": "^3.1.0"
100
100
  },
101
- "gitHead": "129d5d5375a2815408e12ee15e1b6bd566f52600"
101
+ "gitHead": "1d02bfb24078b4391bee7a83e34cb3d7da39a731"
102
102
  }