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
"$schema" : " https://json.schemastore.org/package.json" ,
3
3
"name" : " markdown-react-code-preview-loader" ,
4
- "version" : " 2.0.0 " ,
4
+ "version" : " 2.0.1 " ,
5
5
"description" : " Index react example text in markdown, converted to React components." ,
6
6
"author" : " SunLxy <1011771396@qq.com>" ,
7
7
"contributors" : [
25
25
},
26
26
"dependencies" : {
27
27
"@babel/standalone" : " ^7.17.11" ,
28
- "babel-plugin-transform-replace-export-default" : " ^1.0.3" ,
29
28
"babel-plugin-transform-remove-imports" : " ^1.7.0" ,
29
+ "babel-plugin-transform-replace-export-default" : " ^1.0.3" ,
30
30
"remark" : " ~13.0.0"
31
31
},
32
32
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.0.0 " ,
2
+ "version" : " 2.0.1 " ,
3
3
"packages" : [" website" , " core" ]
4
4
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://json.schemastore.org/package.json" ,
3
3
"name" : " website" ,
4
- "version" : " 2.0.0 " ,
4
+ "version" : " 2.0.1 " ,
5
5
"description" : " Simple React package development project example template." ,
6
6
"private" : true ,
7
7
"scripts" : {
36
36
"@types/react" : " 18.0.8" ,
37
37
"@types/react-dom" : " 18.0.3" ,
38
38
"kkt" : " ~7.1.5" ,
39
- "markdown-react-code-preview-loader" : " 2.0.0 "
39
+ "markdown-react-code-preview-loader" : " 2.0.1 "
40
40
},
41
41
"eslintConfig" : {
42
42
"extends" : [
You can’t perform that action at this time.
0 commit comments