File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uiw/react-textarea-code-editor" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " A simple code editor with syntax highlighting." ,
5
5
"homepage" : " https://uiwjs.github.io/react-textarea-code-editor/" ,
6
6
"funding" : " https://jaywcjlove.github.io/#/sponsor" ,
28
28
"author" : " Kenny Wong <wowohoo@qq.com>" ,
29
29
"license" : " MIT" ,
30
30
"files" : [
31
+ " nohighlight.d.ts" ,
31
32
" dist.css" ,
32
33
" dist" ,
33
34
" esm" ,
36
37
],
37
38
"keywords" : [
38
39
" react" ,
39
- " nohighlight.d.ts" ,
40
40
" textarea" ,
41
41
" textarea-editor" ,
42
42
" textarea-code-editor" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.0.0 " ,
2
+ "version" : " 3.0.1 " ,
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" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"preview" : true ,
5
5
"scripts" : {
6
6
"build" : " kkt build" ,
10
10
"dependencies" : {
11
11
"@uiw/react-loader" : " ^4.21.14" ,
12
12
"@uiw/react-markdown-preview-example" : " ^2.0.0" ,
13
- "@uiw/react-textarea-code-editor" : " 3.0.0 " ,
13
+ "@uiw/react-textarea-code-editor" : " 3.0.1 " ,
14
14
"code-example" : " ^3.3.6" ,
15
15
"react" : " ^18.2.0" ,
16
16
"react-dom" : " ^18.2.0" ,
You can’t perform that action at this time.
0 commit comments