@mongodb-js/compass-query-history 0.0.0-next-c12720c09369b6620405de027fa85d469db43e9c → 0.0.0-next-c31c6db319e5099ee073b5782609b1dcfa2370d8

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
@@ -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": "0.0.0-next-c12720c09369b6620405de027fa85d469db43e9c",
5
+ "version": "0.0.0-next-c31c6db319e5099ee073b5782609b1dcfa2370d8",
6
6
  "author": {
7
7
  "name": "MongoDB Inc",
8
8
  "email": "compass@mongodb.com"
@@ -55,13 +55,13 @@
55
55
  "reformat": "npm run prettier -- --write ."
56
56
  },
57
57
  "dependencies": {
58
- "@mongodb-js/compass-components": "0.0.0-next-c12720c09369b6620405de027fa85d469db43e9c",
59
- "@mongodb-js/compass-logging": "0.0.0-next-c12720c09369b6620405de027fa85d469db43e9c",
60
- "@mongodb-js/compass-utils": "0.0.0-next-c12720c09369b6620405de027fa85d469db43e9c",
58
+ "@mongodb-js/compass-components": "0.0.0-next-c31c6db319e5099ee073b5782609b1dcfa2370d8",
59
+ "@mongodb-js/compass-logging": "0.0.0-next-c31c6db319e5099ee073b5782609b1dcfa2370d8",
60
+ "@mongodb-js/compass-utils": "0.0.0-next-c31c6db319e5099ee073b5782609b1dcfa2370d8",
61
61
  "bson": "^4.4.1",
62
- "hadron-react-components": "0.0.0-next-c12720c09369b6620405de027fa85d469db43e9c",
62
+ "hadron-react-components": "0.0.0-next-c31c6db319e5099ee073b5782609b1dcfa2370d8",
63
63
  "react": "^16.14.0",
64
- "storage-mixin": "0.0.0-next-c12720c09369b6620405de027fa85d469db43e9c"
64
+ "storage-mixin": "0.0.0-next-c31c6db319e5099ee073b5782609b1dcfa2370d8"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "@mongodb-js/compass-components": "^1.3.0",
@@ -73,11 +73,11 @@
73
73
  "storage-mixin": "^5.1.0"
74
74
  },
75
75
  "devDependencies": {
76
- "@mongodb-js/eslint-config-compass": "0.0.0-next-c12720c09369b6620405de027fa85d469db43e9c",
77
- "@mongodb-js/mocha-config-compass": "0.0.0-next-c12720c09369b6620405de027fa85d469db43e9c",
78
- "@mongodb-js/prettier-config-compass": "0.0.0-next-c12720c09369b6620405de027fa85d469db43e9c",
79
- "@mongodb-js/tsconfig-compass": "0.0.0-next-c12720c09369b6620405de027fa85d469db43e9c",
80
- "@mongodb-js/webpack-config-compass": "0.0.0-next-c12720c09369b6620405de027fa85d469db43e9c",
76
+ "@mongodb-js/eslint-config-compass": "0.0.0-next-c31c6db319e5099ee073b5782609b1dcfa2370d8",
77
+ "@mongodb-js/mocha-config-compass": "0.0.0-next-c31c6db319e5099ee073b5782609b1dcfa2370d8",
78
+ "@mongodb-js/prettier-config-compass": "0.0.0-next-c31c6db319e5099ee073b5782609b1dcfa2370d8",
79
+ "@mongodb-js/tsconfig-compass": "0.0.0-next-c31c6db319e5099ee073b5782609b1dcfa2370d8",
80
+ "@mongodb-js/webpack-config-compass": "0.0.0-next-c31c6db319e5099ee073b5782609b1dcfa2370d8",
81
81
  "@testing-library/react": "^12.1.4",
82
82
  "@testing-library/user-event": "^13.5.0",
83
83
  "ampersand-model": "^8.0.1",
@@ -86,7 +86,7 @@
86
86
  "depcheck": "^1.4.1",
87
87
  "electron": "^15.5.7",
88
88
  "eslint": "^7.25.0",
89
- "hadron-app-registry": "0.0.0-next-c12720c09369b6620405de027fa85d469db43e9c",
89
+ "hadron-app-registry": "0.0.0-next-c31c6db319e5099ee073b5782609b1dcfa2370d8",
90
90
  "lodash": "^4.17.15",
91
91
  "mocha": "^8.4.0",
92
92
  "mongodb-ns": "^2.4.0",
@@ -100,5 +100,5 @@
100
100
  "sinon": "^9.2.3",
101
101
  "uuid": "^3.1.0"
102
102
  },
103
- "gitHead": "c12720c09369b6620405de027fa85d469db43e9c"
103
+ "gitHead": "c31c6db319e5099ee073b5782609b1dcfa2370d8"
104
104
  }