Skip to content

Commit ab85286

Browse files
renovate[bot]heavenshell
authored andcommittedNov 9, 2019
Update devDependencies (#12)
1 parent db7b896 commit ab85286

File tree

2 files changed

+2181
-249
lines changed

2 files changed

+2181
-249
lines changed
 

‎package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@
1414
"react-dom": "16.10.2"
1515
},
1616
"devDependencies": {
17-
"@graphql-codegen/cli": "1.3.1",
18-
"@graphql-codegen/fragment-matcher": "1.3.1",
19-
"@graphql-codegen/introspection": "1.3.1",
20-
"@graphql-codegen/typescript": "1.3.1",
21-
"@graphql-codegen/typescript-operations": "1.3.1",
22-
"@graphql-codegen/typescript-react-apollo": "1.3.1",
23-
"@types/graphql": "14.2.2",
24-
"@types/node": "12.0.10",
25-
"@types/react": "16.8.22",
26-
"@types/react-dom": "16.8.4",
27-
"@types/yaml": "1.0.2",
28-
"dotenv": "8.0.0",
29-
"ts-node": "8.3.0",
30-
"typescript": "3.5.2",
31-
"yaml": "1.6.0"
17+
"@graphql-codegen/cli": "1.8.1",
18+
"@graphql-codegen/fragment-matcher": "1.8.1",
19+
"@graphql-codegen/introspection": "1.8.1",
20+
"@graphql-codegen/typescript": "1.8.1",
21+
"@graphql-codegen/typescript-operations": "1.8.1",
22+
"@graphql-codegen/typescript-react-apollo": "1.8.1",
23+
"@types/graphql": "14.2.3",
24+
"@types/node": "12.11.1",
25+
"@types/react": "16.9.7",
26+
"@types/react-dom": "16.9.2",
27+
"@types/yaml": "1.2.0",
28+
"dotenv": "8.2.0",
29+
"ts-node": "8.4.1",
30+
"typescript": "3.6.4",
31+
"yaml": "1.7.2"
3232
},
3333
"scripts": {
3434
"codegen": "graphql-codegen --require dotenv/config"

‎yarn.lock

+2,166-234
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.