fix: update peerDependencies for react and react-dom to allow greater version compatibility

This commit is contained in:
Astrian Zheng 2025-02-22 16:51:35 +11:00
parent aa7dc297af
commit 6491b8960f
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -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",