mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
2c98767d17
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
25 lines
647 B
JSON
25 lines
647 B
JSON
{
|
|
"name": "@grafana/plugin-configs",
|
|
"description": "Shared dependencies and files for core plugins",
|
|
"private": true,
|
|
"version": "11.3.0-pre",
|
|
"dependencies": {
|
|
"tslib": "2.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/tsconfig": "^2.0.0",
|
|
"@swc/core": "1.4.2",
|
|
"@types/eslint": "8.56.10",
|
|
"copy-webpack-plugin": "12.0.2",
|
|
"eslint": "8.57.0",
|
|
"eslint-webpack-plugin": "4.2.0",
|
|
"fork-ts-checker-webpack-plugin": "9.0.2",
|
|
"glob": "11.0.0",
|
|
"replace-in-file-webpack-plugin": "1.0.6",
|
|
"swc-loader": "0.2.6",
|
|
"typescript": "5.5.4",
|
|
"webpack": "5.95.0"
|
|
},
|
|
"packageManager": "yarn@4.5.0"
|
|
}
|