mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
chore(deps): pin dependencies
This commit is contained in:
parent
3471a69542
commit
384bb87234
2 changed files with 5 additions and 5 deletions
|
@ -30,10 +30,10 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/graphql": "0.11.5",
|
"@types/graphql": "0.11.5",
|
||||||
"@adonisjs/bodyparser": "^2.0.0",
|
"@adonisjs/bodyparser": "2.0.0",
|
||||||
"@adonisjs/fold": "^4.0.5",
|
"@adonisjs/fold": "4.0.5",
|
||||||
"@adonisjs/framework": "^4.0.27",
|
"@adonisjs/framework": "4.0.28",
|
||||||
"@adonisjs/sink": "^1.0.13",
|
"@adonisjs/sink": "1.0.13",
|
||||||
"apollo-server-integration-testsuite": "^1.2.0"
|
"apollo-server-integration-testsuite": "^1.2.0"
|
||||||
},
|
},
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
"@types/graphql": "0.11.5",
|
"@types/graphql": "0.11.5",
|
||||||
"fibers": "1.0.15",
|
"fibers": "1.0.15",
|
||||||
"meteor-promise": "0.8.6",
|
"meteor-promise": "0.8.6",
|
||||||
"typescript": "^2.5.3"
|
"typescript": "2.6.2"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"graphql": "^0.9.0 || ^0.10.0 || ^0.11.0"
|
"graphql": "^0.9.0 || ^0.10.0 || ^0.11.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue