Skip to content

Commit 33fdc22

Browse files
authored
Revert "chore: Use the new node-runtime-worker-thread from mongosh COMPASS-5767" (#3264)
Revert "chore: Use the new node-runtime-worker-thread from mongosh COMPASS-5767 (#3260)" This reverts commit 9e2d20f.
1 parent 05b6496 commit 33fdc22

File tree

14 files changed

+242
-239
lines changed

14 files changed

+242
-239
lines changed

package-lock.json

Lines changed: 221 additions & 219 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compass-aggregations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"lodash.isempty": "^4.4.0",
7878
"lodash.isstring": "^4.0.1",
7979
"mocha": "^8.4.0",
80-
"mongodb": "^4.8.0",
80+
"mongodb": "^4.6.0",
8181
"mongodb-connection-model": "^21.19.1",
8282
"mongodb-data-service": "^21.24.1",
8383
"mongodb-ns": "^2.4.0",

packages/compass-collection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"depcheck": "^1.4.1",
9292
"eslint": "^7.25.0",
9393
"mocha": "^8.4.0",
94-
"mongodb": "^4.8.0",
94+
"mongodb": "^4.6.0",
9595
"mongodb-collection-model": "^4.26.1",
9696
"mongodb-connection-string-url": "^2.5.2",
9797
"mongodb-ns": "^2.4.0",

packages/compass-connections/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@mongodb-js/connection-form": "^0.9.1",
5959
"debug": "^4.2.0",
6060
"lodash": "^4.17.21",
61-
"mongodb": "^4.8.0",
61+
"mongodb": "^4.6.0",
6262
"react": "^16.14.0",
6363
"react-dom": "^16.14.0",
6464
"uuid": "^8.2.0"

packages/compass-e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"hadron-build": "^24.17.0",
5050
"lodash": "^4.17.21",
5151
"mocha": "^8.4.0",
52-
"mongodb": "^4.8.0",
52+
"mongodb": "^4.6.0",
5353
"mongodb-connection-string-url": "^2.5.2",
5454
"mongodb-log-writer": "^1.1.4",
5555
"mongodb-runner": "^4.9.0",

packages/compass-import-export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"marky": "^1.2.1",
111111
"mime-types": "^2.1.24",
112112
"mocha": "^8.4.0",
113-
"mongodb": "^4.8.0",
113+
"mongodb": "^4.6.0",
114114
"mongodb-data-service": "^21.24.1",
115115
"mongodb-ns": "^2.4.0",
116116
"mongodb-query-parser": "^2.4.6",

packages/compass-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"mapbox-gl": "^1.2.0",
112112
"mocha": "^8.4.0",
113113
"moment": "^2.27.0",
114-
"mongodb": "^4.8.0",
114+
"mongodb": "^4.6.0",
115115
"mongodb-ns": "^2.4.0",
116116
"mongodb-query-util": "^0.0.3",
117117
"mongodb-schema": "^8.2.5",

packages/compass-shell/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@
4646
"@mongodb-js/compass-components": "^0.17.0",
4747
"@mongodb-js/compass-logging": "^0.14.0",
4848
"@mongodb-js/mongodb-redux-common": "^1.14.1",
49-
"@mongosh/node-runtime-worker-thread": "^1.5.1",
49+
"@mongosh/node-runtime-worker-thread": "^1.5.0",
5050
"react": "^16.14.0"
5151
},
5252
"peerDependencies": {
5353
"@mongodb-js/compass-components": "^0.17.0",
5454
"@mongodb-js/compass-logging": "^0.14.0",
5555
"@mongodb-js/mongodb-redux-common": "^1.14.1",
56-
"@mongosh/node-runtime-worker-thread": "^1.5.1",
56+
"@mongosh/node-runtime-worker-thread": "^1.5.0",
5757
"react": "^16.14.0"
5858
},
5959
"devDependencies": {
@@ -66,9 +66,9 @@
6666
"@babel/register": "^7.13.16",
6767
"@hot-loader/react-dom": "^16.9.0",
6868
"@leafygreen-ui/code": "^9.4.0",
69-
"@mongosh/browser-repl": "^1.5.1",
70-
"@mongosh/logging": "^1.5.1",
71-
"@mongosh/service-provider-core": "^1.5.1",
69+
"@mongosh/browser-repl": "^1.5.0",
70+
"@mongosh/logging": "^1.5.0",
71+
"@mongosh/service-provider-core": "^1.5.0",
7272
"ace-builds": "^1.4.3",
7373
"autoprefixer": "^9.4.6",
7474
"babel-loader": "^8.2.2",
@@ -105,7 +105,7 @@
105105
"karma-webpack": "^4.0.2",
106106
"mocha": "^5.2.0",
107107
"mocha-webpack": "^2.0.0-beta.0",
108-
"mongodb": "^4.8.0",
108+
"mongodb": "^4.6.0",
109109
"mongodb-reflux-store": "^0.0.1",
110110
"node-loader": "^0.6.0",
111111
"nyc": "^13.1.0",

packages/compass/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"email": "[email protected]"
161161
},
162162
"dependencies": {
163-
"@mongosh/node-runtime-worker-thread": "^1.5.1",
163+
"@mongosh/node-runtime-worker-thread": "^1.5.0",
164164
"clipboard": "^2.0.6",
165165
"kerberos": "^2.0.0",
166166
"keytar": "^7.7.0",
@@ -247,7 +247,7 @@
247247
"make-fetch-happen": "^8.0.14",
248248
"marky": "^1.2.1",
249249
"mocha": "^8.4.0",
250-
"mongodb": "^4.8.0",
250+
"mongodb": "^4.6.0",
251251
"mongodb-connection-model": "^21.19.1",
252252
"mongodb-data-service": "^21.24.1",
253253
"mongodb-download-url": "^1.2.2",

packages/connection-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"depcheck": "^1.4.1",
8080
"eslint": "^7.25.0",
8181
"mocha": "^8.4.0",
82-
"mongodb": "^4.8.0",
82+
"mongodb": "^4.6.0",
8383
"mongodb-data-service": "^21.24.1",
8484
"nyc": "^15.1.0",
8585
"prettier": "^2.7.1",

0 commit comments

Comments
 (0)