Skip to content

Commit c8c027d

Browse files
committed
chore(deps): update devdependencies
1 parent e1ef732 commit c8c027d

File tree

2 files changed

+820
-49
lines changed

2 files changed

+820
-49
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
1515
},
1616
"devDependencies": {
1717
"@graphql-codegen/cli": "1.8.1",
18-
"@graphql-codegen/fragment-matcher": "1.8.1",
18+
"@graphql-codegen/fragment-matcher": "2.0.1",
1919
"@graphql-codegen/introspection": "1.8.1",
2020
"@graphql-codegen/typescript": "1.8.1",
2121
"@graphql-codegen/typescript-operations": "1.8.1",
22-
"@graphql-codegen/typescript-react-apollo": "1.8.1",
22+
"@graphql-codegen/typescript-react-apollo": "2.2.4",
2323
"@types/graphql": "14.2.3",
2424
"@types/node": "12.11.1",
25-
"@types/react": "16.9.7",
26-
"@types/react-dom": "16.9.2",
25+
"@types/react": "17.0.4",
26+
"@types/react-dom": "17.0.3",
2727
"@types/yaml": "1.2.0",
2828
"dotenv": "8.2.0",
29-
"ts-node": "8.4.1",
30-
"typescript": "3.6.4",
29+
"ts-node": "9.1.1",
30+
"typescript": "4.2.4",
3131
"yaml": "1.7.2"
3232
},
3333
"scripts": {

0 commit comments

Comments
 (0)