react-quilljs
Advanced tools
Comparing version 1.2.12 to 1.2.13
{ | ||
"name": "react-quilljs", | ||
"version": "1.2.12", | ||
"version": "1.2.13", | ||
"description": "React Hook Wrapper for Quill, powerful rich text editor", | ||
@@ -40,8 +40,8 @@ "license": "MIT", | ||
"quill": "^1.3.7", | ||
"react": "^16.12.0" | ||
"react": "^17.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "12.12.18", | ||
"@types/quill": "2.0.3", | ||
"@types/node": "12.12.18", | ||
"@types/react": "16.9.16", | ||
"@types/react": "^17.0.2", | ||
"tslint": "5.20.1", | ||
@@ -48,0 +48,0 @@ "tslint-config-prettier": "1.18.0", |
15846