diff --git a/.circleci/config.yml b/.circleci/config.yml index f374780470..4be12ab404 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -378,6 +378,7 @@ workflows: branches: only: - develop + - feat/fetch-active-review-types-only # Production builds are exectuted # when PR is merged to the master # Don't change anything in this configuration diff --git a/package.json b/package.json index 04a6fecdba..8a8d7a1dc4 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": "1.2.8", + "topcoder-react-lib": "1000.29.8", "topcoder-react-ui-kit": "2.0.1", "topcoder-react-utils": "0.7.8", "turndown": "^4.0.2",