Skip to content

Commit

Permalink
use latest ADF (#3292)
Browse files Browse the repository at this point in the history
* use latest ADF

* exclude failing test
  • Loading branch information
DenysVuika committed Jun 20, 2023
1 parent 68c2a23 commit d54f979
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 62 deletions.
3 changes: 2 additions & 1 deletion e2e/protractor/protractor.excludes.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"C279219": "temp, will be fixed in https://alfresco.atlassian.net/browse/ACS-4985",
"C279221": "temp, will be fixed in https://alfresco.atlassian.net/browse/ACS-4985",
"C279220": "temp, will be fixed in https://alfresco.atlassian.net/browse/ACS-4985",
"C325006": "temp, will be fixed in https://alfresco.atlassian.net/browse/ACS-4985"
"C325006": "temp, will be fixed in https://alfresco.atlassian.net/browse/ACS-4985",
"C213097": "https://alfresco.atlassian.net/browse/ACS-5479"
}
81 changes: 35 additions & 46 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
},
"private": true,
"dependencies": {
"@alfresco/adf-content-services": "6.2.0-5321672533",
"@alfresco/adf-core": "6.2.0-5321672533",
"@alfresco/adf-extensions": "6.2.0-5321672533",
"@alfresco/eslint-plugin-eslint-angular": "6.2.0-5321672533",
"@alfresco/js-api": "^6.1.0",
"@alfresco/adf-content-services": "6.2.0-5325389849",
"@alfresco/adf-core": "6.2.0-5325389849",
"@alfresco/adf-extensions": "6.2.0-5325389849",
"@alfresco/eslint-plugin-eslint-angular": "6.2.0-5325389849",
"@alfresco/js-api": "^6.2.0-982",
"@angular/animations": "14.1.3",
"@angular/cdk": "14.1.3",
"@angular/common": "14.1.3",
Expand Down Expand Up @@ -73,8 +73,8 @@
"zone.js": "0.11.8"
},
"devDependencies": {
"@alfresco/adf-cli": "6.2.0-5321672533",
"@alfresco/adf-testing": "6.2.0-5321672533",
"@alfresco/adf-cli": "6.2.0-5325389849",
"@alfresco/adf-testing": "6.2.0-5325389849",
"@angular-devkit/build-angular": "14.2.11",
"@angular-devkit/core": "14.1.2",
"@angular-devkit/schematics": "14.1.2",
Expand Down
8 changes: 4 additions & 4 deletions projects/aca-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"peerDependencies": {
"@angular/common": "^14.1.0",
"@angular/core": "^14.1.0",
"@alfresco/adf-core": "^6.1.0-0",
"@alfresco/adf-content-services": "^6.1.0-0",
"@alfresco/adf-extensions": "^6.1.0-0",
"@alfresco/js-api": "^6.1.0-0",
"@alfresco/adf-core": ">=6.2.0-5325389849",
"@alfresco/adf-content-services": ">=6.2.0-5325389849",
"@alfresco/adf-extensions": ">=6.2.0-5325389849",
"@alfresco/js-api": ">=6.2.0-982",
"@angular/animations": "^14.1.3",
"@angular/cdk": "^14.1.3",
"@angular/forms": "^14.1.3",
Expand Down
8 changes: 4 additions & 4 deletions projects/aca-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"license": "LGPL-3.0",
"scripts": {},
"peerDependencies": {
"@alfresco/adf-content-services": "^6.1.0-0",
"@alfresco/adf-core": "^6.1.0-0",
"@alfresco/adf-extensions": "^6.1.0-0",
"@alfresco/js-api": "^6.1.0-0",
"@alfresco/adf-content-services": ">=6.2.0-5325389849",
"@alfresco/adf-core": ">=6.2.0-5325389849",
"@alfresco/adf-extensions": ">=6.2.0-5325389849",
"@alfresco/js-api": ">=6.2.0-982",
"@angular/animations": "^14.1.3",
"@angular/common": "^14.1.3",
"@angular/compiler": "^14.1.3",
Expand Down

0 comments on commit d54f979

Please sign in to comment.