mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
fix react peer dependency version constraint (to prevent ERESOLVE warns)
This commit is contained in:
+2
-2
@@ -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