Skip to content

Commit b0091d6

Browse files
committed
migration
1 parent 4caf27e commit b0091d6

4 files changed

Lines changed: 804 additions & 1313 deletions

File tree

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,11 @@
7272
"@babel/register": "^7.0.0",
7373
"@testing-library/jest-dom": "^4.0.0",
7474
"@testing-library/react": "^9.1.4",
75-
"@types/axios": "^0.14.0",
7675
"@types/body-parser": "^1.17.1",
7776
"@types/chalk": "^2.2.0",
7877
"@types/classnames": "^2.2.9",
7978
"@types/compression": "^1.0.1",
8079
"@types/convict": "^4.2.1",
81-
"@types/date-fns": "^2.6.0",
8280
"@types/enzyme": "^3.10.3",
8381
"@types/express": "^4.17.1",
8482
"@types/express-promise-router": "^2.0.1",
@@ -89,7 +87,6 @@
8987
"@types/jest": "^24.0.18",
9088
"@types/js-base64": "^2.3.1",
9189
"@types/jwt-decode": "^2.2.1",
92-
"@types/node": "10.11.0",
9390
"@types/react": "^16.9.5",
9491
"@types/react-helmet": "^5.0.11",
9592
"@types/react-motion": "^0.0.29",

src/front/components/logoutRoute/LogoutRoute.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import React, { useEffect } from 'react';
1+
import React from 'react';
2+
import {useEffect} from 'react';
23
import { Route, Redirect } from 'react-router-dom';
34
import { RouteComponentProps } from 'react-router';
45
import { MappedDispatchToProps, MappedStateToProps, OwnProps } from './index';

src/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"allowJs": false,
1010
"checkJs": false,
1111
"allowSyntheticDefaultImports": true,
12+
"esModuleInterop": true,
1213
"jsx": "react",
1314
"sourceMap": true,
1415
"removeComments": true,
1516
"strict": true,
1617
"noImplicitAny": true,
1718
"noImplicitThis": true,
18-
"esModuleInterop": true,
1919
"resolveJsonModule": true,
2020
"outDir": "../dist/assets"
2121
},

0 commit comments

Comments
 (0)