Skip to content

Commit

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

* [ci:force][auto-commit] Update JS-API to 4.8.0-4074 for branch: update-js-api originated from JS-API PR: 4075

* [ci:force][auto-commit] Update JS-API to 4.8.0-4074 for branch: update-js-api originated from JS-API PR: 4076

Co-authored-by: Travis CI User <travis@example.org>
  • Loading branch information
alfresco-build and Travis CI User committed Jan 12, 2022
1 parent 0bf6eae commit c206bc2
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 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.8.0-4045",
"@alfresco/js-api": "4.8.0-4074",
"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.8.0-4045",
"@alfresco/js-api": "4.8.0-4074",
"@alfresco/adf-core": "4.7.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.8.0-4045",
"@alfresco/js-api": "4.8.0-4074",
"@alfresco/adf-extensions": "4.7.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.8.0-4045"
"@alfresco/js-api": "4.8.0-4074"
},
"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.8.0-4045",
"@alfresco/js-api": "4.8.0-4074",
"@alfresco/adf-core": "4.7.0",
"@alfresco/adf-content-services": "4.7.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.8.0-4045",
"@alfresco/js-api": "4.8.0-4074",
"@alfresco/adf-core": "4.7.0",
"@alfresco/adf-content-services": "4.7.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.8.0-4045"
"@alfresco/js-api": "4.8.0-4074"
},
"keywords": [
"testing",
Expand Down
6 changes: 3 additions & 3 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"process services-cloud"
],
"dependencies": {
"@alfresco/js-api": "4.8.0-4045",
"@alfresco/js-api": "4.8.0-4074",
"@angular/animations": "^10.0.4",
"@angular/cdk": "10.1.3",
"@angular/common": "^10.0.4",
Expand Down
12 changes: 6 additions & 6 deletions tools/doc/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 tools/doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Alfresco Software, Ltd.",
"scripts": {},
"dependencies": {
"@alfresco/js-api": "4.8.0-4045",
"@alfresco/js-api": "4.8.0-4074",
"ejs": "^3.1.6",
"fast-levenshtein": "^3.0.0",
"graphql": "^15.4.0",
Expand Down

0 comments on commit c206bc2

Please sign in to comment.