Skip to content

Commit

Permalink
Update dependencies to close dependabot (#287)
Browse files Browse the repository at this point in the history
* Update deps

* Update script usage
  • Loading branch information
smyrick authored Jan 18, 2024
1 parent 6953096 commit 12a093f
Show file tree
Hide file tree
Showing 6 changed files with 4,155 additions and 715 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/*
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@
"license": "MIT",
"type": "module",
"dependencies": {
"@apollo/gateway": "^2.5.0",
"@apollo/gateway": "^2.6.3",
"clipanion": "^3.2.0-rc.13",
"graphql": "^16.6.0",
"graphql": "^16.8.1",
"graphql-request": "^4.3.0",
"graphql-tag": "^2.12.6",
"make-fetch-happen": "^10.1.8"
"make-fetch-happen": "^10.2.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.13.12",
"@graphql-codegen/typescript": "^2.8.2",
"@graphql-codegen/typescript-graphql-request": "^4.5.8",
"@graphql-codegen/typescript-operations": "^2.5.7",
"eslint": "^8.27.0",
"typescript": "^4.9.3"
"@graphql-codegen/cli": "^2.16.1",
"@graphql-codegen/typescript": "^2.8.8",
"@graphql-codegen/typescript-graphql-request": "^4.5.9",
"@graphql-codegen/typescript-operations": "^2.5.13",
"eslint": "^8.56.0",
"typescript": "^5.3.3"
},
"scripts": {
"gql": "yarn graphql-codegen && yarn tsc -p studio/tsconfig.json",
"dev": "node bin/index.js",
"dev:example": "yarn dev --supergraph example/supergraph.graphql --operation example/operation.graphql",
"dev:example:pretty": "yarn dev --supergraph example/supergraph.graphql --operation example/operation.graphql --pretty"
"dev:example:pretty": "yarn dev:example --pretty"
}
}
Loading

0 comments on commit 12a093f

Please sign in to comment.