mirror of
https://github.com/grafana/grafana.git
synced 2025-09-24 19:23:51 +08:00
Chore: Set tsconfig target to ES6 (#44842)
* chore(tsconfig): update grafana/tsconfig to 1.2.0 for outputting es6 * rewrote the unsubscription part to use first(). * test: update failing tests to work with es6 output * removed bug where we dispatch a promise instead of an array of ritch history. Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
"@babel/preset-env": "7.13.12",
|
||||
"@grafana/data": "8.5.0-pre",
|
||||
"@grafana/eslint-config": "2.5.2",
|
||||
"@grafana/tsconfig": "^1.0.0-rc1",
|
||||
"@grafana/tsconfig": "^1.2.0-rc1",
|
||||
"@grafana/ui": "8.5.0-pre",
|
||||
"@jest/core": "26.6.3",
|
||||
"@rushstack/eslint-patch": "1.0.6",
|
||||
|
Reference in New Issue
Block a user