Skip to content

Commit

Permalink
test: run tests with web standard WebSocket and EventSource (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 authored Aug 8, 2024
1 parent 8bd94c5 commit b705e96
Show file tree
Hide file tree
Showing 6 changed files with 246 additions and 201 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"uncrypto": "^0.1.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240729.0",
"@cloudflare/workers-types": "^4.20240806.0",
"@deno/types": "^0.0.1",
"@types/bun": "^1.1.6",
"@types/eventsource": "^1.1.15",
Expand All @@ -105,9 +105,10 @@
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.44.0",
"unbuild": "^3.0.0-rc.7",
"unbuild": "3.0.0-rc.7",
"undici": "^6.19.5",
"vitest": "^2.0.5",
"wrangler": "^3.68.0",
"wrangler": "^3.69.1",
"ws": "^8.18.0"
},
"packageManager": "pnpm@9.6.0"
Expand Down
Loading

0 comments on commit b705e96

Please sign in to comment.