Skip to content

Commit

Permalink
remove angular dependency, cleanup (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktw4071 authored Jan 25, 2023
1 parent 26694ff commit b885ec6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions src/DataSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@ 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<GitHubQuery, GithubDataSourceOptions> {
templateSrv = getTemplateSrv();

constructor(instanceSettings: DataSourceInstanceSettings<GithubDataSourceOptions>) {
super(instanceSettings);
this.annotations = {
QueryEditor,
prepareAnnotation,
};
}
Expand Down
4 changes: 0 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b885ec6

Please sign in to comment.