@cocreate/croppie
Advanced tools
Comparing version 1.3.17 to 1.3.18
@@ -0,1 +1,8 @@ | ||
## [1.3.18](https://github.com/CoCreate-app/CoCreate-croppie/compare/v1.3.17...v1.3.18) (2023-06-11) | ||
### Bug Fixes | ||
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([543a8f7](https://github.com/CoCreate-app/CoCreate-croppie/commit/543a8f720aaaed36f1d997882d63d6ef03d6ab66)) | ||
## [1.3.17](https://github.com/CoCreate-app/CoCreate-croppie/compare/v1.3.16...v1.3.17) (2023-06-11) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/croppie", | ||
"version": "1.3.17", | ||
"version": "1.3.18", | ||
"description": "A simple croppie component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", | ||
@@ -50,3 +50,3 @@ "keywords": [ | ||
"@babel/preset-env": "^7.9.6", | ||
"@cocreate/cli": "^1.29.3", | ||
"@cocreate/cli": "^1.33.0", | ||
"babel-loader": "^8.1.0", | ||
@@ -63,6 +63,6 @@ "clean-webpack-plugin": "^3.0.0", | ||
"dependencies": { | ||
"@cocreate/actions": "^1.8.19", | ||
"@cocreate/crud-client": "^1.21.11", | ||
"@cocreate/actions": "^1.8.21", | ||
"@cocreate/crud-client": "^1.21.13", | ||
"croppie": "^2.6.5" | ||
} | ||
} |
171597
Updated@cocreate/actions@^1.8.21