@cocreate/mongodb
Advanced tools
Comparing version 1.1.19 to 1.1.20
@@ -0,1 +1,8 @@ | ||
## [1.1.20](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.1.19...v1.1.20) (2023-01-28) | ||
### Bug Fixes | ||
* bump dependencies ([a063511](https://github.com/CoCreate-app/CoCreate-mongodb/commit/a06351145cbd45c5d881eaeac6937d324e6e7787)) | ||
## [1.1.19](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.1.18...v1.1.19) (2023-01-13) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/mongodb", | ||
"version": "1.1.19", | ||
"version": "1.1.20", | ||
"description": "A simple mongodb component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -63,7 +63,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/docs": "^1.5.7", | ||
"@cocreate/hosting": "^1.7.7", | ||
"@cocreate/utils": "^1.17.20", | ||
"@cocreate/docs": "^1.5.9", | ||
"@cocreate/hosting": "^1.7.9", | ||
"@cocreate/utils": "^1.17.22", | ||
"mongodb": "^4.12.1" | ||
} | ||
} |
50735
Updated@cocreate/docs@^1.5.9
Updated@cocreate/hosting@^1.7.9
Updated@cocreate/utils@^1.17.22