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

Commit 1936b96

Browse files
committed
fix(deps): bump @sourcegraph/extension-api-types
1 parent 684adc0 commit 1936b96

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
},
3030
"author": "Felix Becker <felix@sourcegraph.com>",
3131
"dependencies": {
32-
"@sourcegraph/event-positions": "^1.0.1",
33-
"@sourcegraph/extension-api-types": "^1.0.1",
32+
"@sourcegraph/event-positions": "^1.0.2",
33+
"@sourcegraph/extension-api-types": "^2.0.0",
3434
"lodash": "^4.17.10",
3535
"rxjs": "^6.3.3",
3636
"ts-key-enum": "^2.0.0"
@@ -79,6 +79,7 @@
7979
"rimraf": "^2.6.2",
8080
"semantic-release": "^15.6.3",
8181
"sinon": "^7.0.0",
82+
"sourcegraph": "^22.0.0",
8283
"ts-node": "^7.0.0",
8384
"tslint": "^5.10.0",
8485
"typescript": "^3.2.1",

yarn.lock

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -376,21 +376,19 @@
376376
array-from "^2.1.1"
377377
lodash.get "^4.4.2"
378378

379-
"@sourcegraph/event-positions@^1.0.1":
380-
version "1.0.1"
381-
resolved "https://registry.yarnpkg.com/@sourcegraph/event-positions/-/event-positions-1.0.1.tgz#aa83c38170275db4e696a6d5fc0f4d1e733713be"
382-
integrity sha512-CTmFVVcw0C+z6DWpW2EiyeAqhC1mrcAndyKh+ZSriRu3r4ZL1/6JG6JQFSqydLp4PelXOh/p8GqtdDdQae83Vw==
379+
"@sourcegraph/event-positions@^1.0.2":
380+
version "1.0.2"
381+
resolved "https://registry.yarnpkg.com/@sourcegraph/event-positions/-/event-positions-1.0.2.tgz#4c8150d14bdd25c4a2d6b2e14d589948a98ae4fc"
382+
integrity sha512-EAfB5fz1AvUGw3MfHqH+i0fki8NqHLUSxNPeqTf5tnjvOyh/93tLug3HSEHfqGhCOFYTEUpXEYZ1NRNBci+XvA==
383383
dependencies:
384-
"@sourcegraph/extension-api-types" "^1.1.0"
384+
"@sourcegraph/extension-api-types" "^2.0.0"
385385
lodash "^4.17.10"
386386
rxjs "^6.3.2"
387387

388-
"@sourcegraph/extension-api-types@^1.0.1", "@sourcegraph/extension-api-types@^1.1.0":
389-
version "1.1.0"
390-
resolved "https://registry.yarnpkg.com/@sourcegraph/extension-api-types/-/extension-api-types-1.1.0.tgz#a947b1784c721e6e81988785e0a6fe6b9ebec7a3"
391-
integrity sha512-XSImr1Xcjvtq0OrKTUhQLd8RhFMAvsIzCEqYLZ99fI/+252SJowuOGMGe7vMp0XLZ5cZxswJcdYdTiM6XOOsZA==
392-
dependencies:
393-
sourcegraph "*"
388+
"@sourcegraph/extension-api-types@^2.0.0":
389+
version "2.0.0"
390+
resolved "https://registry.yarnpkg.com/@sourcegraph/extension-api-types/-/extension-api-types-2.0.0.tgz#b38145521c0549b2be300df53bac48b648ccbc2d"
391+
integrity sha512-Te7F1RQJLBH4C8wQ2xz0nPC2vpe13F80V+Yv+c3GySOoh4DcLNN4P5u51Kh4aZPqeS5DJ7CKvHyX2SM/1EBXNg==
394392

395393
"@sourcegraph/prettierrc@^2.2.0":
396394
version "2.2.0"
@@ -6914,10 +6912,10 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
69146912
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
69156913
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
69166914

6917-
sourcegraph@*:
6918-
version "20.1.0"
6919-
resolved "https://registry.yarnpkg.com/sourcegraph/-/sourcegraph-20.1.0.tgz#9ba6c0e57107b1fe66c4299db32c7780094398cc"
6920-
integrity sha512-zbpDsFtExHQ04eJvQ2IIoi1rWrJU7Uhw4wXoy7V9Xpj/qMgbNnV4dev1kDg24y6F9vXM+jSONRrVcg/EO/UMag==
6915+
sourcegraph@^22.0.0:
6916+
version "22.0.0"
6917+
resolved "https://registry.yarnpkg.com/sourcegraph/-/sourcegraph-22.0.0.tgz#b259929c31bf367f5160056698a881dc26eb36bd"
6918+
integrity sha512-cJHby0OPCM0y0BmRTKhY89D02f9koROluHMJGQGNE8q9CoIVbe1s6ctHCytz7bjY9mKtCpQMbtxYQhfIm5S4lg==
69216919

69226920
spawn-error-forwarder@~1.0.0:
69236921
version "1.0.0"

0 commit comments

Comments
 (0)