mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
fix react peer dependency version constraint (to prevent ERESOLVE warns)
This commit is contained in:
@@ -88,8 +88,8 @@
|
||||
"@hono/node-server": "^1.13.7"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18 || >=19",
|
||||
"react-dom": ">=18 || >=19"
|
||||
"react": ">=18 <20",
|
||||
"react-dom": ">=18 <20"
|
||||
},
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.js",
|
||||
|
||||
Reference in New Issue
Block a user