File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uiw/react-markdown-editor" ,
3
- "version" : " 5.11.1 " ,
3
+ "version" : " 5.11.2 " ,
4
4
"description" : " A markdown editor with preview, implemented with React.js and TypeScript." ,
5
5
"homepage" : " https://uiwjs.github.io/react-markdown-editor" ,
6
6
"main" : " cjs/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 5.11.1 " ,
2
+ "version" : " 5.11.2 " ,
3
3
"packages" : [" core" , " www" ]
4
4
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " website" ,
3
- "version" : " 5.11.1 " ,
3
+ "version" : " 5.11.2 " ,
4
4
"preview" : true ,
5
5
"scripts" : {
6
6
"build" : " kkt build" ,
7
7
"start" : " kkt start" ,
8
8
"map" : " source-map-explorer build/static/js/*.js --html build/website-result.html"
9
9
},
10
10
"dependencies" : {
11
- "@uiw/react-markdown-preview-example" : " ^1.5.6" ,
12
- "@uiw/react-markdown-editor" : " 5.11.1" ,
13
11
"@types/react" : " ^18.2.17" ,
14
12
"@types/react-dom" : " ^18.2.7" ,
13
+ "@uiw/react-markdown-editor" : " 5.11.2" ,
14
+ "@uiw/react-markdown-preview-example" : " ^1.5.6" ,
15
15
"react" : " ^18.2.0" ,
16
16
"react-dom" : " ^18.2.0"
17
17
},
You can’t perform that action at this time.
0 commit comments