File tree 4 files changed +7
-10
lines changed 4 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uiw/react-xml-reader" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " React component that handles xml file input and its parsing." ,
5
5
"main" : " cjs/index.js" ,
6
6
"module" : " esm/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.1" ,
3
- "packages" : [
4
- " core" ,
5
- " www"
6
- ]
2
+ "version" : " 1.0.2" ,
3
+ "packages" : [" core" , " www" ]
7
4
}
Original file line number Diff line number Diff line change 27
27
},
28
28
"devDependencies" : {
29
29
"husky" : " ^8.0.3" ,
30
- "lint-staged" : " ^13.2.0 " ,
30
+ "lint-staged" : " ^14.0.1 " ,
31
31
"lerna" : " ^7.0.1" ,
32
32
"prettier" : " ^3.0.0" ,
33
33
"tsbb" : " ^4.2.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " website" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.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.3.1" ,
12
11
"@uiw/react-json-view" : " ^1.6.0" ,
13
- "@uiw/react-xml-reader" : " 1.0.1" ,
12
+ "@uiw/react-markdown-preview-example" : " ^1.3.1" ,
13
+ "@uiw/react-xml-reader" : " 1.0.2" ,
14
14
"goober" : " ^2.1.13" ,
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