File tree 4 files changed +9
-17
lines changed
4 files changed +9
-17
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uiw/react-textarea-code-editor" ,
3
- "version" : " 2.1.7 " ,
3
+ "version" : " 2.1.8 " ,
4
4
"description" : " A simple code editor with syntax highlighting." ,
5
5
"homepage" : " https://uiwjs.github.io/react-textarea-code-editor/" ,
6
6
"main" : " cjs/index.js" ,
49
49
},
50
50
"dependencies" : {
51
51
"@babel/runtime" : " ^7.18.6" ,
52
- "rehype-prism-plus " : " 1.6.3 " ,
53
- "rehype" : " ~12.0.1 "
52
+ "rehype" : " ~12.0.1 " ,
53
+ "rehype-prism-plus " : " 1.6.3 "
54
54
}
55
55
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.1.7 " ,
2
+ "version" : " 2.1.8 " ,
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" : " 2.1.7 " ,
3
+ "version" : " 2.1.8 " ,
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-textarea-code-editor" : " 2.1.7" ,
12
- "@uiw/react-markdown-preview-example" : " ^1.5.7" ,
13
11
"@uiw/react-loader" : " ^4.21.14" ,
14
- "styled-components" : " ^6.0.5" ,
12
+ "@uiw/react-markdown-preview-example" : " ^1.5.7" ,
13
+ "@uiw/react-textarea-code-editor" : " 2.1.8" ,
15
14
"code-example" : " ^3.3.6" ,
16
15
"react" : " ^18.2.0" ,
17
- "react-dom" : " ^18.2.0"
16
+ "react-dom" : " ^18.2.0" ,
17
+ "styled-components" : " ^6.0.5"
18
18
},
19
19
"devDependencies" : {
20
20
"@babel/plugin-proposal-private-property-in-object" : " ^7.21.11" ,
You can’t perform that action at this time.
0 commit comments