Skip to content

Commit a284fe2

Browse files
chore(deps): update all non-major dependencies (#26)
* chore(deps): update all non-major dependencies * Update AS peer as well, remove unneeded graphql peer dep Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Trevor Scheer <trevor.scheer@gmail.com>
1 parent e19821d commit a284fe2

3 files changed

Lines changed: 60 additions & 51 deletions

File tree

.changeset/wicked-roses-protect.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@as-integrations/koa': minor
3+
---
4+
5+
Officially support Apollo Server v4.0.0

package-lock.json

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

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@
3939
"watch": "tsc --build --watch"
4040
},
4141
"devDependencies": {
42-
"@apollo/server": "4.0.0-rc.15",
43-
"@apollo/server-integration-testsuite": "4.0.0-alpha.13",
42+
"@apollo/server": "4.0.0",
43+
"@apollo/server-integration-testsuite": "4.0.0",
4444
"@changesets/changelog-github": "0.4.7",
4545
"@changesets/cli": "2.25.0",
4646
"@koa/cors": "4.0.0",
4747
"@types/jest": "28.1.8",
4848
"@types/koa": "2.13.5",
4949
"@types/koa-bodyparser": "4.3.8",
5050
"@types/koa__cors": "3.3.0",
51-
"@types/node": "14.18.31",
51+
"@types/node": "14.18.32",
5252
"@types/supertest": "2.0.12",
5353
"cspell": "6.12.0",
5454
"graphql": "16.6.0",
@@ -57,14 +57,13 @@
5757
"koa": "2.13.4",
5858
"koa-bodyparser": "4.3.0",
5959
"prettier": "2.7.1",
60-
"supertest": "6.2.4",
60+
"supertest": "6.3.0",
6161
"ts-jest": "28.0.8",
6262
"ts-node": "10.9.1",
6363
"typescript": "4.8.4"
6464
},
6565
"peerDependencies": {
66-
"@apollo/server": "^4.0.0-alpha.13",
67-
"graphql": "^16.6.0",
66+
"@apollo/server": "^4.0.0",
6867
"koa": "^2.0.0"
6968
},
7069
"volta": {

0 commit comments

Comments
 (0)