chore(peer-deps): install newer peer depenencies (#463)

* chore(peer-deps): install newer peer depenencies

fix #442.

* chore: add a changeset entry

* chore: update lockfile
pull/464/head
Yudai Nakata 2024-04-20 16:28:36 +09:00 committed by GitHub
parent afcb36f053
commit 892ea7da85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 13 additions and 6 deletions

View File

@ -0,0 +1,7 @@
---
'@hono/typebox-validator': patch
'@hono/valibot-validator': patch
'@hono/clerk-auth': patch
---
Update peer dependencies so that newer validators can be installed.

View File

@ -38,7 +38,7 @@
},
"homepage": "https://github.com/honojs/middleware",
"peerDependencies": {
"@clerk/backend": "0.30.*",
"@clerk/backend": ">=0.30.0 <1",
"hono": ">=3.*"
},
"devDependencies": {

View File

@ -27,7 +27,7 @@
},
"homepage": "https://github.com/honojs/middleware",
"peerDependencies": {
"@sinclair/typebox": "^0.31.15",
"@sinclair/typebox": ">=0.31.15 <1",
"hono": ">=3.9.0"
},
"devDependencies": {

View File

@ -28,7 +28,7 @@
"homepage": "https://github.com/honojs/middleware",
"peerDependencies": {
"hono": ">=3.9.0",
"valibot": "^0.13.1"
"valibot": ">=0.13.1 <1"
},
"devDependencies": {
"hono": "^3.11.7",

View File

@ -1826,7 +1826,7 @@ __metadata:
react: "npm:^18.2.0"
tsup: "npm:^8.0.1"
peerDependencies:
"@clerk/backend": 0.30.*
"@clerk/backend": ">=0.30.0 <1"
hono: ">=3.*"
languageName: unknown
linkType: soft
@ -2092,7 +2092,7 @@ __metadata:
jest: "npm:^29.7.0"
rimraf: "npm:^5.0.5"
peerDependencies:
"@sinclair/typebox": ^0.31.15
"@sinclair/typebox": ">=0.31.15 <1"
hono: ">=3.9.0"
languageName: unknown
linkType: soft
@ -2121,7 +2121,7 @@ __metadata:
valibot: "npm:^0.24.1"
peerDependencies:
hono: ">=3.9.0"
valibot: ^0.13.1
valibot: ">=0.13.1 <1"
languageName: unknown
linkType: soft