File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
" packages/*"
5
5
],
6
6
"npmClient" : " yarn" ,
7
- "version" : " 1.2.0 "
7
+ "version" : " 1.2.1 "
8
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " draft-js-import-element" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 1.2.1 " ,
4
4
"description" : " DraftJS: Import Element to ContentState" ,
5
5
"main" : " lib/main.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " draft-js-import-html" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 1.2.1 " ,
4
4
"description" : " DraftJS: Import HTML to ContentState" ,
5
5
"main" : " lib/main.js" ,
6
6
"typings" : " typings/index.d.ts" ,
9
9
"watch" : " babel src --watch --out-dir lib --ignore \" _*\" "
10
10
},
11
11
"dependencies" : {
12
- "draft-js-import-element" : " ^1.2.0 "
12
+ "draft-js-import-element" : " ^1.2.1 "
13
13
},
14
14
"peerDependencies" : {
15
15
"draft-js" : " >=0.10.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " draft-js-import-markdown" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 1.2.1 " ,
4
4
"description" : " DraftJS: Import Markdown to ContentState" ,
5
5
"main" : " lib/main.js" ,
6
6
"scripts" : {
7
7
"build" : " babel src --out-dir lib --ignore \" _*\" " ,
8
8
"watch" : " babel src --watch --out-dir lib --ignore \" _*\" "
9
9
},
10
10
"dependencies" : {
11
- "draft-js-import-element" : " ^1.2.0 " ,
11
+ "draft-js-import-element" : " ^1.2.1 " ,
12
12
"synthetic-dom" : " ^1.2.0"
13
13
},
14
14
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments