Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #260 from aerogear/renovate/apollo-graphql-packages
Browse files Browse the repository at this point in the history
fix(deps): update apollo graphql packages
  • Loading branch information
wtrocki authored Feb 27, 2019
2 parents ec61024 + 85a044b commit 052edbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
},
"dependencies": {
"@aerogear/core": "2.1.1",
"apollo-cache-inmemory": "1.3.9",
"apollo-cache-inmemory": "1.5.0",
"apollo-cache-persist": "0.1.1",
"apollo-client": "2.4.5",
"apollo-link": "1.2.3",
"apollo-client": "2.5.0",
"apollo-link": "1.2.8",
"apollo-link-context": "1.0.14",
"apollo-link-error": "1.1.7",
"apollo-link-http": "1.5.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/sync/src/links/AuditLoggingLink.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NextLink, Operation } from "apollo-link/src/types";
import { NextLink, Operation } from "apollo-link";
import { ApolloLink } from "apollo-link";

export class AuditLoggingLink extends ApolloLink {
Expand Down

0 comments on commit 052edbe

Please sign in to comment.