diff --git a/.circleci/config.yml b/.circleci/config.yml index 810c4633bd..366712d55e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -232,6 +232,7 @@ workflows: only: - hot-fix - integration-v5-develop + - develop # This is alternate dev env for parallel testing - "build-test": context : org-global @@ -254,6 +255,7 @@ workflows: only: - hot-fix - integration-v5-develop + - develop # This is stage env for production QA releases - "build-prod-staging": context : org-global @@ -261,6 +263,7 @@ workflows: branches: only: - integration-v5-challenge-api + - hot-fix # 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 84484a97e0..e8542c7a64 100644 --- a/package.json +++ b/package.json @@ -136,8 +136,8 @@ "tc-accounts": "git+https://github.com/appirio-tech/accounts-app.git#dev", "tc-core-library-js": "github:appirio-tech/tc-core-library-js#v2.6.3", "tc-ui": "^1.0.12", - "topcoder-react-lib": "1000.19.51", - "topcoder-react-ui-kit": "1000.0.4", + "topcoder-react-lib": "1.0.0", + "topcoder-react-ui-kit": "2.0.0", "topcoder-react-utils": "0.7.8", "turndown": "^4.0.2", "url-parse": "^1.4.1",