Skip to content

Commit b01d28f

Browse files
committed
dependencies and rename folder
1 parent c1d15f6 commit b01d28f

File tree

14 files changed

+150
-98
lines changed

14 files changed

+150
-98
lines changed

package-lock.json

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

packages/schema-analysis/package.json renamed to packages/compass-schema-analysis/package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,23 @@
4949
"test-ci": "npm run test-cov",
5050
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
5151
},
52+
"dependencies": {
53+
"@mongodb-js/compass-connections": "^1.50.5",
54+
"mongodb": "^6.14.1",
55+
"mongodb-schema": "^12.4.0",
56+
"@mongodb-js/compass-logging": "^1.6.5",
57+
"compass-preferences-model": "^2.33.5"
58+
},
5259
"devDependencies": {
53-
"@mongodb-js/compass-connections": "^1.50.3",
5460
"@mongodb-js/eslint-config-compass": "^1.3.3",
5561
"@mongodb-js/mocha-config-compass": "^1.6.3",
5662
"@mongodb-js/prettier-config-compass": "^1.2.3",
57-
"@mongodb-js/testing-library-compass": "^1.2.3",
5863
"@mongodb-js/tsconfig-compass": "^1.2.3",
5964
"@types/chai": "^4.2.21",
6065
"@types/mocha": "^9.0.0",
6166
"@types/sinon-chai": "^3.2.5",
67+
"bson": "^6.10.3",
68+
"hadron-document": "^8.8.5",
6269
"chai": "^4.3.6",
6370
"depcheck": "^1.4.1",
6471
"eslint": "^7.25.0",

0 commit comments

Comments
 (0)