Skip to content
This repository was archived by the owner on Nov 23, 2020. It is now read-only.

Commit 8a10e0d

Browse files
committed
chore(deps): update apollo graphql packages
1 parent 9ddbbdb commit 8a10e0d

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
"@angular/router": "7.2.12",
5050
"@types/graphql": "14.2.0",
5151
"@types/node": "10.14.4",
52-
"apollo-angular": "1.5.0",
53-
"apollo-angular-link-http": "1.5.0",
54-
"apollo-cache-inmemory": "1.5.1",
55-
"apollo-client": "2.5.1",
56-
"apollo-link": "1.2.11",
52+
"apollo-angular": "1.7.0",
53+
"apollo-angular-link-http": "1.8.0",
54+
"apollo-cache-inmemory": "1.6.3",
55+
"apollo-client": "2.6.4",
56+
"apollo-link": "1.2.12",
5757
"bundlesize": "0.17.1",
5858
"codecov": "3.3.0",
5959
"core-js": "2.6.5",

packages/angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
"@angular/platform-browser-dynamic": "7.2.12",
5555
"@types/graphql": "14.2.0",
5656
"@types/jest": "24.0.11",
57-
"apollo-angular": "1.5.0",
58-
"apollo-cache-inmemory": "1.5.1",
59-
"apollo-client": "2.5.1",
57+
"apollo-angular": "1.7.0",
58+
"apollo-cache-inmemory": "1.6.3",
59+
"apollo-client": "2.6.4",
6060
"graphql": "14.2.1",
6161
"graphql-tag": "2.10.1",
6262
"jest": "24.7.1",
@@ -68,7 +68,7 @@
6868
"tsickle": "0.34.3",
6969
"typescript": "3.2.4",
7070
"zone.js": "0.9.0",
71-
"apollo-link": "1.2.11"
71+
"apollo-link": "1.2.12"
7272
},
7373
"jest": {
7474
"globals": {

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"devDependencies": {
4444
"@types/graphql": "14.2.0",
4545
"@types/jest": "24.0.11",
46-
"apollo-cache": "1.2.1",
47-
"apollo-client": "2.5.1",
48-
"apollo-link": "1.2.11",
49-
"apollo-cache-inmemory": "1.5.1",
46+
"apollo-cache": "1.3.2",
47+
"apollo-client": "2.6.4",
48+
"apollo-link": "1.2.12",
49+
"apollo-cache-inmemory": "1.6.3",
5050
"graphql": "14.2.1",
5151
"graphql-tag": "2.10.1",
5252
"jest": "24.7.1",

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
"@types/prop-types": "15.7.0",
5050
"@types/react": "16.8.12",
5151
"@types/react-dom": "16.8.3",
52-
"apollo-cache-inmemory": "1.5.1",
53-
"apollo-client": "2.5.1",
52+
"apollo-cache-inmemory": "1.6.3",
53+
"apollo-client": "2.6.4",
5454
"graphql": "14.2.1",
5555
"graphql-tag": "2.10.1",
5656
"jest": "24.7.1",
5757
"ng-packagr": "4.7.1",
5858
"react": "16.8.6",
59-
"react-apollo": "2.5.4",
59+
"react-apollo": "2.5.8",
6060
"react-dom": "16.8.6",
6161
"rimraf": "2.6.3",
6262
"rollup": "1.9.0",

0 commit comments

Comments
 (0)