Skip to content

Commit

Permalink
chore(deps): widen admissable version range for h3
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Nov 20, 2022
1 parent 6a8df13 commit 0ce0ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"peerDependencies": {
"@apollo/server": "^4.1.1",
"h3": "^1.0.1"
"h3": "^0.8.6 || ^1.0.0"
},
"devDependencies": {
"@apollo/server": "^4.1.1",
Expand Down

0 comments on commit 0ce0ce4

Please sign in to comment.