Skip to content

Commit 7c3d4a7

Browse files
authored
Bump @apollo/client version as the ApolloLink base class has changed (#31)
* Bump @apollo/client version as the ApolloLink base class has changed and this library isn't currently working with the latest and greatest @apollo/client * Bump typescript version and node version
1 parent 277b933 commit 7c3d4a7

File tree

3 files changed

+2583
-1171
lines changed

3 files changed

+2583
-1171
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "6"
3+
- "14"
44

55
script:
66
- yarn install && yarn test && yarn run coverage && yarn run lint

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.0.0",
44
"description": "A link to queue requests when a certain condition is met (eg. device is offline)",
55
"dependencies": {
6-
"@apollo/client": "^3.1.4"
6+
"@apollo/client": "^3.2.4"
77
},
88
"devDependencies": {
99
"@types/graphql": "^0.11.7",
@@ -17,7 +17,7 @@
1717
"react-scripts-ts": "^2.6.0",
1818
"ts-jest": "22.0.1",
1919
"tslint": "^5.11.0",
20-
"typescript": "^2.6.2"
20+
"typescript": "^4.1.3"
2121
},
2222
"main": "build/dist/index.js",
2323
"module": "build/dist/index.js",

0 commit comments

Comments
 (0)