Skip to content

Commit

Permalink
update to latest ADF alphas (#3529)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika authored Nov 20, 2023
1 parent 7f256b2 commit 23957d7
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 38 deletions.
52 changes: 26 additions & 26 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
},
"private": true,
"dependencies": {
"@alfresco/adf-content-services": ">=6.6.0-6904949573",
"@alfresco/adf-core": ">=6.6.0-6904949573",
"@alfresco/adf-extensions": ">=6.6.0-6904949573",
"@alfresco/eslint-plugin-eslint-angular": ">=6.6.0-6904949573",
"@alfresco/adf-content-services": ">=6.6.0-6905126883",
"@alfresco/adf-core": ">=6.6.0-6905126883",
"@alfresco/adf-extensions": ">=6.6.0-6905126883",
"@alfresco/eslint-plugin-eslint-angular": ">=6.6.0-6905126883",
"@alfresco/js-api": "7.2.0",
"@angular/animations": "14.1.3",
"@angular/cdk": "14.1.3",
Expand Down Expand Up @@ -65,8 +65,8 @@
"zone.js": "0.11.8"
},
"devDependencies": {
"@alfresco/adf-cli": ">=6.6.0-6904949573",
"@alfresco/adf-testing": ">=6.6.0-6904949573",
"@alfresco/adf-cli": ">=6.6.0-6905126883",
"@alfresco/adf-testing": ">=6.6.0-6905126883",
"@angular-devkit/build-angular": "14.2.11",
"@angular-devkit/core": "14.1.2",
"@angular-devkit/schematics": "14.1.2",
Expand Down
6 changes: 3 additions & 3 deletions projects/aca-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"peerDependencies": {
"@angular/common": ">=14.1.0",
"@angular/core": ">=14.1.0",
"@alfresco/adf-core": ">=6.6.0",
"@alfresco/adf-content-services": ">=6.6.0",
"@alfresco/adf-extensions": ">=6.6.0",
"@alfresco/adf-core": ">=6.6.0-6905126883",
"@alfresco/adf-content-services": ">=6.6.0-6905126883",
"@alfresco/adf-extensions": ">=6.6.0-6905126883",
"@alfresco/js-api": ">=7.2.0",
"@angular/animations": ">=14.1.3",
"@angular/cdk": ">=14.1.3",
Expand Down
6 changes: 3 additions & 3 deletions projects/aca-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "LGPL-3.0",
"scripts": {},
"peerDependencies": {
"@alfresco/adf-content-services": ">=6.6.0",
"@alfresco/adf-core": ">=6.6.0",
"@alfresco/adf-extensions": ">=6.6.0",
"@alfresco/adf-content-services": ">=6.6.0-6905126883",
"@alfresco/adf-core": ">=6.6.0-6905126883",
"@alfresco/adf-extensions": ">=6.6.0-6905126883",
"@alfresco/js-api": ">=7.2.0",
"@angular/animations": ">=14.1.3",
"@angular/common": ">=14.1.3",
Expand Down

0 comments on commit 23957d7

Please sign in to comment.