Skip to content

Commit

Permalink
Localize devDeps required by npm scripts. This is only needed for yar…
Browse files Browse the repository at this point in the history
…n2nix (at least this implementation), as yarn workspaces symlinks the bins usually
  • Loading branch information
rhyslbw committed Jul 2, 2020
1 parent e778cb7 commit df16541
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
8 changes: 7 additions & 1 deletion packages/api-cardano-db-hasura/package.json
Expand Up @@ -46,6 +46,12 @@
"p-retry": "^4.2.0"
},
"devDependencies": {
"@cardano-graphql/util-dev": "1.0.0-rc.12"
"@cardano-graphql/util-dev": "1.0.0-rc.12",
"@graphql-codegen/cli": "^1.15.2",
"@graphql-codegen/typescript": "^1.15.2",
"@graphql-codegen/typescript-graphql-files-modules": "^1.15.2",
"@graphql-codegen/typescript-resolvers": "^1.15.2",
"@types/node": "^14.0.13",
"typescript": "^3.9.5"
}
}
3 changes: 3 additions & 0 deletions packages/cli/package.json
Expand Up @@ -59,6 +59,9 @@
"ts-log": "^2.1.4",
"write-json-file": "^4.3.0"
},
"devDependencies": {
"typescript": "^3.9.5"
},
"directories": {
"lib": "src",
"test": "test"
Expand Down
5 changes: 4 additions & 1 deletion packages/server/package.json
Expand Up @@ -37,7 +37,10 @@
"ts-custom-error": "^3.1.1"
},
"devDependencies": {
"@cardano-graphql/util-dev": "1.0.0-rc.12"
"@cardano-graphql/util-dev": "1.0.0-rc.12",
"@types/graphql-depth-limit": "^1.1.2",
"@types/node": "^14.0.13",
"typescript": "^3.9.5"
},
"directories": {
"lib": "src",
Expand Down
6 changes: 2 additions & 4 deletions packages/util-dev/package.json
Expand Up @@ -20,10 +20,8 @@
"url": "https://github.com/input-output-hk/cardano-graphql/issues"
},
"homepage": "https://github.com/input-output-hk/cardano-graphql/blob/master/packages/util-dev/README.md",
"dependencies": {
"graphql": "14.5.8",
"graphql-tag": "^2.10.3",
"p-retry": "^4.2.0"
"devDependencies": {
"@cardano-graphql/util": "1.0.0-rc.12"
},
"directories": {
"lib": "src",
Expand Down
4 changes: 4 additions & 0 deletions packages/util/package.json
Expand Up @@ -25,6 +25,10 @@
"graphql-tag": "^2.10.3",
"p-retry": "^4.2.0"
},
"devDependencies": {
"@types/node": "^14.0.13",
"typescript": "^3.9.5"
},
"directories": {
"lib": "src",
"test": "test"
Expand Down

0 comments on commit df16541

Please sign in to comment.