Skip to content

Commit 387411c

Browse files
committed
Update devDependencies
1 parent 778129b commit 387411c

File tree

2 files changed

+398
-197
lines changed

2 files changed

+398
-197
lines changed

Diff for: package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@
1414
"react-dom": "16.8.6"
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",
17+
"@graphql-codegen/cli": "1.7.0",
18+
"@graphql-codegen/fragment-matcher": "1.7.0",
19+
"@graphql-codegen/introspection": "1.7.0",
20+
"@graphql-codegen/typescript": "1.7.0",
21+
"@graphql-codegen/typescript-operations": "1.7.0",
22+
"@graphql-codegen/typescript-react-apollo": "1.7.0",
23+
"@types/graphql": "14.2.3",
24+
"@types/node": "12.7.5",
25+
"@types/react": "16.9.2",
26+
"@types/react-dom": "16.9.0",
2727
"@types/yaml": "1.0.2",
28-
"dotenv": "8.0.0",
29-
"ts-node": "8.3.0",
30-
"typescript": "3.5.2",
28+
"dotenv": "8.1.0",
29+
"ts-node": "8.4.1",
30+
"typescript": "3.6.3",
3131
"yaml": "1.6.0"
3232
},
3333
"scripts": {

0 commit comments

Comments
 (0)