Skip to content

Commit 476d003

Browse files
committed
Package Lock
1 parent 03f3cd8 commit 476d003

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compass-collection/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
"react": "^17.0.2",
6767
"react-redux": "^8.1.3",
6868
"redux": "^4.2.1",
69-
"redux-thunk": "^2.4.2"
69+
"redux-thunk": "^2.4.2",
70+
"bson": "^6.10.1"
7071
},
7172
"devDependencies": {
7273
"@mongodb-js/eslint-config-compass": "^1.4.6",
@@ -79,7 +80,6 @@
7980
"@types/mocha": "^9.0.0",
8081
"@types/react": "^17.0.5",
8182
"@types/react-dom": "^17.0.10",
82-
"bson": "^6.10.1",
8383
"@types/sinon-chai": "^3.2.5",
8484
"chai": "^4.3.6",
8585
"depcheck": "^1.4.1",

packages/compass-collection/src/transform-schema-to-field-info.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import type { FieldInfo, SampleValue } from './schema-analysis-types';
3232
*/
3333
const MAX_SAMPLE_VALUES = 10;
3434

35-
// Type guards for mongodb-schema types
3635
function isConstantSchemaType(type: SchemaType): type is ConstantSchemaType {
3736
return type.name === 'Null' || type.name === 'Undefined';
3837
}

0 commit comments

Comments
 (0)