Skip to content

Commit

Permalink
Update dependency @types/graphql to v14.0.3 (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and kamilkisiela committed Oct 17, 2018
1 parent ac5e89d commit d1a9e18
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/apollo-angular-boost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@angular/platform-browser": "6.1.10",
"@angular/platform-browser-dynamic": "6.1.10",
"@angular/platform-server": "6.1.10",
"@types/graphql": "14.0.2",
"@types/graphql": "14.0.3",
"@types/jest": "23.3.5",
"graphql": "14.0.2",
"jest": "23.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-angular-cache-ngrx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@angular/platform-browser": "6.1.10",
"@angular/platform-browser-dynamic": "6.1.10",
"@ngrx/store": "6.1.0",
"@types/graphql": "14.0.2",
"@types/graphql": "14.0.3",
"@types/jest": "23.3.5",
"graphql": "14.0.2",
"graphql-tag": "2.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-angular-link-headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@angular/common": "6.1.10",
"@angular/core": "6.1.10",
"@types/graphql": "14.0.2",
"@types/graphql": "14.0.3",
"@types/jest": "23.3.5",
"apollo-link": "1.2.3",
"graphql": "14.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-angular-link-http-batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@angular/platform-browser": "6.1.10",
"@angular/platform-browser-dynamic": "6.1.10",
"@angular/platform-server": "6.1.10",
"@types/graphql": "14.0.2",
"@types/graphql": "14.0.3",
"@types/jest": "23.3.5",
"apollo-cache-inmemory": "1.3.5",
"apollo-client": "2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-angular-link-http-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@angular/platform-browser": "6.1.10",
"@angular/platform-browser-dynamic": "6.1.10",
"@angular/platform-server": "6.1.10",
"@types/graphql": "14.0.2",
"@types/graphql": "14.0.3",
"@types/jest": "23.3.5",
"apollo-cache-inmemory": "1.3.5",
"apollo-client": "2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-angular-link-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@angular/platform-browser": "6.1.10",
"@angular/platform-browser-dynamic": "6.1.10",
"@angular/platform-server": "6.1.10",
"@types/graphql": "14.0.2",
"@types/graphql": "14.0.3",
"@types/jest": "23.3.5",
"apollo-angular": "1.4.0",
"apollo-cache-inmemory": "1.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-angular-link-persisted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"apollo-link-persisted-queries": "~0.2.0"
},
"devDependencies": {
"@types/graphql": "14.0.2",
"@types/graphql": "14.0.3",
"@types/jest": "23.3.5",
"apollo-link": "1.2.3",
"graphql": "14.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@angular/platform-browser": "6.1.10",
"@angular/platform-browser-dynamic": "6.1.10",
"@schematics/angular": "0.8.5",
"@types/graphql": "14.0.2",
"@types/graphql": "14.0.3",
"@types/jest": "23.3.5",
"@types/node": "10.12.0",
"@types/semver": "5.5.0",
Expand Down

0 comments on commit d1a9e18

Please sign in to comment.