diff --git a/.circleci/config.yml b/.circleci/config.yml index 0afe5f30b0..2528fad952 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -343,7 +343,7 @@ workflows: branches: only: - develop - - feature/recommended-challenges-update + - features/mm-dashboard # This is alternate dev env for parallel testing - "build-test": context : org-global @@ -372,7 +372,6 @@ workflows: branches: only: - develop - - ast-timeline-fix - features/mm-dashboard # Production builds are exectuted # when PR is merged to the master diff --git a/package.json b/package.json index 64c914e34d..b5437cf2b2 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "supertest": "^3.1.0", "tc-core-library-js": "github:appirio-tech/tc-core-library-js#v2.6.3", "tc-ui": "^1.0.12", - "topcoder-react-lib": "1000.28.5", + "topcoder-react-lib": "1000.28.6", "topcoder-react-ui-kit": "2.0.1", "topcoder-react-utils": "0.7.8", "turndown": "^4.0.2",