Skip to content

Commit 27cade8

Browse files
authored
[Elysia] fix /plaintext failing on newer Bun version (#9290)
* fix(elysia): native static response not setting headers conflict with recent Bun version * fix(elysia): remove lockfile * fix(elysia): update lockfile * fix(elysia): update elysia version * fix(elysia): update lockfile
1 parent 289d579 commit 27cade8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
0 Bytes
Binary file not shown.

frameworks/TypeScript/elysia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"compile": "bun build --compile --minify --target bun --outfile server src/index.ts"
1313
},
1414
"dependencies": {
15-
"elysia": "^1.1.12",
15+
"elysia": "^1.1.16",
1616
"postgres": "^3.4.4"
1717
}
1818
}

0 commit comments

Comments
 (0)