Update dependency @sourcegraph/extension-api-classes to ^1.1.0

This commit is contained in:
Renovate Bot 2020-07-16 22:19:09 +00:00 committed by renovate[bot]
parent 94e2c76bd2
commit 36015d49ea
2 changed files with 5 additions and 5 deletions

View File

@ -265,7 +265,7 @@
"@sentry/browser": "^5.19.0",
"@slimsag/react-shortcuts": "^1.2.1",
"@sourcegraph/codeintellify": "^7.1.0",
"@sourcegraph/extension-api-classes": "^1.0.3",
"@sourcegraph/extension-api-classes": "^1.1.0",
"@sourcegraph/extension-api-types": "link:packages/@sourcegraph/extension-api-types",
"@sourcegraph/react-loading-spinner": "0.0.7",
"@sqs/jsonc-parser": "^1.0.3",

View File

@ -2289,10 +2289,10 @@
lodash "^4.17.10"
rxjs "^6.3.2"
"@sourcegraph/extension-api-classes@^1.0.3":
version "1.0.3"
resolved "https://registry.npmjs.org/@sourcegraph/extension-api-classes/-/extension-api-classes-1.0.3.tgz#a8b071451626414c5489aa31a9ea21d43080d339"
integrity sha512-nGDB8IAyDmA3/kaMYkYk4eOdUT4DGAJGcxGEe7zjRNywvktRH63eXdPttQCOkazpGmq3udL7Ael/HQmynkUzcw==
"@sourcegraph/extension-api-classes@^1.1.0":
version "1.1.0"
resolved "https://registry.npmjs.org/@sourcegraph/extension-api-classes/-/extension-api-classes-1.1.0.tgz#4e3f16875639f88c6783dd356cb128fa53cee091"
integrity sha512-7VHKaqcDlHqsG8gNWeAJ+deOvhYJyFkrceSUOf6fkYZ1t+0rk2BaSPu6YyylMm7jmy/Kybq5DnOW8Jsymiwnmg==
dependencies:
"@sourcegraph/extension-api-types" "^2.1.0"