HDDS-2050. Error while compiling ozone-recon-web (#1374)
This commit is contained in:
parent
fcb7884bfc
commit
7b3fa4fcaa
@ -3,12 +3,14 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.0.0",
|
||||
"@types/jest": "24.0.12",
|
||||
"@types/node": "11.13.9",
|
||||
"@types/react": "16.8.15",
|
||||
"@types/react-dom": "16.8.4",
|
||||
"@types/react-router-dom": "^4.3.3",
|
||||
"antd": "^3.16.6",
|
||||
"babel-jest": "24.7.1",
|
||||
"babel-plugin-import": "^1.11.0",
|
||||
"classnames": "^2.2.6",
|
||||
"customize-cra": "^0.2.12",
|
||||
|
@ -55,4 +55,4 @@ class Breadcrumbs extends React.Component<RouteComponentProps> {
|
||||
}
|
||||
}
|
||||
|
||||
export default withRouter<RouteComponentProps>(Breadcrumbs);
|
||||
export default withRouter(Breadcrumbs);
|
||||
|
@ -64,4 +64,4 @@ class NavBar extends React.Component<NavBarProps> {
|
||||
}
|
||||
}
|
||||
|
||||
export default withRouter<NavBarProps>(NavBar);
|
||||
export default withRouter(NavBar);
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user