Skip to content

Commit

Permalink
update to latest ADF
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Nov 17, 2023
1 parent 4ce4b82 commit 2bbe6f8
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 35 deletions.
6 changes: 4 additions & 2 deletions app/src/app.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "../node_modules/@alfresco/adf-core/app.config.schema.json",
"$schema": "../../node_modules/@alfresco/adf-core/app.config.schema.json",
"ecmHost": "{protocol}//{hostname}{:port}",
"aosHost": "{protocol}//{hostname}{:port}/alfresco/aos",
"baseShareUrl": "{protocol}//{hostname}{:port}/#/preview/s",
Expand All @@ -24,7 +24,9 @@
"publicUrls": ["**/preview/s/*", "**/settings", "**/blank"],
"redirectSilentIframeUri": "{protocol}//{hostname}{:port}/assets/silent-refresh.html",
"redirectUri": "/",
"redirectUriLogout": "/"
"redirectUriLogout": "/",
"skipIssuerCheck": true,
"strictDiscoveryDocumentValidation": false
},
"locale": "en",
"application": {
Expand Down
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.

13 changes: 6 additions & 7 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-6880328396",
"@alfresco/adf-core": ">=6.6.0-6880328396",
"@alfresco/adf-extensions": ">=6.6.0-6880328396",
"@alfresco/eslint-plugin-eslint-angular": ">=6.6.0-6880328396",
"@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/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-6880328396",
"@alfresco/adf-testing": ">=6.6.0-6880328396",
"@alfresco/adf-cli": ">=6.6.0-6904949573",
"@alfresco/adf-testing": ">=6.6.0-6904949573",
"@angular-devkit/build-angular": "14.2.11",
"@angular-devkit/core": "14.1.2",
"@angular-devkit/schematics": "14.1.2",
Expand Down Expand Up @@ -132,4 +132,3 @@
"webdriver-manager": "12.1.8"
}
}

0 comments on commit 2bbe6f8

Please sign in to comment.