fix JS-API peer dependencies for libs (#8551)

* fix JS-API peer dependencies for libs

* Trigger Build
This commit is contained in:
Denys Vuika
2023-05-12 13:34:55 +01:00
committed by GitHub
parent 3dc1f1149f
commit d5e1ca45f7
8 changed files with 17 additions and 17 deletions

View File

@@ -17,7 +17,7 @@
}
},
"dependencies": {
"cropperjs": "1.5.13",
"cropperjs": "^1.5.13",
"angular-oauth2-oidc": "^13.0.1",
"angular-oauth2-oidc-jwks": "^13.0.1"
},
@@ -33,8 +33,8 @@
"@angular/router": ">=14.1.3",
"@mat-datetimepicker/core": "^10.1.1",
"@mat-datetimepicker/moment": "^10.1.1",
"@alfresco/js-api": "6.0.0",
"@alfresco/adf-extensions": "6.0.0",
"@alfresco/js-api": ">=6.0.0",
"@alfresco/adf-extensions": ">=6.0.0",
"@ngx-translate/core": ">=14.0.0",
"minimatch-browser": ">=1.0.0",
"moment": ">=2.22.2",