Browse Source

Bump to sonar-ui-common@1.0.20

tags/8.5.0.37579
Philippe Perrin 3 years ago
parent
commit
2ce2331792

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

@@ -21,7 +21,7 @@
"react-dom": "16.13.0",
"react-helmet": "5.2.1",
"react-typography": "0.16.19",
"sonar-ui-common": "1.0.14",
"sonar-ui-common": "1.0.20",
"typography": "0.16.19"
},
"devDependencies": {

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

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

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=
sonar-ui-common@1.0.20:
version "1.0.20"
resolved "https://repox.jfrog.io/repox/api/npm/npm/sonar-ui-common/-/sonar-ui-common-1.0.20.tgz#a52edc4f847b93dd7d0d0c686277f20ba3aaa234"
integrity sha1-pS7cT4R7k919DQxoYnfyC6OqojQ=
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.14",
"sonar-ui-common": "1.0.20",
"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.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=
sonar-ui-common@1.0.20:
version "1.0.20"
resolved "https://repox.jfrog.io/repox/api/npm/npm/sonar-ui-common/-/sonar-ui-common-1.0.20.tgz#a52edc4f847b93dd7d0d0c686277f20ba3aaa234"
integrity sha1-pS7cT4R7k919DQxoYnfyC6OqojQ=
dependencies:
"@types/react-select" "1.2.6"
classnames "2.2.6"

Loading…
Cancel
Save