mirror of
https://github.com/kirameki-cafe/Tenki.git
synced 2026-09-13 18:58:58 +00:00
🔧 chore: update deps
This commit is contained in:
+3
-3
@@ -7,7 +7,7 @@
|
||||
"author": "Yuzu <yuzu@kirameki.cafe>",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"bun-types": "latest"
|
||||
"bun-types": "^1.3.14"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "bun run --hot src/index.ts",
|
||||
@@ -15,7 +15,7 @@
|
||||
"build": "bun build src/index.ts --outdir ./dist --target bun"
|
||||
},
|
||||
"dependencies": {
|
||||
"@elysiajs/cors": "^1.4.1",
|
||||
"elysia": "latest"
|
||||
"@elysiajs/cors": "^1.4.2",
|
||||
"elysia": "^1.4.28"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user