chore(deps): pin dependencies

This commit is contained in:
renovate[bot] 2017-12-09 13:28:26 +00:00
parent 3471a69542
commit 384bb87234
2 changed files with 5 additions and 5 deletions

View file

@ -30,10 +30,10 @@
},
"devDependencies": {
"@types/graphql": "0.11.5",
"@adonisjs/bodyparser": "^2.0.0",
"@adonisjs/fold": "^4.0.5",
"@adonisjs/framework": "^4.0.27",
"@adonisjs/sink": "^1.0.13",
"@adonisjs/bodyparser": "2.0.0",
"@adonisjs/fold": "4.0.5",
"@adonisjs/framework": "4.0.28",
"@adonisjs/sink": "1.0.13",
"apollo-server-integration-testsuite": "^1.2.0"
},
"typings": "dist/index.d.ts",

View file

@ -29,7 +29,7 @@
"@types/graphql": "0.11.5",
"fibers": "1.0.15",
"meteor-promise": "0.8.6",
"typescript": "^2.5.3"
"typescript": "2.6.2"
},
"peerDependencies": {
"graphql": "^0.9.0 || ^0.10.0 || ^0.11.0"