Skip to content

Commit

Permalink
updated express
Browse files Browse the repository at this point in the history
  • Loading branch information
anishagg17 committed Mar 17, 2021
1 parent 61edc43 commit 76947e3
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 124 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"branch": "master"
},
"ava": {
"files": ["dist/**/*.test.js"]
"files": [
"dist/**/*.test.js"
]
},
"dependencies": {
"@types/aws-lambda": "8.10.13",
Expand All @@ -45,7 +47,7 @@
"apollo-upload-server": "^7.0.0",
"body-parser-graphql": "1.1.0",
"cors": "^2.8.4",
"express": "^4.16.3",
"express": "^4.17.1",
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0",
"graphql-deduplicator": "^2.0.1",
"graphql-import": "^0.7.0",
Expand Down
Loading

0 comments on commit 76947e3

Please sign in to comment.