mirror of
https://github.com/jakejarvis/shortty.git
synced 2025-10-18 14:34:25 -04:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [hono](https://github.com/honojs/hono) from 4.7.5 to 4.9.7. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.7.5...v4.9.7) --- updated-dependencies: - dependency-name: hono dependency-version: 4.9.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
345 B
JSON
21 lines
345 B
JSON
{
|
|
"name": "shortty",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hono": "^4.9.7"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^4.20250403.0",
|
|
"typescript": "^5.8.2",
|
|
"wrangler": "^4.7.0"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild",
|
|
"sharp",
|
|
"workerd"
|
|
]
|
|
}
|
|
}
|