This commit is contained in:
Mathias Beaulieu-Duncan
2019-12-06 09:26:01 -06:00
parent 3fa45eab30
commit c1d56d0c19
6 changed files with 209 additions and 13 deletions
+8 -2
View File
@@ -1,10 +1,16 @@
{
"name": "@poweredsoft/ngx-data",
"version": "0.0.8",
"version": "0.0.13",
"peerDependencies": {
"@angular/common": "^8.2.4",
"@angular/core": "^8.2.4",
"@poweredsoft/data": "^0.0.26",
"rxjs": "^6.5.3"
"rxjs": "^6.5.3",
"apollo-angular-link-http": "^1.9.0",
"apollo-link": "^1.2.11",
"apollo-client": "^2.6.0",
"apollo-cache-inmemory": "^1.6.0",
"graphql-tag": "^2.10.0",
"graphql": "^14.5.0"
}
}