react-quill-new
Advanced tools
Comparing version 3.1.0-beta.1 to 3.1.0-beta.2
@@ -7,3 +7,3 @@ /* | ||
import ReactDOM from 'react-dom'; | ||
import isEqual from 'lodash/isEqual'; | ||
import { isEqual } from 'lodash-es'; | ||
import Quill from 'quill'; | ||
@@ -10,0 +10,0 @@ export { Quill }; |
{ | ||
"name": "react-quill-new", | ||
"version": "3.1.0-beta.1", | ||
"version": "3.1.0-beta.2", | ||
"description": "The Quill rich-text editor as a React component.", | ||
@@ -49,3 +49,3 @@ "author": "zenoamaro <zenoamaro@gmail.com>, VaguelySerious <mittgfu@gmail.com>", | ||
"dependencies": { | ||
"lodash": "^4.17.4", | ||
"lodash-es": "^4.17.21", | ||
"quill": "^2.0.1" | ||
@@ -60,3 +60,3 @@ }, | ||
"@types/chai": "^4.3.16", | ||
"@types/lodash": "^4.14.202", | ||
"@types/lodash-es": "^4.17.12", | ||
"@types/mocha": "^10.0.6", | ||
@@ -63,0 +63,0 @@ "@types/react": "^16.9.11", |
Sorry, the diff of this file is not supported yet
174891
+ Addedlodash-es@^4.17.21
- Removedlodash@^4.17.4
- Removedlodash@4.17.21(transitive)