Skip to content

Commit

Permalink
Use latest JS-API and ADF
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKinas committed Sep 28, 2023
1 parent fea650e commit ad73c8e
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 68 deletions.
86 changes: 32 additions & 54 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.3.0",
"@alfresco/adf-core": "6.3.0",
"@alfresco/adf-extensions": "6.3.0",
"@alfresco/eslint-plugin-eslint-angular": "6.3.0",
"@alfresco/adf-content-services": "6.4.0-6336818839",
"@alfresco/adf-core": "6.4.0-6336818839",
"@alfresco/adf-extensions": "6.4.0-6336818839",
"@alfresco/eslint-plugin-eslint-angular": "6.4.0-6336818839",
"@alfresco/js-api": "7.1.0-1349",
"@angular/animations": "14.1.3",
"@angular/cdk": "14.1.3",
Expand Down Expand Up @@ -69,8 +69,8 @@
"zone.js": "0.11.8"
},
"devDependencies": {
"@alfresco/adf-cli": "6.3.0",
"@alfresco/adf-testing": "6.3.0",
"@alfresco/adf-cli": "6.4.0-6336818839",
"@alfresco/adf-testing": "6.4.0-6336818839",
"@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.3.0",
"@alfresco/adf-content-services": "^6.3.0",
"@alfresco/adf-extensions": "^6.3.0",
"@alfresco/js-api": ">=7.0.0",
"@alfresco/adf-core": "^6.4.0-6336818839",
"@alfresco/adf-content-services": "^6.4.0-6336818839",
"@alfresco/adf-extensions": "^6.4.0-6336818839",
"@alfresco/js-api": "^7.1.0-1349",
"@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.3.0",
"@alfresco/adf-core": "^6.3.0",
"@alfresco/adf-extensions": "^6.3.0",
"@alfresco/js-api": ">=7.0.0",
"@alfresco/adf-content-services": "^6.4.0-6336818839",
"@alfresco/adf-core": "^6.4.0-6336818839",
"@alfresco/adf-extensions": "^6.4.0-6336818839",
"@alfresco/js-api": "^7.1.0-1349",
"@angular/animations": "^14.1.3",
"@angular/common": "^14.1.3",
"@angular/compiler": "^14.1.3",
Expand Down

0 comments on commit ad73c8e

Please sign in to comment.