diff --git a/package.json b/package.json index a7f98dc6..40a04eb7 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,6 @@ "@grafana/e2e": "8.4.7", "@grafana/e2e-selectors": "8.4.7", "@grafana/toolkit": "8.4.7", - "@types/grafana": "github:CorpGlory/types-grafana.git", "@types/lodash": "latest", "cspell": "6.13.3", "cypress": "7.7.0" diff --git a/src/DataSource.ts b/src/DataSource.ts index c5aae017..45388e3b 100644 --- a/src/DataSource.ts +++ b/src/DataSource.ts @@ -13,7 +13,6 @@ import { replaceVariables } from './variables'; import { isValid } from './validation'; import { getAnnotationsFromFrame } from 'common/annotationsFromDataFrame'; import { prepareAnnotation } from 'migrations'; -import QueryEditor from 'views/QueryEditor'; export class GithubDataSource extends DataSourceWithBackend { templateSrv = getTemplateSrv(); @@ -21,7 +20,6 @@ export class GithubDataSource extends DataSourceWithBackend) { super(instanceSettings); this.annotations = { - QueryEditor, prepareAnnotation, }; } diff --git a/yarn.lock b/yarn.lock index a7d0b496..06f9e7c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3322,10 +3322,6 @@ dependencies: "@types/node" "*" -"@types/grafana@github:CorpGlory/types-grafana.git": - version "4.6.3" - resolved "https://codeload.github.com/CorpGlory/types-grafana/tar.gz/8c55ade5212f089748f6955f73e8f753fff9f278" - "@types/hoist-non-react-statics@^3.3.0": version "3.3.1" resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f"