Skip to content

Commit

Permalink
Upgrade dependencies (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
smyrick committed Sep 5, 2023
1 parent 688c7d4 commit b3d49c9
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
70 changes: 35 additions & 35 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"test:compile": "tsc"
},
"dependencies": {
"@apollo/server": "^4.7.5",
"@apollo/subgraph": "^2.4.8",
"@apollo/server": "^4.9.3",
"@apollo/subgraph": "^2.5.4",
"@faker-js/faker": "^8.0.2",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"graphql": "^16.7.1"
"graphql": "^16.8.0"
},
"devDependencies": {
"nodemon": "^2.0.22",
Expand Down

0 comments on commit b3d49c9

Please sign in to comment.