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

Commit 2c92695

Browse files
committed
fix(deps): update dependency rxjs to v7
1 parent 73f4129 commit 2c92695

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@sourcegraph/event-positions": "^1.0.4",
3434
"@sourcegraph/extension-api-types": "^2.1.0",
3535
"lodash": "^4.17.10",
36-
"rxjs": "6.6.3",
36+
"rxjs": "7.4.0",
3737
"sourcegraph": "^24.0.0 || ^25.0.0 || ^25.0.0",
3838
"ts-key-enum": "^2.0.0"
3939
},

yarn.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7694,7 +7694,14 @@ run-queue@^1.0.0, run-queue@^1.0.3:
76947694
dependencies:
76957695
aproba "^1.1.1"
76967696

7697-
[email protected], rxjs@^6.3.2:
7697+
7698+
version "7.4.0"
7699+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.4.0.tgz#a12a44d7eebf016f5ff2441b87f28c9a51cebc68"
7700+
integrity sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w==
7701+
dependencies:
7702+
tslib "~2.1.0"
7703+
7704+
rxjs@^6.3.2:
76987705
version "6.6.3"
76997706
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552"
77007707
integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==
@@ -8770,10 +8777,10 @@ tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
87708777
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
87718778
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
87728779

8773-
tslib@^2:
8774-
version "2.3.1"
8775-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
8776-
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
8780+
tslib@^2, tslib@~2.1.0:
8781+
version "2.1.0"
8782+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
8783+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
87778784

87788785
tsutils-etc@^1.0.0:
87798786
version "1.2.2"

0 commit comments

Comments
 (0)