Skip to content

Commit 95daf18

Browse files
Upgrade graphql-codegen
1 parent a45c524 commit 95daf18

File tree

4 files changed

+781
-626
lines changed

4 files changed

+781
-626
lines changed

@app/graphql/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@
2020
},
2121
"devDependencies": {
2222
"@apollo/react-hooks": "^3.1.3",
23-
"@graphql-codegen/add": "^1.5.0",
24-
"@graphql-codegen/cli": "^1.8.3",
25-
"@graphql-codegen/typescript": "^1.8.3",
26-
"@graphql-codegen/typescript-operations": "^1.8.3",
27-
"@graphql-codegen/typescript-react-apollo": "1.9.1",
28-
"graphql-toolkit": "^0.7.1"
23+
"@graphql-codegen/add": "^1.12.1",
24+
"@graphql-codegen/cli": "^1.12.1",
25+
"@graphql-codegen/typescript": "^1.12.1",
26+
"@graphql-codegen/typescript-operations": "^1.12.1",
27+
"@graphql-codegen/typescript-react-apollo": "1.12.1"
2928
}
3029
}

@app/server/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@
1313
"@graphile-contrib/pg-simplify-inflector": "^5.0.0-beta.1",
1414
"@graphile/pg-pubsub": "^4.5.0",
1515
"@graphile/pro": "^0.9.0",
16-
"@types/chalk": "^2.2.0",
1716
"@types/connect-pg-simple": "^4.2.0",
1817
"@types/connect-redis": "^0.0.13",
1918
"@types/express-session": "^1.15.16",
20-
"@types/graphql": "*",
2119
"@types/helmet": "^0.0.45",
2220
"@types/morgan": "^1.7.36",
2321
"@types/passport": "^1.0.2",

@app/worker/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@app/config": "0.0.0",
14-
"@types/chalk": "^2.2.0",
1514
"@types/html-to-text": "^1.4.31",
1615
"@types/lodash": "^4.14.149",
1716
"@types/mjml": "^4.0.2",

0 commit comments

Comments
 (0)