fix(oauth-providers): update `peerDependencies` (#396)
* fix(oauth-providers): update `peerDependencies` * run `yarn` command * changesetpull/397/head
parent
5e0c8a6e0c
commit
98cffb0ae9
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@hono/oauth-providers': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: update `peerDependencies`
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue