@mongodb-js/compass-shell 2.14.0 → 2.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/lib/index.js +29164 -3551
  2. package/package.json +8 -6
  3. package/styles/index.less +0 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mongodb-js/compass-shell",
3
3
  "productName": "Compass Shell plugin",
4
- "version": "2.14.0",
4
+ "version": "2.15.0",
5
5
  "apiVersion": "3.0.0",
6
6
  "description": "Compass Shell Plugin",
7
7
  "main": "lib/index.js",
@@ -44,10 +44,12 @@
44
44
  "dependencies": {
45
45
  "@leafygreen-ui/icon": "^11.4.0",
46
46
  "@leafygreen-ui/icon-button": "^9.1.5",
47
+ "@mongodb-js/compass-logging": "^0.3.0",
47
48
  "@mongodb-js/mongodb-redux-common": "^1.4.0",
48
- "@mongosh/browser-repl": "^1.0.4",
49
- "@mongosh/node-runtime-worker-thread": "^1.0.4",
50
- "@mongosh/service-provider-core": "^1.0.4",
49
+ "@mongosh/browser-repl": "^1.0.7",
50
+ "@mongosh/logging": "^1.0.7",
51
+ "@mongosh/node-runtime-worker-thread": "^1.0.7",
52
+ "@mongosh/service-provider-core": "^1.0.7",
51
53
  "hadron-react-buttons": "^5.4.0",
52
54
  "re-resizable": "^6.9.0"
53
55
  },
@@ -90,7 +92,7 @@
90
92
  "eslint-plugin-react": "^7.24.0",
91
93
  "file-loader": "^5.1.0",
92
94
  "font-awesome": "^4.7.0",
93
- "hadron-app": "^4.13.0",
95
+ "hadron-app": "^4.14.0",
94
96
  "hadron-app-registry": "^8.4.0",
95
97
  "html-webpack-plugin": "^3.2.0",
96
98
  "ignore-loader": "^0.1.2",
@@ -148,5 +150,5 @@
148
150
  "url": "https://jira.mongodb.org/projects/COMPASS/issues",
149
151
  "email": "compass@mongodb.com"
150
152
  },
151
- "gitHead": "455c6523f99a08c6796480d59727b53bdfa441f0"
153
+ "gitHead": "08263644123ab2eebdc84b898ea6f1bc8e8bb76f"
152
154
  }
package/styles/index.less DELETED
@@ -1 +0,0 @@
1
- // TODO: TEMP - remove hardcoded require statement from hadron-style-manager