Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.8.1 #425

Merged
merged 16 commits into from
Jun 14, 2017
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@
"release": "lerna publish"
},
"devDependencies": {
"@types/chai": "^3.5.2",
"@types/chai": "^4.0.0",
"@types/mocha": "^2.2.41",
"@types/node": "^7.0.22",
"@types/sinon": "^2.2.2",
"chai": "^4.0.0",
"@types/node": "^7.0.31",
"@types/sinon": "^2.3.1",
"chai": "^4.0.2",
"graphql": "^0.10.1",
"istanbul": "1.0.0-alpha.2",
"lerna": "2.0.0-rc.5",
"mocha": "^3.4.2",
"npm-check-updates": "^2.11.2",
"npm-check-updates": "^2.11.3",
"remap-istanbul": "^0.9.5",
"sinon": "^2.3.2",
"sinon": "^2.3.4",
"supertest": "^3.0.0",
"supertest-as-promised": "^4.0.2",
"tslint": "^5.3.2",
"tslint": "^5.4.3",
"typescript": "^2.3.4"
}
}
8 changes: 4 additions & 4 deletions packages/graphql-server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"homepage": "https://github.com/apollostack/graphql-server#readme",
"devDependencies": {
"@types/fibers": "0.0.29",
"@types/graphql": "^0.9.0",
"fibers": "^1.0.15",
"meteor-promise": "^0.8.2"
"@types/graphql": "^0.9.1",
"fibers": "^2.0.0",
Copy link
Contributor Author

@helfer helfer Jun 13, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line here is the problem. Fibers should not be updated. We might have to use a specific version range >= 1.0.15 < 2.0.0 here, but I don't know if that would work, and to test it we either have to dig through the lerna source, or try a new release...

"meteor-promise": "^0.8.4"
},
"peerDependencies": {
"graphql": "^0.9.0 || ^0.10.1"
},
"optionalDependencies": {
"@types/graphql": "^0.9.0"
"@types/graphql": "^0.9.1"
},
"typings": "dist/index.d.ts",
"typescript": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/body-parser": "1.16.3",
"@types/connect": "^3.4.30",
"@types/express": "^4.0.35",
"@types/multer": "0.0.33",
"@types/multer": "1.3.0",
"body-parser": "^1.17.2",
"connect": "^3.6.2",
"connect-query": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-server-hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"graphql-server-module-graphiql": "^0.8.1"
},
"devDependencies": {
"@types/boom": "4.3.2",
"@types/boom": "4.3.5",
"@types/graphql": "^0.9.1",
"@types/hapi": "^16.1.4",
"graphql-server-integration-testsuite": "^0.8.1",
Expand All @@ -41,7 +41,7 @@
},
"optionalDependencies": {
"@types/graphql": "^0.9.1",
"@types/hapi": "^16.1.2"
"@types/hapi": "^16.1.4"
},
"typings": "dist/index.d.ts",
"typescript": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"graphql-server-module-graphiql": "^0.8.1"
},
"devDependencies": {
"@types/aws-lambda": "0.0.10",
"@types/aws-lambda": "0.0.12",
"@types/graphql": "^0.9.1",
"graphql-server-integration-testsuite": "^0.8.1"
},
Expand Down