Skip to content

Commit

Permalink
[mongodb] Revert Dependency Update (#615)
Browse files Browse the repository at this point in the history
This commit reverts the dependency update for the MongoDB plugin, so
that the plugin can be used with MongoDB version 5.
  • Loading branch information
ricoberger authored Feb 28, 2024
1 parent 6acf320 commit d3231a5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 27 deletions.
38 changes: 13 additions & 25 deletions app/package-lock.json

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

4 changes: 2 additions & 2 deletions app/packages/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"vitest": "^1.3.1"
},
"dependencies": {
"bson": "^6.3.0",
"ejson-shell-parser": "^2.0.1"
"bson": "^5.5.0",
"ejson-shell-parser": "^v1.2.4"
}
}

0 comments on commit d3231a5

Please sign in to comment.