From 21763bd25390ab24f6a7cd4fbb2959a13ab9c32a Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Sat, 9 May 2020 17:13:10 -0300 Subject: [PATCH] topcoder-react-lib fix Prod using develop config --- .circleci/config.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 23019f1e68..84a81bcfab 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -188,8 +188,8 @@ workflows: filters: branches: only: - - hot-fix-hall-of-fame - develop + - config-hotfix # 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 dfc7e769a1..a40b51fbfe 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "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": "v0.17.0", + "topcoder-react-lib": "v1000.15.4", "topcoder-react-ui-kit": "^1.0.11", "topcoder-react-utils": "0.7.8", "turndown": "^4.0.2",