File tree 3 files changed +6
-9
lines changed 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uiw/react-csv-reader" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " React component that handles csv 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.2" ,
3
- "packages" : [
4
- " core" ,
5
- " www"
6
- ]
2
+ "version" : " 1.0.3" ,
3
+ "packages" : [" core" , " www" ]
7
4
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " website" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
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.0" ,
12
- "@uiw/react-csv-reader" : " 1.0.2" ,
11
+ "@uiw/react-csv-reader" : " 1.0.3" ,
13
12
"@uiw/react-json-view" : " ^1.6.0" ,
13
+ "@uiw/react-markdown-preview-example" : " ^1.3.0" ,
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