react-from-dom
Advanced tools
Comparing version 0.7.4 to 0.7.5
{ | ||
"name": "react-from-dom", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"description": "Convert HTML/XML source code or DOM nodes to React elements", | ||
@@ -36,3 +36,3 @@ "author": "Gil Barbara <gilbarbara@gmail.com>", | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0" | ||
"react": "16.8 - 19" | ||
}, | ||
@@ -49,3 +49,3 @@ "devDependencies": { | ||
"@types/node": "^22.10.6", | ||
"@types/react": "^19.0.6", | ||
"@types/react": "^19.0.7", | ||
"@types/react-dom": "^19.0.3", | ||
@@ -52,0 +52,0 @@ "@vitejs/plugin-react-swc": "^3.7.2", |
131373