Skip to content

Commit 510ae77

Browse files
Merge pull request #5938 from topcoder-platform/features/mm-dashboard
Fix topcoder-react-lib
2 parents 40497f4 + c57de6d commit 510ae77

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ workflows:
343343
branches:
344344
only:
345345
- develop
346-
- feature/recommended-challenges-update
346+
- features/mm-dashboard
347347
# This is alternate dev env for parallel testing
348348
- "build-test":
349349
context : org-global
@@ -372,7 +372,6 @@ workflows:
372372
branches:
373373
only:
374374
- develop
375-
- ast-timeline-fix
376375
- features/mm-dashboard
377376
# Production builds are exectuted
378377
# when PR is merged to the master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"supertest": "^3.1.0",
154154
"tc-core-library-js": "github:appirio-tech/tc-core-library-js#v2.6.3",
155155
"tc-ui": "^1.0.12",
156-
"topcoder-react-lib": "1000.28.5",
156+
"topcoder-react-lib": "1000.28.6",
157157
"topcoder-react-ui-kit": "2.0.1",
158158
"topcoder-react-utils": "0.7.8",
159159
"turndown": "^4.0.2",

0 commit comments

Comments
 (0)