Update versions and switch to text.lock file

This commit is contained in:
2025-10-14 12:35:16 -07:00
parent 2aaa28cabe
commit cc79afaea0
3 changed files with 105 additions and 4 deletions

View File

@@ -6,12 +6,12 @@
"dev": "bun run --watch src/index.tsx"
},
"dependencies": {
"@elysiajs/html": "1.0.2",
"@elysiajs/static": "1.0.3",
"elysia": "^1.0.17"
"@elysiajs/html": "1.4.0",
"@elysiajs/static": "1.4.4",
"elysia": "^1.4.11"
},
"devDependencies": {
"bun-types": "latest"
"bun-types": "^1.3.0"
},
"module": "src/index.js"
}