Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 851cf07

Browse files
committed
docs(graphql-cookbook): Update @types/lodash because we use new TypeScript now
1 parent 916a734 commit 851cf07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/docs/_examples/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@angular/upgrade": "~4.0.0",
2828
"angular-in-memory-web-api": "~0.3.1",
2929
"apollo-angular": "^0.12.0",
30-
"apollo-client": "^1.0.0-rc.6",
31-
"apollo-test-utils": "^0.2.1",
30+
"apollo-client": "^1.0.0-rc.4",
31+
"apollo-test-utils": "0.2.1",
3232
"core-js": "^2.4.1",
3333
"graphql": "^0.9.1",
3434
"graphql-subscriptions": "^0.3.1",
@@ -52,7 +52,7 @@
5252
"@types/graphql": "^0.8.6",
5353
"@types/isomorphic-fetch": "0.0.33",
5454
"@types/jasmine": "2.5.36",
55-
"@types/lodash": "4.14.50",
55+
"@types/lodash": "^4.14.58",
5656
"@types/node": "^6.0.45",
5757
"angular2-template-loader": "^0.6.0",
5858
"awesome-typescript-loader": "^3.0.4",

0 commit comments

Comments
 (0)