Skip to content

Commit 887a3da

Browse files
chore(deps): upgrade mongodb-constants dependency in depending packages (#4065)
1 parent bc447a3 commit 887a3da

File tree

5 files changed

+48
-16
lines changed

5 files changed

+48
-16
lines changed

package-lock.json

Lines changed: 42 additions & 10 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@mongodb-js/compass-logging": "^1.1.2",
4646
"@mongodb-js/compass-utils": "^0.2.1",
4747
"@mongodb-js/explain-plan-helper": "^1.0.2",
48-
"@mongodb-js/mongodb-constants": "^0.1.5",
48+
"@mongodb-js/mongodb-constants": "^0.2.1",
4949
"@mongodb-js/mongodb-redux-common": "^2.0.4",
5050
"bson": "^5.0.0",
5151
"compass-preferences-model": "^2.5.1",
@@ -105,7 +105,7 @@
105105
"@mongodb-js/compass-logging": "^1.1.2",
106106
"@mongodb-js/compass-utils": "^0.2.1",
107107
"@mongodb-js/explain-plan-helper": "^1.0.2",
108-
"@mongodb-js/mongodb-constants": "^0.1.5",
108+
"@mongodb-js/mongodb-constants": "^0.2.1",
109109
"@mongodb-js/mongodb-redux-common": "^2.0.4",
110110
"bson": "^5.0.0",
111111
"compass-preferences-model": "^2.5.1",

packages/compass-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@codemirror/view": "^6.7.1",
7676
"@lezer/highlight": "^1.1.3",
7777
"@mongodb-js/compass-components": "^1.5.0",
78-
"@mongodb-js/mongodb-constants": "^0.1.5",
78+
"@mongodb-js/mongodb-constants": "^0.2.1",
7979
"ace-builds": "^1.11.2",
8080
"polished": "^4.2.2",
8181
"prettier": "^2.7.1",

packages/compass-editor/src/ace/stage-autocompleter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ describe('StageAutoCompleter', function () {
228228

229229
context('when the prefix begins with $', function () {
230230
context('when the latest version of server', function () {
231-
const latestServer = '5.2.0';
231+
const latestServer = '7.0.0';
232232

233233
context('when the token is on the same line', function () {
234234
const { getCompletions } = setupStageCompleter('{ $', {

packages/compass-query-bar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@mongodb-js/compass-components": "^1.5.0",
6161
"@mongodb-js/compass-editor": "^0.4.2",
6262
"@mongodb-js/compass-logging": "^1.1.2",
63-
"@mongodb-js/mongodb-constants": "^0.1.5",
63+
"@mongodb-js/mongodb-constants": "^0.2.1",
6464
"compass-preferences-model": "^2.5.1",
6565
"react": "^17.0.2"
6666
},
@@ -99,7 +99,7 @@
9999
"@mongodb-js/compass-components": "^1.5.0",
100100
"@mongodb-js/compass-editor": "^0.4.2",
101101
"@mongodb-js/compass-logging": "^1.1.2",
102-
"@mongodb-js/mongodb-constants": "^0.1.5",
102+
"@mongodb-js/mongodb-constants": "^0.2.1",
103103
"compass-preferences-model": "^2.5.1"
104104
}
105105
}

0 commit comments

Comments
 (0)