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

Commit 5368ec6

Browse files
committed
fix(deps): update dependency rxjs to v7
1 parent 998d0c7 commit 5368ec6

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
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: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7653,7 +7653,14 @@ run-queue@^1.0.0, run-queue@^1.0.3:
76537653
dependencies:
76547654
aproba "^1.1.1"
76557655

7656-
[email protected], rxjs@^6.3.2:
7656+
7657+
version "7.4.0"
7658+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.4.0.tgz#a12a44d7eebf016f5ff2441b87f28c9a51cebc68"
7659+
integrity sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w==
7660+
dependencies:
7661+
tslib "~2.1.0"
7662+
7663+
rxjs@^6.3.2:
76577664
version "6.6.3"
76587665
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552"
76597666
integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==
@@ -8715,6 +8722,11 @@ tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
87158722
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
87168723
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
87178724

8725+
tslib@~2.1.0:
8726+
version "2.1.0"
8727+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
8728+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
8729+
87188730
tsutils-etc@^1.0.0:
87198731
version "1.2.2"
87208732
resolved "https://registry.npmjs.org/tsutils-etc/-/tsutils-etc-1.2.2.tgz#cdeeb777574a5c1b15b27658cb8424f7f7139831"

0 commit comments

Comments
 (0)