diff --git a/.circleci/config.yml b/.circleci/config.yml index c2d4c72a9f..349c4c5d3c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -349,21 +349,21 @@ workflows: filters: branches: only: - - csp-headers + - free # This is alternate dev env for parallel testing - "build-qa": context : org-global filters: branches: only: - - thrive-rss + - free # This is beta env for production soft releases - "build-prod-beta": context : org-global filters: branches: only: - - csp-headers + - free # This is stage env for production QA releases - "build-prod-staging": context : org-global diff --git a/package.json b/package.json index da9928d998..04c52c6094 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.5", + "topcoder-react-lib": "1000.29.1", "topcoder-react-ui-kit": "2.0.1", "topcoder-react-utils": "0.7.8", "turndown": "^4.0.2",