fix(oauth-providers): update `peerDependencies` (#396)

* fix(oauth-providers): update `peerDependencies`

* run `yarn` command

* changeset
pull/397/head
Yusuke Wada 2024-02-16 16:40:36 +09:00 committed by GitHub
parent 5e0c8a6e0c
commit 98cffb0ae9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
'@hono/oauth-providers': patch
---
fix: update `peerDependencies`

View File

@ -108,7 +108,7 @@
} }
}, },
"peerDependencies": { "peerDependencies": {
"hono": "^3.0.0" "hono": ">=3.*"
}, },
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20231025.0", "@cloudflare/workers-types": "^4.20231025.0",

View File

@ -1539,7 +1539,7 @@ __metadata:
tsup: "npm:^8.0.0" tsup: "npm:^8.0.0"
typescript: "npm:^5.2.2" typescript: "npm:^5.2.2"
peerDependencies: peerDependencies:
hono: ^3.0.0 hono: ">=3.*"
languageName: unknown languageName: unknown
linkType: soft linkType: soft