grafana/packages/grafana-plugin-configs/package.json
grafana-delivery-bot[bot] 675a58b680
Release: Bump version to 11.3.0-pre (#91863)
* bump version 11.3.0-pre

* fix linters with: yarn run prettier:write

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Diego Augusto Molina <diegoaugustomolina@gmail.com>
2024-08-14 18:34:14 -03:00

25 lines
651 B
JSON

{
"name": "@grafana/plugin-configs",
"description": "Shared dependencies and files for core plugins",
"private": true,
"version": "11.3.0-pre",
"dependencies": {
"tslib": "2.6.3"
},
"devDependencies": {
"@grafana/tsconfig": "^1.3.0-rc1",
"@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": "10.4.1",
"replace-in-file-webpack-plugin": "1.0.6",
"swc-loader": "0.2.6",
"typescript": "5.4.5",
"webpack": "5.91.0"
},
"packageManager": "yarn@4.4.0"
}