Skip to content

Commit

Permalink
Share devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Apr 1, 2020
1 parent d346290 commit 896e2ab
Show file tree
Hide file tree
Showing 21 changed files with 13 additions and 150 deletions.
17 changes: 0 additions & 17 deletions graphql-tools.md

This file was deleted.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,18 @@
]
},
"devDependencies": {
"@types/jest": "25.1.4",
"bob-the-bundler": "0.3.4",
"graphql": "14.6.0",
"husky": "4.2.3",
"jest": "25.2.4",
"lerna": "3.20.2",
"lint-staged": "10.1.1",
"prettier": "2.0.2",
"typescript": "3.8.3",
"tslint": "6.1.0"
"rimraf": "3.0.2",
"tslint": "6.1.0",
"ts-jest": "25.3.0",
"typescript": "3.8.3"
},
"workspaces": [
"packages/*",
Expand Down
8 changes: 1 addition & 7 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,9 @@
"input": "./src/index.ts"
},
"devDependencies": {
"bob-the-bundler": "0.3.4",
"@types/aggregate-error": "1.0.1",
"@types/jest": "25.1.4",
"@types/lodash.get": "4.4.6",
"@types/lodash.set": "4.3.6",
"graphql": "14.6.0",
"jest": "25.2.4",
"ts-jest": "25.3.0",
"typescript": "3.8.3"
"@types/lodash.set": "4.3.6"
},
"dependencies": {
"@graphql-toolkit/types": "0.9.12",
Expand Down
9 changes: 1 addition & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,11 @@
"input": "./src/index.ts"
},
"devDependencies": {
"bob-the-bundler": "0.3.4",
"@types/is-glob": "4.0.1",
"@types/jest": "25.1.4",
"@types/lodash": "4.14.149",
"@types/valid-url": "1.0.3",
"graphql": "14.6.0",
"graphql-tag": "2.10.3",
"graphql-type-json": "0.3.1",
"jest": "25.2.4",
"rimraf": "3.0.2",
"ts-jest": "25.3.0",
"typescript": "3.8.3"
"graphql-type-json": "0.3.1"
},
"dependencies": {
"@graphql-toolkit/common": "0.9.12",
Expand Down
8 changes: 0 additions & 8 deletions packages/file-loading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@
"buildOptions": {
"input": "./src/index.ts"
},
"devDependencies": {
"bob-the-bundler": "0.3.4",
"@types/jest": "25.1.4",
"graphql": "14.6.0",
"jest": "25.2.4",
"ts-jest": "25.3.0",
"typescript": "3.8.3"
},
"dependencies": {
"globby": "11.0.0",
"unixify": "1.0.0"
Expand Down
5 changes: 0 additions & 5 deletions packages/graphql-tag-pluck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,10 @@
"vue-template-compiler": "^2.6.11"
},
"devDependencies": {
"bob-the-bundler": "0.3.4",
"@types/babel__traverse": "7.0.9",
"@types/fs-extra": "8.1.0",
"@types/jest": "25.1.4",
"fs-extra": "9.0.0",
"graphql": "14.6.0",
"jest": "25.2.4",
"ts-jest": "25.3.0",
"typescript": "3.8.3",
"vue-template-compiler": "2.6.11"
},
"publishConfig": {
Expand Down
8 changes: 0 additions & 8 deletions packages/loaders/apollo-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@
"buildOptions": {
"input": "./src/index.ts"
},
"devDependencies": {
"bob-the-bundler": "0.3.4",
"@types/jest": "25.1.4",
"graphql": "14.6.0",
"jest": "25.2.4",
"ts-jest": "25.3.0",
"typescript": "3.8.3"
},
"dependencies": {
"@graphql-toolkit/common": "0.9.12",
"apollo-language-server": "1.21.0",
Expand Down
9 changes: 0 additions & 9 deletions packages/loaders/code-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@
"buildOptions": {
"input": "./src/index.ts"
},
"devDependencies": {
"bob-the-bundler": "0.3.4",
"@graphql-toolkit/core": "0.9.12",
"@types/jest": "25.1.4",
"graphql": "14.6.0",
"jest": "25.2.4",
"ts-jest": "25.3.0",
"typescript": "3.8.3"
},
"dependencies": {
"@graphql-toolkit/common": "0.9.12",
"@graphql-toolkit/graphql-tag-pluck": "0.9.12",
Expand Down
5 changes: 0 additions & 5 deletions packages/loaders/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@
"buildOptions": {
"input": "./src/index.ts"
},
"devDependencies": {
"bob-the-bundler": "0.3.4",
"graphql": "14.6.0",
"typescript": "3.8.3"
},
"dependencies": {
"@graphql-toolkit/common": "0.9.12",
"@graphql-toolkit/graphql-tag-pluck": "0.9.12",
Expand Down
5 changes: 0 additions & 5 deletions packages/loaders/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@
"buildOptions": {
"input": "./src/index.ts"
},
"devDependencies": {
"bob-the-bundler": "0.3.4",
"graphql": "14.6.0",
"typescript": "3.8.3"
},
"dependencies": {
"@graphql-toolkit/common": "0.9.12",
"@graphql-toolkit/graphql-tag-pluck": "0.9.12",
Expand Down
5 changes: 0 additions & 5 deletions packages/loaders/graphql-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@
"buildOptions": {
"input": "./src/index.ts"
},
"devDependencies": {
"bob-the-bundler": "0.3.4",
"graphql": "14.6.0",
"typescript": "3.8.3"
},
"dependencies": {
"@graphql-toolkit/common": "0.9.12",
"tslib": "1.11.1"
Expand Down
5 changes: 0 additions & 5 deletions packages/loaders/json-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@
"buildOptions": {
"input": "./src/index.ts"
},
"devDependencies": {
"bob-the-bundler": "0.3.4",
"graphql": "14.6.0",
"typescript": "3.8.3"
},
"dependencies": {
"@graphql-toolkit/common": "0.9.12",
"tslib": "1.11.1"
Expand Down
5 changes: 0 additions & 5 deletions packages/loaders/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@
"buildOptions": {
"input": "./src/index.ts"
},
"devDependencies": {
"bob-the-bundler": "0.3.4",
"graphql": "14.6.0",
"typescript": "3.8.3"
},
"dependencies": {
"@graphql-toolkit/common": "0.9.12",
"tslib": "1.11.1"
Expand Down
8 changes: 0 additions & 8 deletions packages/loaders/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@
"buildOptions": {
"input": "./src/index.ts"
},
"devDependencies": {
"bob-the-bundler": "0.3.4",
"@types/jest": "25.1.4",
"graphql": "14.6.0",
"jest": "25.2.4",
"ts-jest": "25.3.0",
"typescript": "3.8.3"
},
"dependencies": {
"@graphql-toolkit/common": "0.9.12",
"@graphql-toolkit/url-loader": "0.9.12",
Expand Down
9 changes: 1 addition & 8 deletions packages/loaders/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,11 @@
"input": "./src/index.ts"
},
"devDependencies": {
"bob-the-bundler": "0.3.4",
"@graphql-toolkit/core": "0.9.12",
"@types/express": "4.17.4",
"@types/jest": "25.1.4",
"@types/supertest": "2.0.8",
"apollo-server-express": "2.11.0",
"express": "4.17.1",
"graphql": "14.6.0",
"jest": "25.2.4",
"supertest": "4.0.2",
"ts-jest": "25.3.0",
"typescript": "3.8.3"
"supertest": "4.0.2"
},
"dependencies": {
"@graphql-toolkit/common": "0.9.12",
Expand Down
8 changes: 0 additions & 8 deletions packages/polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@
"dependencies": {
"@graphql-toolkit/version": "0.9.12"
},
"devDependencies": {
"bob-the-bundler": "0.3.4",
"@types/jest": "25.1.4",
"graphql": "14.6.0",
"jest": "25.2.4",
"ts-jest": "25.3.0",
"typescript": "3.8.3"
},
"publishConfig": {
"access": "public",
"directory": "dist"
Expand Down
8 changes: 1 addition & 7 deletions packages/relay-operation-optimizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,7 @@
"relay-compiler": "9.0.0"
},
"devDependencies": {
"bob-the-bundler": "0.3.4",
"@types/jest": "25.1.4",
"@types/relay-compiler": "8.0.0",
"graphql": "14.6.0",
"jest": "25.2.4",
"ts-jest": "25.3.0",
"typescript": "3.8.3"
"@types/relay-compiler": "8.0.0"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 1 addition & 7 deletions packages/schema-merging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@
"input": "./src/index.ts"
},
"devDependencies": {
"bob-the-bundler": "0.3.4",
"@types/deepmerge": "2.2.0",
"@types/jest": "25.1.4",
"graphql": "14.6.0",
"jest": "25.2.4",
"ts-jest": "25.3.0",
"typescript": "3.8.3"
"@types/deepmerge": "2.2.0"
},
"dependencies": {
"@graphql-toolkit/common": "0.9.12",
Expand Down
8 changes: 1 addition & 7 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@
"input": "./src/index.ts"
},
"devDependencies": {
"bob-the-bundler": "0.3.4",
"@types/deepmerge": "2.2.0",
"@types/jest": "25.1.4",
"graphql": "14.6.0",
"jest": "25.2.4",
"ts-jest": "25.3.0",
"typescript": "3.8.3"
"@types/deepmerge": "2.2.0"
},
"dependencies": {
"@graphql-toolkit/common": "0.9.12",
Expand Down
8 changes: 0 additions & 8 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@
"buildOptions": {
"input": "./src/index.ts"
},
"devDependencies": {
"bob-the-bundler": "0.3.4",
"@types/jest": "25.1.4",
"graphql": "14.6.0",
"jest": "25.2.4",
"ts-jest": "25.3.0",
"typescript": "3.8.3"
},
"publishConfig": {
"access": "public",
"directory": "dist"
Expand Down
8 changes: 0 additions & 8 deletions packages/version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@
"buildOptions": {
"input": "./src/index.ts"
},
"devDependencies": {
"bob-the-bundler": "0.3.4",
"@types/jest": "25.1.4",
"graphql": "14.6.0",
"jest": "25.2.4",
"ts-jest": "25.3.0",
"typescript": "3.8.3"
},
"publishConfig": {
"access": "public",
"directory": "dist"
Expand Down

0 comments on commit 896e2ab

Please sign in to comment.