This repository was archived by the owner on Jun 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +1828
-1870
lines changed Expand file tree Collapse file tree 4 files changed +1828
-1870
lines changed Original file line number Diff line number Diff line change @@ -27,31 +27,33 @@ class RawMenuAppBar extends React.Component<any, any> {
27
27
const { drawerOpen } = this . state ;
28
28
29
29
return (
30
- < AppBar position = "static" className = { classes . toolbar } >
31
- < Toolbar >
32
- < Hidden only = { [ 'lg' , 'xl' ] } >
33
- < IconButton
34
- className = { classes . menuButton }
35
- color = "inherit"
36
- aria-label = "Menu"
37
- onClick = { this . toggleDrawer ( true ) }
38
- >
39
- < MenuIcon />
40
- </ IconButton >
41
- </ Hidden >
42
- < div className = { classes . flexCtr } >
43
- < Typography variant = "h6" color = "inherit" >
44
- { pkg . name }
45
- </ Typography >
46
- </ div >
47
- </ Toolbar >
30
+ < >
31
+ < AppBar position = "static" className = { classes . toolbar } >
32
+ < Toolbar >
33
+ < Hidden only = { [ 'lg' , 'xl' ] } >
34
+ < IconButton
35
+ className = { classes . menuButton }
36
+ color = "inherit"
37
+ aria-label = "Menu"
38
+ onClick = { this . toggleDrawer ( true ) }
39
+ >
40
+ < MenuIcon />
41
+ </ IconButton >
42
+ </ Hidden >
43
+ < div className = { classes . flexCtr } >
44
+ < Typography variant = "h6" color = "inherit" >
45
+ { pkg . name }
46
+ </ Typography >
47
+ </ div >
48
+ </ Toolbar >
49
+ </ AppBar >
48
50
< LeftDrawer
49
51
open = { drawerOpen }
50
52
toggleDrawer = { this . toggleDrawer }
51
53
onSelectMenuItem = { onSelectMenuItem }
52
54
selectedMenuItem = { selectedMenuItem }
53
55
/>
54
- </ AppBar >
56
+ </ >
55
57
) ;
56
58
}
57
59
}
Original file line number Diff line number Diff line change @@ -4855,9 +4855,9 @@ safe-regex@^1.1.0:
4855
4855
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
4856
4856
4857
4857
safer-eval@^1.3.0 :
4858
- version "1.3.3 "
4859
- resolved "https://registry.yarnpkg.com/safer-eval/-/safer-eval-1.3.3 .tgz#0309e9fcc0609e66c1b599fd0d4772132b260ca8 "
4860
- integrity sha512-j/qb0rtnwTp5V1D7nR0Ns/14HU8OiHPaoZNJhM+Lfmv1nbXZCXG9LHaVW157agEocdSVAeeRNddK/yuWfalzGQ ==
4858
+ version "1.3.5 "
4859
+ resolved "https://registry.yarnpkg.com/safer-eval/-/safer-eval-1.3.5 .tgz#a75a1193a4e1dfadd34a8c87ad08e7b978c494b1 "
4860
+ integrity sha512-BJ//K2Y+EgCbOHEsDGS5YahYBcYy7JcFpKDo2ba5t4MnOGHYtk7HvQkcxTDFvjQvJ0CRcdas/PyF+gTTCay+3w ==
4861
4861
dependencies :
4862
4862
clones "^1.2.0"
4863
4863
Original file line number Diff line number Diff line change 34
34
"np" : " ^5.0.3" ,
35
35
"npm-run-all" : " ^4.1.5" ,
36
36
"prettier" : " ^1.18.2" ,
37
- "pretty-quick" : " ^1.11.1 " ,
37
+ "pretty-quick" : " ^2.0.0 " ,
38
38
"react" : " ^16.8.6" ,
39
39
"react-dom" : " ^16.8.6" ,
40
40
"react-jsonschema-form" : " ^1.6.1" ,
41
- "rimraf" : " ^2.6.3 " ,
42
- "tsdx" : " ^0.7.2 " ,
41
+ "rimraf" : " ^3.0.0 " ,
42
+ "tsdx" : " ^0.10.5 " ,
43
43
"tslib" : " ^1.10.0" ,
44
44
"typescript" : " ^3.5.3"
45
45
},
You can’t perform that action at this time.
0 commit comments