|
53 | 53 | "apollo-client": "^0.4.15" |
54 | 54 | }, |
55 | 55 | "devDependencies": { |
56 | | - "@types/enzyme": "^2.4.32", |
57 | | - "@types/immutable": "^3.8.3", |
58 | | - "@types/invariant": "^2.2.27", |
59 | | - "@types/isomorphic-fetch": "0.0.30", |
60 | | - "@types/jest": "^0.9.31", |
61 | | - "@types/lodash": "^4.14.34", |
62 | | - "@types/node": "^6.0.38", |
63 | | - "@types/object-assign": "^4.0.28", |
64 | | - "@types/react": "^0.14.34", |
65 | | - "@types/react-addons-test-utils": "^0.14.14", |
66 | | - "@types/react-dom": "^0.14.16", |
67 | | - "@types/react-redux": "^4.4.31", |
68 | | - "@types/redux-form": "^4.0.29", |
69 | | - "@types/redux-immutable": "^3.0.30", |
70 | | - "@types/sinon": "^1.16.29", |
| 56 | + "@types/chai": "^3.4.33", |
71 | 57 | "apollo-client": "^0.4.15", |
72 | 58 | "babel-jest": "^14.1.0", |
73 | 59 | "babel-preset-react-native": "^1.9.0", |
|
77 | 63 | "enzyme": "^2.2.0", |
78 | 64 | "graphql": "^0.5.0", |
79 | 65 | "graphql-tag": "^0.1.7", |
80 | | - "graphql-typings": "0.0.1-beta-2", |
81 | 66 | "gzip-size": "^3.0.0", |
82 | 67 | "immutable": "^3.8.1", |
83 | 68 | "isomorphic-fetch": "^2.2.1", |
|
102 | 87 | "swapi-graphql": "0.0.4", |
103 | 88 | "travis-weigh-in": "^1.0.2", |
104 | 89 | "tslint": "^3.6.0", |
105 | | - "typescript": "^2.1.0-dev.20160918", |
| 90 | + "typescript": "^2.0.3", |
106 | 91 | "typescript-require": "^0.2.9-1", |
107 | 92 | "typings": "^0.7.9", |
108 | 93 | "uglify-js": "^2.6.2" |
109 | 94 | }, |
110 | 95 | "dependencies": { |
| 96 | + "@types/enzyme": "^2.4.32", |
| 97 | + "@types/immutable": "^3.8.3", |
| 98 | + "@types/invariant": "^2.2.27", |
| 99 | + "@types/isomorphic-fetch": "0.0.30", |
| 100 | + "@types/jest": "^0.9.31", |
| 101 | + "@types/lodash": "^4.14.36", |
| 102 | + "@types/node": "^6.0.38", |
| 103 | + "@types/object-assign": "^4.0.28", |
| 104 | + "@types/react": "^0.14.34", |
| 105 | + "@types/react-addons-test-utils": "^0.14.14", |
| 106 | + "@types/react-dom": "^0.14.16", |
| 107 | + "@types/react-redux": "^4.4.31", |
| 108 | + "@types/redux-form": "^4.0.29", |
| 109 | + "@types/redux-immutable": "^3.0.30", |
| 110 | + "@types/sinon": "^1.16.29", |
111 | 111 | "hoist-non-react-statics": "^1.2.0", |
112 | 112 | "invariant": "^2.2.1", |
113 | 113 | "lodash.flatten": "^4.2.0", |
114 | 114 | "lodash.isequal": "^4.1.1", |
115 | 115 | "lodash.isobject": "^3.0.2", |
116 | 116 | "object-assign": "^4.0.1", |
117 | | - "recompose": "^0.20.2" |
| 117 | + "recompose": "^0.20.2", |
| 118 | + "typed-graphql": "^1.0.2" |
118 | 119 | } |
119 | 120 | } |
0 commit comments