Merge pull request #9 from honojs/update/hono

adjust some stuffs
pull/34/head
Kei Kamikawa 2022-07-30 22:56:25 +09:00 committed by GitHub
commit ef3f06483c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 5 deletions

View File

@ -100,3 +100,13 @@ codehex <https://github.com/Code-Hex>
## License
MIT
## Contribution
If you are interested, send me PR would be greatly appreciated!
To test this code in your local environment, execute the following command.
```
$ yarn test-with-emulator
```

View File

@ -29,7 +29,7 @@
},
"dependencies": {
"firebase-auth-cloudflare-workers": "^1.0.0",
"hono": "^2.0.2"
"hono": "^2.0.5"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.14.1",

View File

@ -3245,10 +3245,10 @@ has@^1.0.3:
dependencies:
function-bind "^1.1.1"
hono@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/hono/-/hono-2.0.2.tgz#5bf8b5be27523245364f8438c9a7151ac4b4d945"
integrity sha512-ge85omRQyDfOHe3EAJEG+leRsoFcwUkWeMD5UX5TMmPxd4mRbiu+yBLCUS/Dn9mUF550i0io1OUI9/6Mz2Xqkg==
hono@^2.0.5:
version "2.0.5"
resolved "https://registry.yarnpkg.com/hono/-/hono-2.0.5.tgz#a40355f5fddb287f631c3953828b834c2775cb45"
integrity sha512-Vuwj2Qbk94y6NSTzaMo2eYHLyX0OpKmTONKOhUYUK6Lx6L/IRsDJ37aBY+7wi3oli7Sez792cAuZ5vdSt/Qt+g==
html-escaper@^2.0.0:
version "2.0.2"