Skip to content

Commit 8aa5e20

Browse files
committed
Update deps
1 parent 58dfa36 commit 8aa5e20

File tree

2 files changed

+1289
-920
lines changed

2 files changed

+1289
-920
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
},
2121
"homepage": "https://github.com/APIs-guru/graphql-coverage#readme",
2222
"dependencies": {
23-
"chalk": "^2.1.0",
24-
"express": "^4.16.1",
23+
"chalk": "2.1.0",
24+
"express": "4.16.4",
2525
"express-graphql": "github:apis-guru/express-graphql#applyFn_dist",
26-
"graphql": "^0.11.7",
27-
"node-fetch": "^1.7.3"
26+
"graphql": "0.11.7",
27+
"node-fetch": "2.3.0"
2828
},
2929
"devDependencies": {
30-
"@types/chalk": "^0.4.31",
31-
"@types/express": "^4.0.37",
32-
"@types/graphql": "^0.11.5",
33-
"@types/node-fetch": "^1.6.7",
34-
"nodemon": "^1.12.1",
35-
"ts-node": "^3.3.0",
36-
"typescript": "^2.5.3"
30+
"@types/chalk": "0.4.31",
31+
"@types/express": "4.16.1",
32+
"@types/graphql": "14.2.0",
33+
"@types/node-fetch": "2.3.1",
34+
"nodemon": "1.18.11",
35+
"ts-node": "8.0.3",
36+
"typescript": "3.4.3"
3737
}
3838
}

0 commit comments

Comments
 (0)