Babel: Updates babel dependencies to latest version (#32534)

* Babel: Updates babel dependencies to latest version

* Fixed problem introduced by babel where calling super with prefedefined this is not supported

* fixing test

* Fixed tests

* Improve fix for QueryCtrl

* Fixed more tests

* Updated tests
This commit is contained in:
Torkel Ödegaard
2021-03-31 17:03:07 +02:00
committed by GitHub
parent f456c32f92
commit d92145be28
9 changed files with 906 additions and 976 deletions

View File

@@ -26,8 +26,8 @@
},
"main": "src/index.ts",
"dependencies": {
"@babel/core": "7.9.0",
"@babel/preset-env": "7.9.0",
"@babel/core": "7.13.14",
"@babel/preset-env": "7.13.12",
"@grafana/data": "7.5.0-pre.0",
"@grafana/eslint-config": "2.3.0",
"@grafana/tsconfig": "^1.0.0-rc1",
@@ -50,7 +50,7 @@
"@typescript-eslint/parser": "4.15.0",
"axios": "0.21.1",
"babel-jest": "26.6.3",
"babel-loader": "8.1.0",
"babel-loader": "8.2.2",
"babel-plugin-angularjs-annotate": "0.10.0",
"chalk": "^2.4.2",
"command-exists": "^1.2.8",