Skip to content

Commit

Permalink
chore(deps): use uWebSockets.js as peer dependency (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtritto authored Nov 30, 2024
1 parent 87659fc commit d715d78
Show file tree
Hide file tree
Showing 4 changed files with 6,247 additions and 12,082 deletions.
9 changes: 6 additions & 3 deletions packages/adapter/adapter-uwebsockets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,14 @@
"eslint": "^9.14.0",
"publint": "^0.2.12",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
"typescript": "^5.6.3",
"uWebSockets.js": "catalog:"
},
"dependencies": {
"@hattip/core": "workspace:*",
"@hattip/polyfills": "workspace:*",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.44.0"
"@hattip/polyfills": "workspace:*"
},
"peerDependencies": {
"uWebSockets.js": "*"
}
}
Loading

0 comments on commit d715d78

Please sign in to comment.