Skip to content

Commit

Permalink
[ci:force][auto-commit] Update JS-API to 5.4.0-643 for branch: update…
Browse files Browse the repository at this point in the history
…-js-api originated from JS-API PR: 643 (#8269)
  • Loading branch information
alfresco-build authored Feb 15, 2023
1 parent 275d30b commit 54bb8e2
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 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/libs/cli && npm run build && cp -R ./bin ../../dist/libs/cli && cp -R ./resources ../../dist/libs/cli && cp -R ./templates ../../dist/libs/cli && cp ./package.json ../../dist/libs/cli"
},
"dependencies": {
"@alfresco/js-api": "5.4.0-639",
"@alfresco/js-api": "5.4.0-643",
"commander": "6.2.1",
"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 @@ -22,7 +22,7 @@
"@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3",
"@alfresco/js-api": "5.4.0-639",
"@alfresco/js-api": "5.4.0-643",
"@ngx-translate/core": ">=14.0.0",
"moment": ">=2.22.2",
"@alfresco/adf-core": "6.0.0-A.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 @@ -42,7 +42,7 @@
"@angular/router": ">=14.1.3",
"@mat-datetimepicker/core": "^9.0.68",
"@mat-datetimepicker/moment": "^9.0.68",
"@alfresco/js-api": "5.4.0-639",
"@alfresco/js-api": "5.4.0-643",
"@alfresco/adf-extensions": "6.0.0-A.2",
"@ngx-translate/core": ">=14.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 @@ -14,7 +14,7 @@
"peerDependencies": {
"@angular/common": ">=14.1.3",
"@angular/core": ">=14.1.3",
"@alfresco/js-api": "5.4.0-639"
"@alfresco/js-api": "5.4.0-643"
},
"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 @@ -23,7 +23,7 @@
"@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3",
"@alfresco/js-api": "5.4.0-639",
"@alfresco/js-api": "5.4.0-643",
"@alfresco/adf-core": "6.0.0-A.2",
"@alfresco/adf-content-services": "6.0.0-A.2",
"@apollo/client": "^3.7.2",
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 @@ -22,7 +22,7 @@
"@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3",
"@alfresco/js-api": "5.4.0-639",
"@alfresco/js-api": "5.4.0-643",
"@alfresco/adf-core": "6.0.0-A.2",
"@alfresco/adf-content-services": "6.0.0-A.2",
"@ngx-translate/core": ">=14.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": "5.4.0-639"
"@alfresco/js-api": "5.4.0-643"
},
"keywords": [
"testing",
Expand Down

0 comments on commit 54bb8e2

Please sign in to comment.