-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update dependencies versions for @cocreate libraries
The versions of multiple @cocreate dependencies were updated to their respective latest versions as of this commit. Some libraries had their major or minor version upgraded, while others had bugfix updates. These new versions will likely include performance improvements, new features, or bugfixes that were released in the meantime.
- Loading branch information
1 parent
2d92792
commit 3a5e058
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ module.exports = { | |
"mongodb": { | ||
"provider": "mongodb", | ||
"url": [ | ||
"<dbURL>" | ||
"mongodb+srv://cocreate-app:[email protected]/?retryWrites=true&w=majority" | ||
] | ||
} | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters