Skip to content

Commit fa88502

Browse files
committed
minor version bump for apollo server v5 peerDependency and various minor upgrade chores
1 parent 6c42063 commit fa88502

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@as-integrations/hapi",
33
"description": "An Apollo Server integration for use with Hapi",
4-
"version": "3.0.0",
4+
"version": "2.0.2",
55
"author": {
66
"name": "David Castro",
77
"email": "arimus@gmail.com"
@@ -56,7 +56,7 @@
5656
"typescript": "5.9.2"
5757
},
5858
"peerDependencies": {
59-
"@apollo/server": "^5.0.0",
59+
"@apollo/server": "^4.0.0 || ^5.0.0",
6060
"@hapi/hapi": "^20.2.2 || ^21.0.0"
6161
},
6262
"overrides": {

0 commit comments

Comments
 (0)