[ADF-5341] Add Apollo direct dependencies (#6697)

This commit is contained in:
davidcanonieto
2021-02-18 15:08:10 +01:00
committed by GitHub
parent 14ed0f688e
commit 0bdf726121
2 changed files with 44 additions and 37 deletions

View File

@@ -13,5 +13,10 @@
"moment-es6": "moment-es6", "moment-es6": "moment-es6",
"@ngx-translate/core": "@ngx-translate/core" "@ngx-translate/core": "@ngx-translate/core"
} }
} },
"whitelistedNonPeerDependencies": [
"@apollo/client",
"apollo-angular",
"subscriptions-transport-ws"
]
} }

View File

@@ -1,38 +1,40 @@
{ {
"name": "@alfresco/adf-process-services-cloud", "name": "@alfresco/adf-process-services-cloud",
"description": "Alfresco ADF process services cloud", "description": "Alfresco ADF process services cloud",
"version": "4.2.0", "version": "4.2.0",
"author": "Alfresco Software, Ltd.", "author": "Alfresco Software, Ltd.",
"main": "bundles/adf-process-services-cloud.js", "main": "bundles/adf-process-services-cloud.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/Alfresco/alfresco-ng2-components.git" "url": "https://github.com/Alfresco/alfresco-ng2-components.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues" "url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
}, },
"peerDependencies": { "dependencies": {
"@angular/animations": ">=10.0.2", "@apollo/client": "3.3.7",
"@angular/common": ">=10.0.2", "apollo-angular": "2.2.0",
"@angular/core": ">=10.0.2", "subscriptions-transport-ws": "0.9.18"
"@angular/flex-layout": ">=10.0.0-beta.32", },
"@angular/forms": ">=10.0.2", "peerDependencies": {
"@angular/material": ">=10.0.1", "@angular/animations": ">=10.0.2",
"@alfresco/js-api": "4.3.0-3224", "@angular/common": ">=10.0.2",
"@alfresco/adf-core": "4.2.0", "@angular/core": ">=10.0.2",
"@alfresco/adf-content-services": "4.2.0", "@angular/flex-layout": ">=10.0.0-beta.32",
"@apollo/client": "^3.3.7", "@angular/forms": ">=10.0.2",
"@ngx-translate/core": ">=13.0.0", "@angular/material": ">=10.0.1",
"apollo-angular": "^2.2.0", "@alfresco/js-api": "4.2.0",
"moment": ">=2.22.2", "@alfresco/adf-core": "4.2.0",
"subscriptions-transport-ws": "^0.9.18" "@alfresco/adf-content-services": "4.2.0",
}, "@ngx-translate/core": ">=13.0.0",
"keywords": [ "moment": ">=2.22.2"
"process-services-cloud", },
"alfresco-component", "keywords": [
"angular", "process-services-cloud",
"activiti", "alfresco-component",
"components" "angular",
], "activiti",
"license": "Apache-2.0" "components"
],
"license": "Apache-2.0"
} }