Skip to content

Commit

Permalink
Update dependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
W2Wizard committed Dec 12, 2023
1 parent e30f241 commit dce30df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"src": "src"
},
"devDependencies": {
"bun-types": "^0.7.1",
"bun-types": "^1.0.17",
"typed-html": "^3.0.1"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"type": "module",
"dependencies": {
"@elysiajs/fn": "^0.5.2",
"@elysiajs/html": "^0.5.2",
"@elysiajs/static": "^0.6.0",
"@elysiajs/fn": "^0.6.1",
"@elysiajs/html": "^0.7.3",
"@elysiajs/static": "^0.7.1",
"chalk": "^5.3.0",
"elysia": "^0.5.24",
"elysia": "^0.7.30",
"http-parser-js": "^0.5.8"
}
}

0 comments on commit dce30df

Please sign in to comment.