diff --git a/.circleci/config.yml b/.circleci/config.yml index 0eb81da18..52c5ec847 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -356,7 +356,7 @@ workflows: filters: branches: only: - - TCA-768_member-profile-tca-certs + - free # This is alternate dev env for parallel testing - "build-qa": context : org-global @@ -372,7 +372,7 @@ workflows: filters: branches: only: - - feat/GAME-224 + - free # This is stage env for production QA releases - "build-prod-staging": context : org-global diff --git a/package-lock.json b/package-lock.json index 2ca65ed80..5d5f2e260 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24974,7 +24974,7 @@ } }, "tc-core-library-js": { - "version": "github:appirio-tech/tc-core-library-js#f45352974dafe5a10c86fc50bdd59ef399b50c65", + "version": "github:appirio-tech/tc-core-library-js#049c58633669e1a906ad5a6be08db817471e6ae6", "requires": { "auth0-js": "9.20.1", "axios": "0.19.2", diff --git a/package.json b/package.json index 0a2d58ff8..a3197393d 100644 --- a/package.json +++ b/package.json @@ -162,9 +162,9 @@ "showdown": "^1.8.6", "slick-carousel": "^1.8.1", "supertest": "^3.1.0", - "tc-core-library-js": "github:appirio-tech/tc-core-library-js#v2.6.3", + "tc-core-library-js": "github:appirio-tech/tc-core-library-js#v2.6.3.1", "tc-ui": "^1.0.12", - "topcoder-react-lib": "1.2.10", + "topcoder-react-lib": "1.2.11", "topcoder-react-ui-kit": "2.0.1", "topcoder-react-utils": "0.7.8", "turndown": "^4.0.2",