Chore(dependencies): Tidy up deps in our packages (#42085)

* Chore(dependencies): Tidy up deps in root package

* Tidy up dependencies in @grafana/data

* Tidy up dependencies in @grafana/e2e

* Tidy up @grafana/e2e-selectors packages

* Tidy up packages in @grafana/runtime

* tidy up packages in @grafana/ui

* tidy up packages in jaeger-ui-components

* Readd regenerator-runtime in @grafana/data
This commit is contained in:
Ashley Harrison
2021-12-06 17:32:55 +00:00
committed by GitHub
parent d8d009ecce
commit a345b06095
10 changed files with 99 additions and 447 deletions

View File

@@ -27,23 +27,15 @@
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-node-resolve": "13.0.6",
"@types/node": "16.11.6",
"@types/rollup-plugin-visualizer": "4.2.1",
"@types/systemjs": "^0.20.6",
"rimraf": "3.0.1",
"rollup": "2.58.3",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-visualizer": "5.5.2",
"ts-loader": "6.2.1",
"ts-node": "9.0.0"
"rollup-plugin-terser": "7.0.2"
},
"types": "src/index.ts",
"dependencies": {
"@grafana/tsconfig": "^1.0.0-rc1",
"execa": "5.1.1",
"tslib": "2.3.1",
"typescript": "4.4.3",
"yaml": "^1.8.3"
"typescript": "4.4.3"
}
}