|
1 | 1 | {
|
2 | 2 | "name": "apollo-link-rest",
|
3 |
| - "version": "0.5.0", |
| 3 | + "version": "0.6.0", |
4 | 4 | "description": "Query existing REST services with GraphQL",
|
5 | 5 | "license": "MIT",
|
6 | 6 | "main": "./lib/bundle.umd.js",
|
|
45 | 45 | "qs": ">=6"
|
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 |
| - "@babel/core": "7.0.x", |
| 48 | + "@babel/core": "7.1.x", |
49 | 49 | "@types/graphql": "14.x",
|
50 | 50 | "@types/jest": "23.x",
|
51 | 51 | "@types/node": "10.x",
|
52 | 52 | "@types/qs": "6.5.x",
|
53 |
| - "apollo-cache-inmemory": "1.2.x", |
| 53 | + "apollo-cache-inmemory": "1.3.x", |
54 | 54 | "apollo-client": "2.4.x",
|
55 | 55 | "apollo-link": "1.2.x",
|
56 | 56 | "apollo-link-error": "1.1.x",
|
57 | 57 | "apollo-link-http": "1.5.x",
|
58 |
| - "apollo-link-state": "^0.4.1", |
| 58 | + "apollo-link-state": "0.4.x", |
59 | 59 | "browserify": "16.2.x",
|
60 | 60 | "bundlesize": "0.17.x",
|
61 | 61 | "camelcase": "5.0.x",
|
62 | 62 | "codecov": "3.x",
|
63 | 63 | "danger": "4.x",
|
64 |
| - "fetch-mock": "6.5.x", |
| 64 | + "fetch-mock": "7.x", |
65 | 65 | "graphql": "14.x",
|
66 | 66 | "graphql-anywhere": "4.1.x",
|
67 |
| - "graphql-tag": "2.9.x", |
| 67 | + "graphql-tag": "2.10.x", |
68 | 68 | "isomorphic-fetch": "2.2.x",
|
69 | 69 | "jest": "23.x",
|
70 | 70 | "jest-fetch-mock": "1.6.x",
|
71 | 71 | "lerna": "2.11.x",
|
72 |
| - "lint-staged": "7.2.x", |
| 72 | + "lint-staged": "7.3.x", |
73 | 73 | "lodash": "4.17.x",
|
74 | 74 | "pre-commit": "1.2.x",
|
75 | 75 | "prettier": "1.14.x",
|
|
0 commit comments