Skip to content

Commit

Permalink
Update dependency rxjs to ^6.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 12, 2019
1 parent 671e444 commit 03067c6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion cmd/management-console/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"deasync": "^0.1.14",
"react": "^16.8.6",
"rxjs": "^6.3.3"
"rxjs": "^6.5.2"
},
"scripts": {
"serve": "cp ../../../ui/assets/img/favicon.png ./src && ./node_modules/.bin/tsc --noEmit && ./node_modules/.bin/parcel serve --out-dir=../assets --no-source-maps -p 2680 src/index.html",
Expand Down
8 changes: 4 additions & 4 deletions cmd/management-console/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4246,10 +4246,10 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
hash-base "^3.0.0"
inherits "^2.0.1"

rxjs@^6.3.3:
version "6.3.3"
resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.3.3.tgz#3c6a7fa420e844a81390fb1158a9ec614f4bad55"
integrity sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw==
rxjs@^6.5.2:
version "6.5.2"
resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.5.2.tgz#2e35ce815cd46d84d02a209fb4e5921e051dbec7"
integrity sha512-HUb7j3kvb7p7eCUHE3FqjoDsC1xfZQ4AHFWfTKSpZ+sAhhz5X1WX0ZuUqWbzB2QhSLp3DoLUG+hMdEDKqWo2Zg==
dependencies:
tslib "^1.9.0"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
"react-visibility-sensor": "^5.0.2",
"reactstrap": "https://registry.npmjs.org/@sqs/reactstrap/-/reactstrap-6.5.0-tmp1.tgz",
"regenerator-runtime": "^0.13.2",
"rxjs": "^6.4.0",
"rxjs": "^6.5.2",
"sanitize-html": "^1.20.0",
"semver": "^6.0.0",
"sourcegraph": "link:packages/sourcegraph-extension-api",
Expand Down
14 changes: 6 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1496,8 +1496,7 @@
integrity sha512-Te7F1RQJLBH4C8wQ2xz0nPC2vpe13F80V+Yv+c3GySOoh4DcLNN4P5u51Kh4aZPqeS5DJ7CKvHyX2SM/1EBXNg==

"@sourcegraph/extension-api-types@link:packages/@sourcegraph/extension-api-types":
version "0.0.0"
uid ""
version "2.0.0"

"@sourcegraph/prettierrc@^2.2.0":
version "2.2.0"
Expand Down Expand Up @@ -13161,10 +13160,10 @@ rxjs-tslint-rules@^4.23.0:
tsutils "^3.0.0"
tsutils-etc "^1.1.0"

rxjs@^6.0.0, rxjs@^6.1.0, rxjs@^6.3.2, rxjs@^6.3.3, rxjs@^6.4.0:
version "6.4.0"
resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.4.0.tgz#f3bb0fe7bda7fb69deac0c16f17b50b0b8790504"
integrity sha512-Z9Yfa11F6B9Sg/BK9MnqnQ+aQYicPLtilXBp2yUtDt2JRCE0h26d33EnfO3ZxoNxG0T92OUucP3Ct7cpfkdFfw==
rxjs@^6.0.0, rxjs@^6.1.0, rxjs@^6.3.2, rxjs@^6.3.3, rxjs@^6.5.2:
version "6.5.2"
resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.5.2.tgz#2e35ce815cd46d84d02a209fb4e5921e051dbec7"
integrity sha512-HUb7j3kvb7p7eCUHE3FqjoDsC1xfZQ4AHFWfTKSpZ+sAhhz5X1WX0ZuUqWbzB2QhSLp3DoLUG+hMdEDKqWo2Zg==
dependencies:
tslib "^1.9.0"

Expand Down Expand Up @@ -13765,8 +13764,7 @@ source-map@^0.7.2:
integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==

"sourcegraph@link:packages/sourcegraph-extension-api":
version "0.0.0"
uid ""
version "23.0.1"

space-separated-tokens@^1.0.0:
version "1.1.2"
Expand Down

0 comments on commit 03067c6

Please sign in to comment.