Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #512 from aerogear/adding-types
Browse files Browse the repository at this point in the history
fix: adding missing package crashing Apollo server
  • Loading branch information
wtrocki authored Nov 23, 2019
2 parents fff13c9 + f776668 commit 204c54b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/generator-fullstack/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@types/cors": "2.8.6",
"@types/express": "4.17.2",
"@types/node": "12.12.5",
"@types/node-fetch": "^2.5.4",
"apollo-server-express": "2.9.12",
"cors": "2.8.5",
"express": "4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/runtime-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/graphql": "14.2.3",
"@types/ioredis": "4.0.18",
"@types/node-fetch": "^2.5.4",
"ts-node": "8.4.1",
"tslint": "5.20.0",
"typescript": "3.6.4"
Expand Down

0 comments on commit 204c54b

Please sign in to comment.