mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 04:04:00 -06:00
612bcada41
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
21 lines
543 B
JSON
21 lines
543 B
JSON
{
|
|
"name": "@grafana/plugin-configs",
|
|
"description": "Shared dependencies and files for core plugins",
|
|
"private": true,
|
|
"version": "10.4.0-pre",
|
|
"dependencies": {
|
|
"tslib": "2.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/tsconfig": "^1.2.0-rc1",
|
|
"copy-webpack-plugin": "12.0.2",
|
|
"eslint-webpack-plugin": "4.0.1",
|
|
"fork-ts-checker-webpack-plugin": "8.0.0",
|
|
"glob": "10.3.10",
|
|
"replace-in-file-webpack-plugin": "1.0.6",
|
|
"swc-loader": "0.2.3",
|
|
"webpack": "5.90.0"
|
|
},
|
|
"packageManager": "yarn@4.1.0"
|
|
}
|