Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 24 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion packages/atlas-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,16 @@
"@mongodb-js/connection-info": "^0.17.1",
"@mongodb-js/devtools-connect": "^3.9.3",
"@mongodb-js/devtools-proxy-support": "^0.5.2",
"@mongodb-js/oidc-plugin": "^2.0.3",
"@mongodb-js/oidc-plugin": "git+https://github.com/mongodb-js/oidc-plugin.git#2498-dev",
"compass-preferences-model": "^2.50.0",
"electron": "^37.2.6",
"hadron-ipc": "^3.5.10",
"lodash": "^4.17.21",
"react": "^17.0.2",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2"
},
"overrides": {
"@mongodb-js/oidc-plugin": "git+https://github.com/mongodb-js/oidc-plugin.git#2498-dev"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if it's helpful, but overrides with npm workspaces only takes effect when specified in the root package.json file

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The package-lock should still be what ultimately determines what gets used, right? I think that's okay then (but still good to know!)

}
}
5 changes: 4 additions & 1 deletion packages/data-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@mongodb-js/devtools-docker-test-envs": "^1.3.3",
"@mongodb-js/eslint-config-compass": "^1.4.6",
"@mongodb-js/mocha-config-compass": "^1.7.0",
"@mongodb-js/oidc-plugin": "^2.0.3",
"@mongodb-js/oidc-plugin": "git+https://github.com/mongodb-js/oidc-plugin.git#2498-dev",
"@mongodb-js/prettier-config-compass": "^1.2.8",
"@mongodb-js/tsconfig-compass": "^1.2.9",
"@types/lodash": "^4.14.188",
Expand All @@ -85,5 +85,8 @@
},
"optionalDependencies": {
"mongodb-client-encryption": "^6.3.0"
},
"overrides": {
"@mongodb-js/oidc-plugin": "git+https://github.com/mongodb-js/oidc-plugin.git#2498-dev"
}
}
Loading