diff options
author | philippe-perrin-sonarsource <philippe.perrin@sonarsource.com> | 2019-08-07 11:16:44 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-08-09 20:21:25 +0200 |
commit | 7ae93382eb4a2f4d364beb529b15140d53791ce7 (patch) | |
tree | d1ddcd987557b2de19e4169c7a2e5977406c9378 /server/sonar-web/package.json | |
parent | a5c755840083007e6531254cc9d7f6e566b250fd (diff) | |
download | sonarqube-7ae93382eb4a2f4d364beb529b15140d53791ce7.tar.gz sonarqube-7ae93382eb4a2f4d364beb529b15140d53791ce7.zip |
SONAR-12322 Project Mark/Unmark as favorite button is not refreshing properly when switching of project
Diffstat (limited to 'server/sonar-web/package.json')
-rw-r--r-- | server/sonar-web/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/package.json b/server/sonar-web/package.json index d31730a77ac..e909a0cfcad 100644 --- a/server/sonar-web/package.json +++ b/server/sonar-web/package.json @@ -35,7 +35,7 @@ "regenerator-runtime": "0.13.2", "remark-custom-blocks": "2.3.0", "remark-slug": "5.1.0", - "sonar-ui-common": "0.0.19", + "sonar-ui-common": "0.0.20", "unist-util-visit": "1.4.0", "valid-url": "1.0.9", "whatwg-fetch": "2.0.4" |