File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
actions/challenge-listing
components/challenge-detail Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 37
37
},
38
38
"dependencies" : {
39
39
"@hapi/joi" : " ^16.1.4" ,
40
+ "@topcoder-platform/tc-auth-lib" : " topcoder-platform/tc-auth-lib#1.0.1" ,
40
41
"aos" : " ^2.3.4" ,
41
42
"atob" : " ^2.1.1" ,
42
43
"babel-register" : " ^6.26.0" ,
134
135
"showdown" : " ^1.8.6" ,
135
136
"slick-carousel" : " ^1.8.1" ,
136
137
"supertest" : " ^3.1.0" ,
137
- "tc-auth-lib" : " git+https://github.com/topcoder-platform/tc-auth-lib.git#dev" ,
138
138
"tc-core-library-js" : " github:appirio-tech/tc-core-library-js#v2.6.3" ,
139
139
"tc-ui" : " ^1.0.12" ,
140
140
"topcoder-react-lib" : " 1.0.5" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import {
11
11
configureConnector ,
12
12
decodeToken ,
13
13
getFreshToken ,
14
- } from 'tc-auth-lib' ;
14
+ } from '@topcoder-platform/ tc-auth-lib' ;
15
15
import { actions , logger , errors } from 'topcoder-react-lib' ;
16
16
import { client , redux } from 'topcoder-react-utils' ;
17
17
Original file line number Diff line number Diff line change 4
4
5
5
import _ from 'lodash' ;
6
6
import { createActions } from 'redux-actions' ;
7
- import { decodeToken } from 'tc-auth-lib' ;
7
+ import { decodeToken } from '@topcoder-platform/ tc-auth-lib' ;
8
8
import 'isomorphic-fetch' ;
9
9
import { processSRM } from 'utils/tc' ;
10
10
import { errors , services } from 'topcoder-react-lib' ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import PT from 'prop-types';
7
7
import _ from 'lodash' ;
8
8
import { goToLogin } from 'utils/tc' ;
9
9
import LoadingIndicator from 'components/LoadingIndicator' ;
10
- import { isTokenExpired } from 'tc-auth-lib' ;
10
+ import { isTokenExpired } from '@topcoder-platform/ tc-auth-lib' ;
11
11
12
12
import SubmissionsList from './SubmissionsList' ;
13
13
import SubmissionsDetail from './SubmissionsDetail' ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import _ from 'lodash';
11
11
import { connect } from 'react-redux' ;
12
12
import { config } from 'topcoder-react-utils' ;
13
13
import { submission as submissionUtils } from 'topcoder-react-lib' ;
14
- import { isTokenExpired } from 'tc-auth-lib' ;
14
+ import { isTokenExpired } from '@topcoder-platform/ tc-auth-lib' ;
15
15
import cn from 'classnames' ;
16
16
import { PrimaryButton } from 'topcoder-react-ui-kit' ;
17
17
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import { updateChallengeType } from 'utils/challenge';
25
25
import challengeListingActions from 'actions/challenge-listing' ;
26
26
import communityActions from 'actions/tc-communities' ;
27
27
28
- import { isTokenExpired , decodeToken } from 'tc-auth-lib' ;
28
+ import { isTokenExpired , decodeToken } from '@topcoder-platform/ tc-auth-lib' ;
29
29
import { config , isomorphy } from 'topcoder-react-utils' ;
30
30
31
31
import './styles.scss' ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import React from 'react';
6
6
import PT from 'prop-types' ;
7
7
import { connect } from 'react-redux' ;
8
8
9
- import { isTokenExpired } from 'tc-auth-lib' ;
9
+ import { isTokenExpired } from '@topcoder-platform/ tc-auth-lib' ;
10
10
import { goToLogin } from 'utils/tc' ;
11
11
12
12
import { actions } from 'topcoder-react-lib' ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import _ from 'lodash';
8
8
import actions from 'actions/tc-communities' ;
9
9
import { logger , services , errors } from 'topcoder-react-lib' ;
10
10
import { handleActions } from 'redux-actions' ;
11
- import { decodeToken } from 'tc-auth-lib' ;
11
+ import { decodeToken } from '@topcoder-platform/ tc-auth-lib' ;
12
12
import { getAuthTokens } from 'utils/tc' ;
13
13
import { STATE as JOIN_COMMUNITY } from 'components/tc-communities/JoinCommunity' ;
14
14
import { getCommunityId } from 'server/services/communities' ;
Original file line number Diff line number Diff line change 5
5
6
6
import _ from 'lodash' ;
7
7
import moment from 'moment-timezone' ;
8
- import { isTokenExpired } from 'tc-auth-lib' ;
8
+ import { isTokenExpired } from '@topcoder-platform/ tc-auth-lib' ;
9
9
import { config , isomorphy } from 'topcoder-react-utils' ;
10
10
11
11
import { tc } from 'topcoder-react-lib' ;
You can’t perform that action at this time.
0 commit comments