Skip to content

Commit

Permalink
fix: Update dependencies versions for @cocreate libraries
Browse files Browse the repository at this point in the history
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
frankpagan committed May 25, 2023
1 parent 2d92792 commit 3a5e058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CoCreate.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
"mongodb": {
"provider": "mongodb",
"url": [
"<dbURL>"
"mongodb+srv://cocreate-app:[email protected]/?retryWrites=true&w=majority"
]
}
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
"@cocreate/organizations": "^1.15.1",
"@cocreate/permissions": "^1.12.0",
"@cocreate/server-side-render": "^1.3.37",
"@cocreate/socket-server": "^1.10.1",
"@cocreate/socket-server": "^1.10.2",
"@cocreate/unique": "^1.11.4",
"@cocreate/users": "^1.22.7",
"@cocreate/uuid": "^1.4.11",
"cors": "^2.8.5",
"express": "^4.17.1"
}
}
}

0 comments on commit 3a5e058

Please sign in to comment.