Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit cf4d991

Browse files
committed
fix(deps): update dependency rxjs to v7
1 parent cf695bd commit cf4d991

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@sourcegraph/extension-api-types": "^2.1.0",
3434
"lodash": "^4.17.10",
35-
"rxjs": "6.6.3",
35+
"rxjs": "7.4.0",
3636
"sourcegraph": "^24.0.0 || ^25.0.0 || ^25.0.0",
3737
"ts-key-enum": "^2.0.0"
3838
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7685,12 +7685,12 @@ run-queue@^1.0.0, run-queue@^1.0.3:
76857685
dependencies:
76867686
aproba "^1.1.1"
76877687

7688-
rxjs@6.6.3:
7689-
version "6.6.3"
7690-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552"
7691-
integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==
7688+
rxjs@7.4.0:
7689+
version "7.4.0"
7690+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.4.0.tgz#a12a44d7eebf016f5ff2441b87f28c9a51cebc68"
7691+
integrity sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w==
76927692
dependencies:
7693-
tslib "^1.9.0"
7693+
tslib "~2.1.0"
76947694

76957695
safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
76967696
version "5.1.2"
@@ -8761,10 +8761,10 @@ tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
87618761
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
87628762
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
87638763

8764-
tslib@^2:
8765-
version "2.3.1"
8766-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
8767-
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
8764+
tslib@^2, tslib@~2.1.0:
8765+
version "2.1.0"
8766+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
8767+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
87688768

87698769
tsutils-etc@^1.0.0:
87708770
version "1.2.2"

0 commit comments

Comments
 (0)