fix: showPassword (#193)

This commit is contained in:
Dream Hunter
2024-05-04 00:09:46 +08:00
committed by GitHub
parent 91a01784db
commit 854e4665b9
6 changed files with 812 additions and 817 deletions

View File

@@ -10,10 +10,10 @@
"build": "wrangler deploy src/worker.js --dry-run --outdir dist --minify"
},
"devDependencies": {
"wrangler": "^3.52.0"
"wrangler": "^3.53.1"
},
"dependencies": {
"hono": "^4.2.7",
"hono": "^4.3.0",
"mimetext": "^3.0.24"
}
}