Browse Source

Update sonar-ui-common to 1.0.24

tags/8.5.0.37579
Wouter Admiraal 3 years ago
parent
commit
cacdd3c3a1

+ 1
- 1
server/sonar-docs/package.json View File

@@ -23,7 +23,7 @@
"react-helmet": "5.2.1",
"react-typography": "0.16.19",
"rehype-react": "6.1.0",
"sonar-ui-common": "1.0.22",
"sonar-ui-common": "1.0.24",
"typography": "0.16.19"
},
"devDependencies": {

+ 4
- 4
server/sonar-docs/yarn.lock View File

@@ -13126,10 +13126,10 @@ sockjs@0.3.19:
faye-websocket "^0.10.0"
uuid "^3.0.1"

sonar-ui-common@1.0.22:
version "1.0.22"
resolved "https://repox.jfrog.io/repox/api/npm/npm/sonar-ui-common/-/sonar-ui-common-1.0.22.tgz#938d5293eae683a7149bb0a05ac2e81f0e34f171"
integrity sha1-k41Sk+rmg6cUm7CgWsLoHw408XE=
sonar-ui-common@1.0.24:
version "1.0.24"
resolved "https://repox.jfrog.io/repox/api/npm/npm/sonar-ui-common/-/sonar-ui-common-1.0.24.tgz#2a22f606ef041b0a45b2948ff9dc08e97ba23495"
integrity sha1-KiL2Bu8EGwpFspSP+dwI6XuiNJU=
dependencies:
"@types/react-select" "1.2.6"
classnames "2.2.6"

+ 1
- 1
server/sonar-web/package.json View File

@@ -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.22",
"sonar-ui-common": "1.0.24",
"unist-util-visit": "2.0.2",
"valid-url": "1.0.9",
"whatwg-fetch": "3.0.0"

+ 4
- 4
server/sonar-web/yarn.lock View File

@@ -10765,10 +10765,10 @@ sockjs@0.3.19:
faye-websocket "^0.10.0"
uuid "^3.0.1"

sonar-ui-common@1.0.22:
version "1.0.22"
resolved "https://repox.jfrog.io/repox/api/npm/npm/sonar-ui-common/-/sonar-ui-common-1.0.22.tgz#938d5293eae683a7149bb0a05ac2e81f0e34f171"
integrity sha1-k41Sk+rmg6cUm7CgWsLoHw408XE=
sonar-ui-common@1.0.24:
version "1.0.24"
resolved "https://repox.jfrog.io/repox/api/npm/npm/sonar-ui-common/-/sonar-ui-common-1.0.24.tgz#2a22f606ef041b0a45b2948ff9dc08e97ba23495"
integrity sha1-KiL2Bu8EGwpFspSP+dwI6XuiNJU=
dependencies:
"@types/react-select" "1.2.6"
classnames "2.2.6"

Loading…
Cancel
Save