@cocreate/croppie
Advanced tools
Comparing version 1.3.7 to 1.3.8
@@ -0,1 +1,8 @@ | ||
## [1.3.8](https://github.com/CoCreate-app/CoCreate-croppie/compare/v1.3.7...v1.3.8) (2023-05-06) | ||
### Bug Fixes | ||
* bump [@cocreate](https://github.com/cocreate) dependencies ([de959d9](https://github.com/CoCreate-app/CoCreate-croppie/commit/de959d98f3b22c14d142aa686b517323af7ce543)) | ||
## [1.3.7](https://github.com/CoCreate-app/CoCreate-croppie/compare/v1.3.6...v1.3.7) (2023-05-01) | ||
@@ -2,0 +9,0 @@ |
@@ -20,5 +20,6 @@ module.exports = { | ||
"directory": "/docs/croppie", | ||
"content-type": "text/html", | ||
"parentDirectory": "{{parentDirectory}}", | ||
"content-type": "{{content-type}}", | ||
"public": "true", | ||
"website_id": "5ffbceb7f11d2d00103c4535" | ||
"website_id": "644d4bff8036fb9d1d1fd69c" | ||
} | ||
@@ -25,0 +26,0 @@ } |
{ | ||
"name": "@cocreate/croppie", | ||
"version": "1.3.7", | ||
"version": "1.3.8", | ||
"description": "A simple croppie component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", | ||
@@ -61,7 +61,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/actions": "^1.8.2", | ||
"@cocreate/crud-client": "^1.19.9", | ||
"@cocreate/docs": "^1.7.1", | ||
"@cocreate/actions": "^1.8.8", | ||
"@cocreate/crud-client": "^1.20.4", | ||
"@cocreate/docs": "^1.7.8", | ||
"croppie": "^2.6.5" | ||
} | ||
} |
155306
752
Updated@cocreate/actions@^1.8.8
Updated@cocreate/docs@^1.7.8