fix: update peerDependencies for react and react-dom to allow greater version compatibility
This commit is contained in:
parent
aa7dc297af
commit
6491b8960f
|
@ -26,8 +26,8 @@
|
|||
"vite-plugin-dts": "^4.5.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
"react": ">=18.3.1",
|
||||
"react-dom": ">=18.3.1"
|
||||
},
|
||||
"exports": {
|
||||
"types": "./dist/src/index.d.ts",
|
||||
|
|
Loading…
Reference in New Issue
Block a user