react-quill
Advanced tools
Comparing version 1.3.4 to 1.3.5
Changelog | ||
========= | ||
v1.3.5 | ||
------ | ||
- Moved un-exported @types to dev dependencies (#316) | ||
v1.3.4 | ||
@@ -5,0 +10,0 @@ ------ |
{ | ||
"name": "react-quill", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "The Quill rich-text editor as a React component.", | ||
@@ -49,3 +49,2 @@ "author": "zenoamaro <zenoamaro@gmail.com>", | ||
"@types/quill": "1.3.10", | ||
"@types/react": "*", | ||
"create-react-class": "^15.6.0", | ||
@@ -61,2 +60,3 @@ "lodash": "^4.17.4", | ||
"devDependencies": { | ||
"@types/react": "^15.3.0", | ||
"blanket": "^1.2.3", | ||
@@ -63,0 +63,0 @@ "chai": "^4.1.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3476986
7
18
20294
20
- Removed@types/react@*
- Removed@types/react@19.0.2(transitive)
- Removedcsstype@3.1.3(transitive)