ef9e0b77e9
* Update changelog * Update version to 11.0.3 * fix changelog --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Diego Augusto Molina <diegoaugustomolina@gmail.com>
21 lines
539 B
JSON
21 lines
539 B
JSON
{
|
|
"name": "@grafana/plugin-configs",
|
|
"description": "Shared dependencies and files for core plugins",
|
|
"private": true,
|
|
"version": "11.0.4",
|
|
"dependencies": {
|
|
"tslib": "2.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/tsconfig": "^1.3.0-rc1",
|
|
"copy-webpack-plugin": "12.0.2",
|
|
"eslint-webpack-plugin": "4.1.0",
|
|
"fork-ts-checker-webpack-plugin": "9.0.2",
|
|
"glob": "10.3.10",
|
|
"replace-in-file-webpack-plugin": "1.0.6",
|
|
"swc-loader": "0.2.6",
|
|
"webpack": "5.91.0"
|
|
},
|
|
"packageManager": "yarn@4.1.0"
|
|
}
|