mirror of
https://github.com/grafana/grafana.git
synced 2024-12-28 18:01:40 -06:00
caee68b5a8
"Release: Updated versions in package to 10.4.0-pre" Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com>
21 lines
542 B
JSON
21 lines
542 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.0"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/tsconfig": "^1.2.0-rc1",
|
|
"copy-webpack-plugin": "11.0.0",
|
|
"eslint-webpack-plugin": "4.0.1",
|
|
"fork-ts-checker-webpack-plugin": "8.0.0",
|
|
"glob": "10.3.3",
|
|
"replace-in-file-webpack-plugin": "1.0.6",
|
|
"swc-loader": "0.2.3",
|
|
"webpack": "5.89.0"
|
|
},
|
|
"packageManager": "yarn@3.6.0"
|
|
}
|