@mongodb-js/compass-query-history 8.26.1 → 9.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,16 +1,3 @@
1
- /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
6
-
7
- /*!
8
- localForage -- Offline Storage, Improved
9
- Version 1.9.0
10
- https://localforage.github.io/localForage
11
- (c) 2013-2017 Mozilla, Apache License 2.0
12
- */
13
-
14
1
  /*!
15
2
  Copyright (c) 2018 Jed Watson.
16
3
  Licensed under the MIT License (MIT), see
@@ -95,10 +82,6 @@ object-assign
95
82
  * POSSIBILITY OF SUCH DAMAGE.
96
83
  */
97
84
 
98
- /*!
99
- * Programatically add the following
100
- */
101
-
102
85
  /*!
103
86
  * mime-db
104
87
  * Copyright(c) 2014 Jonathan Ong
@@ -113,16 +96,6 @@ object-assign
113
96
  * MIT Licensed
114
97
  */
115
98
 
116
- /*!
117
- * focus-trap 6.5.1
118
- * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
119
- */
120
-
121
- /*!
122
- * tabbable 5.2.0
123
- * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
124
- */
125
-
126
99
  /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
127
100
 
128
101
  /**
@@ -134,63 +107,6 @@ object-assign
134
107
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
135
108
  */
136
109
 
137
- /**
138
- * @preserve
139
- * JS Implementation of incremental MurmurHash3 (r150) (as of May 10, 2013)
140
- *
141
- * @author <a href="mailto:jensyt@gmail.com">Jens Taylor</a>
142
- * @see http://github.com/homebrewing/brauhaus-diff
143
- * @author <a href="mailto:gary.court@gmail.com">Gary Court</a>
144
- * @see http://github.com/garycourt/murmurhash-js
145
- * @author <a href="mailto:aappleby@gmail.com">Austin Appleby</a>
146
- * @see http://sites.google.com/site/murmurhash/
147
- */
148
-
149
- /** @license React v0.19.1
150
- * scheduler.production.min.js
151
- *
152
- * Copyright (c) Facebook, Inc. and its affiliates.
153
- *
154
- * This source code is licensed under the MIT license found in the
155
- * LICENSE file in the root directory of this source tree.
156
- */
157
-
158
- /** @license React v16.13.1
159
- * react-is.production.min.js
160
- *
161
- * Copyright (c) Facebook, Inc. and its affiliates.
162
- *
163
- * This source code is licensed under the MIT license found in the
164
- * LICENSE file in the root directory of this source tree.
165
- */
166
-
167
- /** @license React v16.14.0
168
- * react-dom.production.min.js
169
- *
170
- * Copyright (c) Facebook, Inc. and its affiliates.
171
- *
172
- * This source code is licensed under the MIT license found in the
173
- * LICENSE file in the root directory of this source tree.
174
- */
175
-
176
- /** @license React v16.14.0
177
- * react.production.min.js
178
- *
179
- * Copyright (c) Facebook, Inc. and its affiliates.
180
- *
181
- * This source code is licensed under the MIT license found in the
182
- * LICENSE file in the root directory of this source tree.
183
- */
184
-
185
- /** @license React v17.0.2
186
- * react-is.production.min.js
187
- *
188
- * Copyright (c) Facebook, Inc. and its affiliates.
189
- *
190
- * This source code is licensed under the MIT license found in the
191
- * LICENSE file in the root directory of this source tree.
192
- */
193
-
194
110
  /** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
195
111
 
196
112
  //! moment.js
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": "8.26.1",
5
+ "version": "9.0.0",
6
6
  "author": {
7
7
  "name": "MongoDB Inc",
8
8
  "email": "compass@mongodb.com"
@@ -44,7 +44,7 @@
44
44
  "eslint": "eslint",
45
45
  "prettier": "prettier",
46
46
  "lint": "npm run eslint . && npm run prettier -- --check .",
47
- "depcheck": "depcheck",
47
+ "depcheck": "compass-scripts check-peer-deps && depcheck",
48
48
  "check": "npm run typecheck && npm run lint && npm run depcheck",
49
49
  "check-ci": "npm run check",
50
50
  "test": "mocha",
@@ -56,58 +56,55 @@
56
56
  "reformat": "npm run prettier -- --write ."
57
57
  },
58
58
  "dependencies": {
59
- "@mongodb-js/compass-logging": "^0.14.0",
59
+ "@mongodb-js/compass-components": "^1.0.0",
60
+ "@mongodb-js/compass-logging": "^1.0.0",
60
61
  "bson": "^4.4.1",
61
- "lodash": "^4.17.15",
62
- "mongodb-data-service": "^21.24.1"
62
+ "hadron-react-components": "^6.0.0",
63
+ "mongodb-data-service": "^22.0.0",
64
+ "react": "^16.14.0",
65
+ "storage-mixin": "^5.0.0"
63
66
  },
64
67
  "peerDependencies": {
65
- "@mongodb-js/compass-components": "^0.17.0",
68
+ "@mongodb-js/compass-components": "^1.0.0",
69
+ "@mongodb-js/compass-logging": "^1.0.0",
66
70
  "bson": "^4.4.1",
67
- "debug": "*",
68
- "hadron-react-components": "^5.17.0",
69
- "mongodb-query-parser": "^2.4.6",
70
- "prop-types": "^15.7.2",
71
+ "hadron-react-components": "^6.0.0",
72
+ "mongodb-data-service": "^22.0.0",
71
73
  "react": "^16.14.0",
72
- "react-dom": "^16.14.0",
73
- "react-fontawesome": "^1.6.1",
74
- "react-tooltip": "^3.11.1",
75
- "reflux": "^0.4.1",
76
- "reflux-state-mixin": "github:mongodb-js/reflux-state-mixin",
77
- "storage-mixin": "^4.14.0"
74
+ "storage-mixin": "^5.0.0"
78
75
  },
79
76
  "devDependencies": {
80
- "@mongodb-js/compass-components": "^0.17.0",
81
- "@mongodb-js/eslint-config-compass": "^0.11.0",
82
- "@mongodb-js/mocha-config-compass": "^0.12.0",
83
- "@mongodb-js/prettier-config-compass": "^0.6.0",
84
- "@mongodb-js/tsconfig-compass": "^0.7.0",
85
- "@mongodb-js/webpack-config-compass": "^0.11.1",
77
+ "@electron/remote": "^2.0.8",
78
+ "@mongodb-js/eslint-config-compass": "^1.0.0",
79
+ "@mongodb-js/mocha-config-compass": "^1.0.0",
80
+ "@mongodb-js/prettier-config-compass": "^1.0.0",
81
+ "@mongodb-js/tsconfig-compass": "^1.0.0",
82
+ "@mongodb-js/webpack-config-compass": "^1.0.0",
83
+ "@testing-library/react": "^12.1.4",
84
+ "@testing-library/user-event": "^13.5.0",
86
85
  "ampersand-model": "^8.0.1",
87
86
  "ampersand-rest-collection": "^6.0.0",
88
- "bson": "^4.4.1",
89
87
  "chai": "^4.1.2",
90
88
  "classnames": "^2.2.6",
91
- "debug": "4.3.0",
92
89
  "depcheck": "^1.4.1",
93
- "electron": "^13.5.1",
90
+ "electron": "^15.5.7",
94
91
  "enzyme": "^3.11.0",
95
92
  "eslint": "^7.25.0",
96
- "hadron-app-registry": "^8.14.1",
97
- "hadron-react-components": "^5.17.0",
93
+ "hadron-app-registry": "^9.0.0",
94
+ "lodash": "^4.17.15",
98
95
  "mocha": "^8.4.0",
99
96
  "mongodb-ns": "^2.4.0",
100
97
  "mongodb-query-parser": "^2.4.6",
101
98
  "nyc": "^15.0.0",
102
99
  "prop-types": "^15.7.2",
103
- "react": "^16.14.0",
104
100
  "react-dom": "^16.14.0",
101
+ "react-fontawesome": "^1.6.1",
102
+ "react-tooltip": "^3.11.1",
105
103
  "reflux": "^0.4.1",
106
104
  "reflux-state-mixin": "github:mongodb-js/reflux-state-mixin",
107
105
  "rimraf": "^3.0.2",
108
106
  "sinon": "^9.2.3",
109
- "storage-mixin": "^4.14.0",
110
107
  "uuid": "^3.1.0"
111
108
  },
112
- "gitHead": "94eb44eba276874d7a3bfa44e394d87a8d9b88be"
109
+ "gitHead": "a30734888ab496a07d58e26870e5e33b374e98f7"
113
110
  }