aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorJeremy Davis <jeremy.davis@sonarsource.com>2020-07-20 13:29:11 +0200
committersonartech <sonartech@sonarsource.com>2020-07-21 20:05:29 +0000
commit9bd12105f58d54a18ad2d0e64cc7f8f081b8b276 (patch)
tree1ef6361ce1717765e3434254c355b177c6b3e90f /server
parent5c92f5c8f5254b649c38fb5c5fc8ff6c91659f86 (diff)
downloadsonarqube-9bd12105f58d54a18ad2d0e64cc7f8f081b8b276.tar.gz
sonarqube-9bd12105f58d54a18ad2d0e64cc7f8f081b8b276.zip
SONAR-13619 Upgrade sonar-ui-common
Diffstat (limited to 'server')
-rw-r--r--server/sonar-docs/package.json2
-rw-r--r--server/sonar-docs/yarn.lock8
-rw-r--r--server/sonar-web/package.json2
-rw-r--r--server/sonar-web/src/main/js/app/theme.js2
-rw-r--r--server/sonar-web/yarn.lock8
5 files changed, 12 insertions, 10 deletions
diff --git a/server/sonar-docs/package.json b/server/sonar-docs/package.json
index 3e83fefc98f..c5c97c7d1f8 100644
--- a/server/sonar-docs/package.json
+++ b/server/sonar-docs/package.json
@@ -21,7 +21,7 @@
"react-dom": "16.13.0",
"react-helmet": "5.2.1",
"react-typography": "0.16.19",
- "sonar-ui-common": "1.0.11",
+ "sonar-ui-common": "1.0.14",
"typography": "0.16.19"
},
"devDependencies": {
diff --git a/server/sonar-docs/yarn.lock b/server/sonar-docs/yarn.lock
index b830b361d84..82b6a0ede1e 100644
--- a/server/sonar-docs/yarn.lock
+++ b/server/sonar-docs/yarn.lock
@@ -12736,10 +12736,10 @@ sockjs@0.3.19:
faye-websocket "^0.10.0"
uuid "^3.0.1"
-sonar-ui-common@1.0.11:
- version "1.0.11"
- resolved "https://repox.jfrog.io/repox/api/npm/npm/sonar-ui-common/-/sonar-ui-common-1.0.11.tgz#609ada7f909698c1cf31f3f75ab361f0e5872f2c"
- integrity sha1-YJraf5CWmMHPMfP3WrNh8OWHLyw=
+sonar-ui-common@1.0.14:
+ version "1.0.14"
+ resolved "https://repox.jfrog.io/repox/api/npm/npm/sonar-ui-common/-/sonar-ui-common-1.0.14.tgz#a9e189404eb29051c47241dbc83729c03b8c1cad"
+ integrity sha1-qeGJQE6ykFHEckHbyDcpwDuMHK0=
dependencies:
"@types/react-select" "1.2.6"
classnames "2.2.6"
diff --git a/server/sonar-web/package.json b/server/sonar-web/package.json
index 841385c6347..dc8da65b911 100644
--- a/server/sonar-web/package.json
+++ b/server/sonar-web/package.json
@@ -38,7 +38,7 @@
"rehype-slug": "3.0.0",
"remark-custom-blocks": "2.5.0",
"remark-rehype": "6.0.0",
- "sonar-ui-common": "1.0.11",
+ "sonar-ui-common": "1.0.14",
"unist-util-visit": "2.0.2",
"valid-url": "1.0.9",
"whatwg-fetch": "3.0.0"
diff --git a/server/sonar-web/src/main/js/app/theme.js b/server/sonar-web/src/main/js/app/theme.js
index 548cbc3a042..b9f551711ae 100644
--- a/server/sonar-web/src/main/js/app/theme.js
+++ b/server/sonar-web/src/main/js/app/theme.js
@@ -195,6 +195,8 @@ module.exports = {
globalBannerZIndex: '60',
+ contextbarZIndex: '420',
+
tooltipZIndex: '8000',
dropdownMenuZIndex: '7500',
diff --git a/server/sonar-web/yarn.lock b/server/sonar-web/yarn.lock
index 2e651c02078..27151d0136e 100644
--- a/server/sonar-web/yarn.lock
+++ b/server/sonar-web/yarn.lock
@@ -10765,10 +10765,10 @@ sockjs@0.3.19:
faye-websocket "^0.10.0"
uuid "^3.0.1"
-sonar-ui-common@1.0.11:
- version "1.0.11"
- resolved "https://repox.jfrog.io/repox/api/npm/npm/sonar-ui-common/-/sonar-ui-common-1.0.11.tgz#609ada7f909698c1cf31f3f75ab361f0e5872f2c"
- integrity sha1-YJraf5CWmMHPMfP3WrNh8OWHLyw=
+sonar-ui-common@1.0.14:
+ version "1.0.14"
+ resolved "https://repox.jfrog.io/repox/api/npm/npm/sonar-ui-common/-/sonar-ui-common-1.0.14.tgz#a9e189404eb29051c47241dbc83729c03b8c1cad"
+ integrity sha1-qeGJQE6ykFHEckHbyDcpwDuMHK0=
dependencies:
"@types/react-select" "1.2.6"
classnames "2.2.6"