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

This commit is contained in:
davidcanonieto
2021-02-18 14:08:10 +00:00
committed by GitHub
parent 14ed0f688e
commit 0bdf726121
2 changed files with 44 additions and 37 deletions
+6 -1
View File
@@ -13,5 +13,10 @@
"moment-es6": "moment-es6",
"@ngx-translate/core": "@ngx-translate/core"
}
}
},
"whitelistedNonPeerDependencies": [
"@apollo/client",
"apollo-angular",
"subscriptions-transport-ws"
]
}