@mongodb-js/compass-query-history 8.18.1 → 8.18.2
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/.depcheckrc +0 -1
- package/lib/index.js +3 -3
- package/package.json +9 -10
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.18.
|
4
|
+
"version": "8.18.2",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "The query history sidebar.",
|
7
7
|
"main": "lib/index.js",
|
@@ -43,17 +43,16 @@
|
|
43
43
|
"bootstrap": "npm run compile"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@mongodb-js/compass-logging": "^0.7.
|
47
|
-
"bootstrap": "https://github.com/twbs/bootstrap/archive/v3.3.5.tar.gz",
|
46
|
+
"@mongodb-js/compass-logging": "^0.7.1",
|
48
47
|
"bson": "^4.4.1",
|
49
48
|
"highlight.js": "^9.12.0",
|
50
49
|
"lodash": "^4.17.15",
|
51
|
-
"mongodb-data-service": "^21.16.
|
50
|
+
"mongodb-data-service": "^21.16.2"
|
52
51
|
},
|
53
52
|
"peerDependencies": {
|
54
53
|
"bson": "^4.4.1",
|
55
54
|
"debug": "*",
|
56
|
-
"hadron-react-components": "^5.10.
|
55
|
+
"hadron-react-components": "^5.10.1",
|
57
56
|
"mongodb-query-parser": "^2.4.3",
|
58
57
|
"prop-types": "^15.7.2",
|
59
58
|
"react": "^16.14.0",
|
@@ -95,9 +94,9 @@
|
|
95
94
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
96
95
|
"file-loader": "^5.1.0",
|
97
96
|
"font-awesome": "^4.7.0",
|
98
|
-
"hadron-app": "^4.18.
|
99
|
-
"hadron-app-registry": "^8.8.
|
100
|
-
"hadron-react-components": "^5.10.
|
97
|
+
"hadron-app": "^4.18.2",
|
98
|
+
"hadron-app-registry": "^8.8.1",
|
99
|
+
"hadron-react-components": "^5.10.1",
|
101
100
|
"har-validator": "^5.1.3",
|
102
101
|
"html-webpack-plugin": "^3.2.0",
|
103
102
|
"ignore-loader": "^0.1.2",
|
@@ -119,7 +118,7 @@
|
|
119
118
|
"mime-db": "^1.27.0",
|
120
119
|
"mocha": "^5.0.0",
|
121
120
|
"mocha-webpack": "^2.0.0-beta.0",
|
122
|
-
"mongodb-connection-model": "^21.12.
|
121
|
+
"mongodb-connection-model": "^21.12.2",
|
123
122
|
"mongodb-js-metrics": "^7.7.0",
|
124
123
|
"mongodb-ns": "^2.3.0",
|
125
124
|
"mongodb-query-parser": "^2.4.3",
|
@@ -152,5 +151,5 @@
|
|
152
151
|
"webpack-merge": "^4.2.2",
|
153
152
|
"webpack-node-externals": "^3.0.0"
|
154
153
|
},
|
155
|
-
"gitHead": "
|
154
|
+
"gitHead": "d51426c38f3ad0be209769e18365824c710dbc2d"
|
156
155
|
}
|