diff --git a/.circleci/config.yml b/.circleci/config.yml index e50a7803b..2935c0963 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -71,7 +71,7 @@ workflows: - test filters: branches: - only: ['dev', 'feature/plan-timeline-events-settings', 'feature/loginFlow'] + only: ['dev'] - deployTest02: requires: - test diff --git a/package.json b/package.json index 3a7f6f81f..a82ae8d09 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "webpack-merge": "^4.1.1" }, "dependencies": { - "appirio-tech-react-components": "github:appirio-tech/react-components#feature/loginFlow", + "appirio-tech-react-components": "github:appirio-tech/react-components#feature/connectv2", "axios": "^0.13.1", "classnames": "^2.2.3", "coffeescript": "^1.12.7",