Skip to content

Commit

Permalink
Fixed js-api version
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-2019 committed Jul 18, 2024
1 parent b6d214b commit 19a9bcb
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 19 deletions.
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": ">=7.9.0",
"@alfresco/js-api": ">=7.8.0",
"commander": "^6.2.1",
"ejs": "^3.1.9",
"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 @@ -21,7 +21,7 @@
"@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3",
"@alfresco/js-api": ">=7.9.0",
"@alfresco/js-api": ">=7.8.0",
"@ngx-translate/core": ">=14.0.0",
"@alfresco/adf-core": ">=6.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion lib/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@angular/material": ">=14.1.2",
"@angular/router": ">=14.1.3",
"@mat-datetimepicker/core": ">=10.1.1",
"@alfresco/js-api": ">=7.9.0",
"@alfresco/js-api": ">=7.8.0",
"@alfresco/adf-extensions": ">=6.9.0",
"@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": ">=7.9.0"
"@alfresco/js-api": ">=7.8.0"
},
"keywords": [
"extensions",
Expand Down
2 changes: 1 addition & 1 deletion lib/process-services-cloud/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/process-services-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3",
"@alfresco/js-api": ">=7.9.0",
"@alfresco/js-api": ">=7.8.0",
"@alfresco/adf-core": ">=6.9.0",
"@alfresco/adf-content-services": ">=6.9.0",
"@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 @@ -21,7 +21,7 @@
"@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3",
"@alfresco/js-api": ">=7.9.0",
"@alfresco/js-api": ">=7.8.0",
"@alfresco/adf-core": ">=6.9.0",
"@alfresco/adf-content-services": ">=6.9.0",
"@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": ">=7.9.0-0"
"@alfresco/js-api": ">=7.8.0"
},
"keywords": [
"testing",
Expand Down
10 changes: 0 additions & 10 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"process services-cloud"
],
"dependencies": {
"@alfresco/js-api": ">=7.9.0-0",
"@angular/animations": "15.2.10",
"@angular/cdk": "15.2.9",
"@angular/common": "15.2.10",
Expand Down

0 comments on commit 19a9bcb

Please sign in to comment.