Skip to content

Commit

Permalink
Mark grats as a dev dependency in all examples
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Jan 23, 2024
1 parent 426494e commit c09c486
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 16 deletions.
4 changes: 3 additions & 1 deletion examples/strict-semantic-nullability/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
},
"homepage": "https://github.com/captbaritone/grats#readme",
"dependencies": {
"graphql-yoga": "^5.0.0"
},
"devDependencies": {
"@types/node": "^20.8.10",
"graphql-yoga": "^5.0.0",
"grats": "workspace:*"
}
}
8 changes: 4 additions & 4 deletions examples/ts-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
},
"homepage": "https://github.com/captbaritone/grats#readme",
"dependencies": {
"@types/node": "^20.8.10",
"graphql-yoga": "^5.0.0",
"grats": "workspace:*"
"graphql-yoga": "^5.0.0"
},
"devDependencies": {
"ts-node": "^10.9.1"
"@types/node": "^20.8.10",
"ts-node": "^10.9.1",
"grats": "workspace:*"
}
}
4 changes: 3 additions & 1 deletion examples/yoga/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
},
"homepage": "https://github.com/captbaritone/grats#readme",
"dependencies": {
"graphql-yoga": "^5.0.0"
},
"devDependencies": {
"@types/node": "^20.8.10",
"graphql-yoga": "^5.0.0",
"grats": "workspace:*"
}
}
22 changes: 12 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c09c486

Please sign in to comment.