Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
smyrick committed Jan 18, 2024
1 parent 6953096 commit 13b9744
Show file tree
Hide file tree
Showing 6 changed files with 4,154 additions and 714 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/*
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
"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",
Expand Down
Loading

0 comments on commit 13b9744

Please sign in to comment.