File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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.1.0 " ,
12
- "@uiw/react-color-colorful " : " ^1.3.1" ,
11
+ "@uiw/react-color-colorful " : " ^1.3.2 " ,
12
+ "@uiw/react-markdown-preview-example " : " ^1.3.1" ,
13
13
"@uiw/react-json-view" : " 1.8.0" ,
14
14
"react" : " ^18.2.0" ,
15
15
"react-dom" : " ^18.2.0"
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ root.render(
33
33
components = { data . components }
34
34
data = { data . data }
35
35
title = "JSON View for React"
36
+ description = "A React component for displaying and editing javascript arrays and JSON objects."
36
37
version = { `v${ VERSION } ` }
37
38
>
38
39
< Github href = "https://github.com/uiwjs/react-markdown-preview-example" />
You can’t perform that action at this time.
0 commit comments