File tree Expand file tree Collapse file tree 2 files changed +1595
-49
lines changed Expand file tree Collapse file tree 2 files changed +1595
-49
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " html-to-draftjs" ,
3
- "version" : " 1.4 .0" ,
3
+ "version" : " 1.5 .0" ,
4
4
"main" : " dist/html-to-draftjs.js" ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " https://github.com/jpuri/html-to-draftjs.git"
8
8
},
9
9
"devDependencies" : {
10
- "@babel/core" : " ^7.7.4 " ,
11
- "@babel/preset-env" : " ^7.7.4 " ,
10
+ "@babel/core" : " ^7.7.5 " ,
11
+ "@babel/preset-env" : " ^7.7.6 " ,
12
12
"@babel/preset-react" : " ^7.7.4" ,
13
13
"@babel/register" : " ^7.7.4" ,
14
14
"autoprefixer" : " ^9.7.3" ,
15
15
"babel-eslint" : " ^10.0.3" ,
16
16
"babel-loader" : " ^8.0.6" ,
17
17
"babel-plugin-transform-flow-strip-types" : " ^6.22.0" ,
18
18
"chai" : " ^4.2.0" ,
19
- "draft-js" : " ^0.10.4 " ,
20
- "draftjs-to-html" : " ^0.8.4 " ,
19
+ "draft-js" : " ^0.11.3 " ,
20
+ "draftjs-to-html" : " ^0.9.0 " ,
21
21
"react" : " ^16.12.0" ,
22
22
"react-dom" : " ^16.12.0" ,
23
23
"react-draft-wysiwyg" : " ^1.13.2" ,
28
28
"webpack-cli" : " ^3.3.10"
29
29
},
30
30
"peerDependencies" : {
31
- "draft-js" : " ^0.11.x" ,
31
+ "draft-js" : " ^0.10.x || ^0. 11.x" ,
32
32
"immutable" : " 3.x.x || 4.x.x"
33
33
},
34
34
"scripts" : {
You can’t perform that action at this time.
0 commit comments