Skip to content

Commit 316afb7

Browse files
Merge pull request #27 from apollo-server-integrations/trevor/as-4-official
Official support for Apollo Server v4.0.0
2 parents b22adbc + 1152e7e commit 316afb7

File tree

3 files changed

+116
-50
lines changed

3 files changed

+116
-50
lines changed

.changeset/tame-masks-explain.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@as-integrations/aws-lambda': major
3+
---
4+
5+
Official support for Apollo Server v4.0.0

package-lock.json

Lines changed: 108 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"watch": "tsc --build --watch"
3333
},
3434
"dependencies": {
35-
"@types/aws-lambda": "latest"
35+
"@types/aws-lambda": "^8.10.106"
3636
},
3737
"devDependencies": {
38-
"@apollo/server-integration-testsuite": "4.0.0-alpha.13",
38+
"@apollo/server-integration-testsuite": "4.0.0",
3939
"@apollo/utils.withrequired": "1.0.0",
4040
"@changesets/changelog-github": "0.4.7",
4141
"@changesets/cli": "2.25.0",
@@ -50,7 +50,7 @@
5050
"typescript": "4.8.4"
5151
},
5252
"peerDependencies": {
53-
"@apollo/server": "^4.0.0-alpha.13"
53+
"@apollo/server": "^4.0.0"
5454
},
5555
"volta": {
5656
"node": "16.17.1",

0 commit comments

Comments
 (0)