react-nl2br
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "react-nl2br", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "newlines like '\\n', '\\n\\r' to <br /> for React", | ||
@@ -25,8 +25,8 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@types/react": "17.0.1", | ||
"mocha": "8.2.1" | ||
"@types/react": "17.0.43", | ||
"mocha": "9.2.2" | ||
}, | ||
"peerDependencies": { | ||
"react": "^15.7.0 || ^16.14.0 || ^17.0.0" | ||
"react": "^15.7.0 || ^16.14.0 || ^17.0.0 || ^18.0.0" | ||
} | ||
} |
4710