File tree Expand file tree Collapse file tree 5 files changed +233
-261
lines changed Expand file tree Collapse file tree 5 files changed +233
-261
lines changed Original file line number Diff line number Diff line change 3535 "metro-react-native-babel-preset" : " 0.66.2" ,
3636 "react-native-codegen" : " 0.0.8" ,
3737 "react-test-renderer" : " 17.0.2" ,
38- "typescript" : " 4.4.3 "
38+ "typescript" : " 4.4.4 "
3939 },
4040 "resolutions" : {
4141 "@types/react" : " ^17"
Original file line number Diff line number Diff line change 4343 "prettier" : " 2.4.1" ,
4444 "pretty-quick" : " 3.1.1" ,
4545 "tsbb" : " 3.4.4" ,
46- "typescript" : " 4.4.3 "
46+ "typescript" : " 4.4.4 "
4747 },
4848 "workspaces" : {
4949 "packages" : [
Original file line number Diff line number Diff line change 2222 "@uiw/reset.css" : " 1.0.5" ,
2323 "react" : " 17.0.2" ,
2424 "react-dom" : " 17.0.2" ,
25- "react-dynamic-loadable" : " 3.0.0" ,
2625 "react-native" : " 0.66.1" ,
2726 "react-native-web" : " 0.17.5" ,
2827 "react-redux" : " 7.2.6" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ interface HeaderProps extends React.HTMLAttributes<HTMLElement> {
1313
1414export default function Header ( props : HeaderProps ) {
1515 const { showBorder = true , enableStyle, style = { } } = props ;
16- // @ts -ignore
1716 const version = pkg . version || '2.0.0' ;
1817
1918 if ( showBorder || enableStyle ) {
You can’t perform that action at this time.
0 commit comments