File tree 3 files changed +630
-566
lines changed
3 files changed +630
-566
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,9 @@ export default {
7
7
propsParser : false ,
8
8
codeSandbox : false ,
9
9
wrapper : 'src/theme' ,
10
- themeConfig : { showPlaygroundEditor : true , mode : 'dark' }
10
+ themeConfig : {
11
+ mode : 'dark' ,
12
+ linesToScrollEditor : 100 ,
13
+ showPlaygroundEditor : true
14
+ }
11
15
}
Original file line number Diff line number Diff line change 79
79
"react-dom" : " ^15.0.0 || ^16.0.0"
80
80
},
81
81
"devDependencies" : {
82
- "@babel/cli" : " ^7.2.0 " ,
82
+ "@babel/cli" : " ^7.2.3 " ,
83
83
"@babel/core" : " ^7.2.0" ,
84
- "@babel/plugin-proposal-class-properties" : " ^7.2.1 " ,
84
+ "@babel/plugin-proposal-class-properties" : " ^7.2.3 " ,
85
85
"@babel/plugin-proposal-object-rest-spread" : " ^7.2.0" ,
86
86
"@babel/plugin-transform-runtime" : " ^7.2.0" ,
87
- "@babel/preset-env" : " ^7.2.0 " ,
87
+ "@babel/preset-env" : " ^7.2.3 " ,
88
88
"@babel/preset-react" : " ^7.0.0" ,
89
89
"@babel/register" : " ^7.0.0" ,
90
90
"auto-changelog" : " 1.10.2" ,
93
93
"babel-jest" : " ^23.6.0" ,
94
94
"babel-plugin-emotion" : " ^10.0.5" ,
95
95
"cross-env" : " 5.2.0" ,
96
- "docz" : " ^0.12.15 " ,
97
- "docz-theme-default" : " ^0.12.17 " ,
96
+ "docz" : " ^0.13.5 " ,
97
+ "docz-theme-default" : " ^0.13.5 " ,
98
98
"eslint" : " ^5.6.0" ,
99
99
"eslint-config-standard" : " ^12.0.0" ,
100
100
"eslint-config-standard-react" : " ^7.0.2" ,
You can’t perform that action at this time.
0 commit comments