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

Commit 0ac0d73

Browse files
committed
chore(deps): upgrade @sourcegraph/event-positions
1 parent 28f0dae commit 0ac0d73

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"author": "Felix Becker <[email protected]>",
3131
"dependencies": {
32-
"@sourcegraph/event-positions": "^1.0.0",
32+
"@sourcegraph/event-positions": "^1.0.1",
3333
"@sourcegraph/extension-api-types": "^1.0.1",
3434
"lodash": "^4.17.10",
3535
"rxjs": "^6.3.3",

yarn.lock

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

379-
"@sourcegraph/event-positions@^1.0.0":
380-
version "1.0.0"
381-
resolved "https://registry.yarnpkg.com/@sourcegraph/event-positions/-/event-positions-1.0.0.tgz#0ed852ccb6d4b4074007b8bc18185ffb6ae7b775"
382-
integrity sha512-MUTu6kkOcRINJTLNmYfdFAjkzhogU2tyJR5beFBj1nOe9AP+RKRekhO2xc0LS5YnsB4ZxgUthey+clSiMF+jlg==
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==
383383
dependencies:
384+
"@sourcegraph/extension-api-types" "^1.1.0"
384385
lodash "^4.17.10"
385386
rxjs "^6.3.2"
386-
vscode-languageserver-types "^3.8.2"
387387

388-
"@sourcegraph/extension-api-types@^1.0.1":
388+
"@sourcegraph/extension-api-types@^1.0.1", "@sourcegraph/extension-api-types@^1.1.0":
389389
version "1.1.0"
390390
resolved "https://registry.yarnpkg.com/@sourcegraph/extension-api-types/-/extension-api-types-1.1.0.tgz#a947b1784c721e6e81988785e0a6fe6b9ebec7a3"
391391
integrity sha512-XSImr1Xcjvtq0OrKTUhQLd8RhFMAvsIzCEqYLZ99fI/+252SJowuOGMGe7vMp0XLZ5cZxswJcdYdTiM6XOOsZA==
@@ -7698,11 +7698,6 @@ void-elements@^2.0.0:
76987698
resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"
76997699
integrity sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=
77007700

7701-
vscode-languageserver-types@^3.8.2:
7702-
version "3.13.0"
7703-
resolved "https://registry.yarnpkg.com/vscode-languageserver-types/-/vscode-languageserver-types-3.13.0.tgz#b704b024cef059f7b326611c99b9c8753c0a18b4"
7704-
integrity sha512-BnJIxS+5+8UWiNKCP7W3g9FlE7fErFw0ofP5BXJe7c2tl0VeWh+nNHFbwAS2vmVC4a5kYxHBjRy0UeOtziemVA==
7705-
77067701
watchpack@^1.5.0:
77077702
version "1.6.0"
77087703
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.6.0.tgz#4bc12c2ebe8aa277a71f1d3f14d685c7b446cd00"

0 commit comments

Comments
 (0)