Skip to content

Commit

Permalink
Update branch for JS-API PR#3558 (#7080)
Browse files Browse the repository at this point in the history
* [ci:force][auto-commit] Update JS-API to 4.5.0-3557 for branch: update-js-api originated from JS-API PR: 3558

* lock fix remove snyk

* rebase

* [ci:force][auto-commit] Update JS-API to 4.5.0-3561 for branch: update-js-api originated from JS-API PR: 3562

Co-authored-by: Travis CI User <travis@example.org>
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
  • Loading branch information
3 people authored Jun 2, 2021
1 parent 40bbeb1 commit 95d680b
Show file tree
Hide file tree
Showing 12 changed files with 15,792 additions and 53,444 deletions.
6 changes: 3 additions & 3 deletions lib/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dist": "rm -rf ./dist/ && npm run build && cp -R ./bin ./dist/ && cp -R ./resources ./dist && cp -R ./templates ./dist && cp ./package.json ./dist/"
},
"dependencies": {
"@alfresco/js-api": "4.4.0",
"@alfresco/js-api": "4.5.0-3561",
"commander": "^4.0.0",
"ejs": "^2.6.1",
"license-checker": "^25.0.1",
Expand Down
2 changes: 1 addition & 1 deletion lib/content-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@angular/forms": ">=10.0.2",
"@angular/material": ">=10.0.1",
"@angular/router": ">=10.0.2",
"@alfresco/js-api": "4.4.0",
"@alfresco/js-api": "4.5.0-3561",
"@alfresco/adf-core": "4.4.0",
"@ngx-translate/core": ">=13.0.0",
"moment": ">=2.22.2"
Expand Down
2 changes: 1 addition & 1 deletion lib/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@angular/router": ">=10.0.2",
"@mat-datetimepicker/core": ">=4.1.0",
"@mat-datetimepicker/moment": ">=4.1.0",
"@alfresco/js-api": "4.4.0",
"@alfresco/js-api": "4.5.0-3561",
"@alfresco/adf-extensions": "4.4.0",
"@ngx-translate/core": ">=13.0.0",
"minimatch-browser": ">=1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"peerDependencies": {
"@angular/common": ">=10.0.2",
"@angular/core": ">=10.0.2",
"@alfresco/js-api": "4.4.0"
"@alfresco/js-api": "4.5.0-3561"
},
"keywords": [
"extensions",
Expand Down
2 changes: 1 addition & 1 deletion lib/process-services-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/flex-layout": ">=10.0.0-beta.32",
"@angular/forms": ">=10.0.2",
"@angular/material": ">=10.0.1",
"@alfresco/js-api": "4.4.0",
"@alfresco/js-api": "4.5.0-3561",
"@alfresco/adf-core": "4.4.0",
"@alfresco/adf-content-services": "4.4.0",
"@apollo/client": "^3.3.7",
Expand Down
2 changes: 1 addition & 1 deletion lib/process-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/forms": ">=10.0.2",
"@angular/material": ">=10.0.1",
"@angular/router": ">=10.0.2",
"@alfresco/js-api": "4.4.0",
"@alfresco/js-api": "4.5.0-3561",
"@alfresco/adf-core": "4.4.0",
"@alfresco/adf-content-services": "4.4.0",
"@ngx-translate/core": ">=13.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
},
"peerDependencies": {
"@alfresco/js-api": "4.4.0"
"@alfresco/js-api": "4.5.0-3561"
},
"keywords": [
"testing",
Expand Down
Loading

0 comments on commit 95d680b

Please sign in to comment.