Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #39 from apollographql/graphql-dev-dep
Browse files Browse the repository at this point in the history
move graphql types to dev dependency
  • Loading branch information
evans authored Aug 9, 2017
2 parents 95c79bd + b7d24db commit 3308e30
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 35 deletions.
8 changes: 3 additions & 5 deletions packages/apollo-link-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link-core",
"version": "0.3.1",
"version": "0.4.0",
"description": "Flexible, lightweight transport layer for GraphQL",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -41,11 +41,12 @@
"dependencies": {
"graphql": "^0.10.3",
"graphql-tag": "^2.4.2",
"zen-observable-ts": "^0.2.0"
"zen-observable-ts": "^0.3.0"
},
"devDependencies": {
"@types/chai": "^4.0.0",
"@types/chai-as-promised": "0.0.31",
"@types/graphql": "~0.10.2",
"@types/mocha": "^2.2.31",
"@types/sinon": "^2.3.2",
"chai": "^4.0.2",
Expand All @@ -60,8 +61,5 @@
"source-map-support": "^0.4.5",
"tslint": "^5.0.0",
"typescript": "^2.2.1"
},
"optionalDependencies": {
"@types/graphql": "~0.10.2"
}
}
8 changes: 3 additions & 5 deletions packages/apollo-link-dedup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link-dedup",
"version": "0.1.1",
"version": "0.2.0",
"description": "Deduplicates queries that are currently on the wire",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -40,12 +40,13 @@
},
"dependencies": {
"apollo-fetch": "^0.6.0",
"apollo-link-core": "^0.3.1",
"apollo-link-core": "^0.4.0",
"graphql": "^0.10.5"
},
"devDependencies": {
"@types/chai": "^4.0.0",
"@types/chai-as-promised": "0.0.31",
"@types/graphql": "~0.10.2",
"@types/mocha": "^2.2.31",
"@types/sinon": "^2.3.2",
"chai": "^4.0.2",
Expand All @@ -61,8 +62,5 @@
"source-map-support": "^0.4.5",
"tslint": "^5.0.0",
"typescript": "^2.2.1"
},
"optionalDependencies": {
"@types/graphql": "~0.10.2"
}
}
8 changes: 3 additions & 5 deletions packages/apollo-link-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link-http",
"version": "0.3.1",
"version": "0.4.0",
"description": "HTTP transport layer for GraphQL",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -40,12 +40,13 @@
},
"dependencies": {
"apollo-fetch": "^0.6.0",
"apollo-link-core": "^0.3.1",
"apollo-link-core": "^0.4.0",
"graphql": "^0.10.5"
},
"devDependencies": {
"@types/chai": "^4.0.0",
"@types/chai-as-promised": "0.0.31",
"@types/graphql": "~0.10.2",
"@types/mocha": "^2.2.31",
"@types/sinon": "^2.3.2",
"chai": "^4.0.2",
Expand All @@ -61,8 +62,5 @@
"source-map-support": "^0.4.5",
"tslint": "^5.0.0",
"typescript": "^2.2.1"
},
"optionalDependencies": {
"@types/graphql": "~0.10.2"
}
}
4 changes: 2 additions & 2 deletions packages/apollo-link-polling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link-polling",
"version": "0.3.1",
"version": "0.4.0",
"description": "Polling Apollo Link for GraphQL Network Stack",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -39,7 +39,7 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"apollo-link-core": "^0.3.1"
"apollo-link-core": "^0.4.0"
},
"devDependencies": {
"@types/chai": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/apollo-link-retry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link-retry",
"version": "0.3.1",
"version": "0.4.0",
"description": "Retry Apollo Link for GraphQL Network Stack",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -39,7 +39,7 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"apollo-link-core": "^0.3.1"
"apollo-link-core": "^0.4.0"
},
"devDependencies": {
"@types/chai": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/apollo-link-set-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link-set-context",
"version": "0.3.1",
"version": "0.4.0",
"description": "Apollo Link that enables context setting",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -39,7 +39,7 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"apollo-link-core": "^0.3.1"
"apollo-link-core": "^0.4.0"
},
"devDependencies": {
"@types/chai": "^4.0.0",
Expand Down
8 changes: 3 additions & 5 deletions packages/apollo-link-ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link-ws",
"version": "0.1.1",
"version": "0.2.0",
"description": "WebSocket transport layer for GraphQL",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -39,12 +39,13 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"apollo-link-core": "^0.3.1",
"apollo-link-core": "^0.4.0",
"subscriptions-transport-ws": "^0.8.2"
},
"devDependencies": {
"@types/chai": "^4.0.0",
"@types/chai-as-promised": "0.0.31",
"@types/graphql": "~0.10.2",
"@types/mocha": "^2.2.31",
"@types/sinon": "^2.3.2",
"chai": "^4.0.2",
Expand All @@ -61,8 +62,5 @@
"source-map-support": "^0.4.5",
"tslint": "^5.0.0",
"typescript": "^2.2.1"
},
"optionalDependencies": {
"@types/graphql": "~0.10.2"
}
}
17 changes: 9 additions & 8 deletions packages/apollo-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link",
"version": "0.3.1",
"version": "0.4.0",
"description": "Flexible, lightweight transport layer for GraphQL",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -39,17 +39,18 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"apollo-link-core": "^0.3.1",
"apollo-link-dedup": "^0.1.1",
"apollo-link-http": "^0.3.1",
"apollo-link-polling": "^0.3.1",
"apollo-link-retry": "^0.3.1",
"apollo-link-set-context": "^0.3.1",
"apollo-link-ws": "^0.1.1"
"apollo-link-core": "^0.4.0",
"apollo-link-dedup": "^0.2.0",
"apollo-link-http": "^0.4.0",
"apollo-link-polling": "^0.4.0",
"apollo-link-retry": "^0.4.0",
"apollo-link-set-context": "^0.4.0",
"apollo-link-ws": "^0.2.0"
},
"devDependencies": {
"@types/chai": "^4.0.0",
"@types/chai-as-promised": "0.0.31",
"@types/graphql": "^0.10.2",
"@types/mocha": "^2.2.31",
"@types/sinon": "^2.3.2",
"chai": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/zen-observable-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zen-observable-ts",
"version": "0.2.0",
"version": "0.3.0",
"description": "An Implementation of ES Observables in Typescript",
"author": "Evans Hauser <evanshauser@gmail.com>",
"contributors": [],
Expand Down

0 comments on commit 3308e30

Please sign in to comment.