From 0cb9fb8c759ec6b0386ea49a7800bdcd13e33ecf Mon Sep 17 00:00:00 2001 From: colramos-amd Date: Thu, 1 Dec 2022 15:45:59 -0600 Subject: [PATCH] Lock Grafana UI dependencies to specific version Signed-off-by: colramos-amd [ROCm/rocprofiler-compute commit: c32e2f91416b60b1a5f5710029348bd03c9bbe76] --- .../grafana_plugins/svg_plugin/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/projects/rocprofiler-compute/grafana_plugins/svg_plugin/package.json b/projects/rocprofiler-compute/grafana_plugins/svg_plugin/package.json index 1908ef09ea..fb88025c1d 100644 --- a/projects/rocprofiler-compute/grafana_plugins/svg_plugin/package.json +++ b/projects/rocprofiler-compute/grafana_plugins/svg_plugin/package.json @@ -13,19 +13,19 @@ "author": "Audacious Software Group", "license": "MIT", "devDependencies": { - "@grafana/data": "latest", "@grafana/toolkit": "latest", - "@grafana/ui": "latest", - "emotion": "10.0.27" + "emotion": "10.0.27", + "react-monaco-editor": "^0.44.0", + "tslib": "^2.3.1" }, "engines": { "node": ">=14" }, "dependencies": { - "@grafana/runtime": "^8.1.1", - "@svgdotjs/svg.js": "^3.1.1", - "react-monaco-editor": "^0.44.0", - "tslib": "^2.3.1" + "@grafana/runtime": "9.1.2", + "@grafana/data": "9.1.2", + "@grafana/ui": "9.1.2", + "@svgdotjs/svg.js": "^3.1.1" }, "_comments": "Dependencies are not included as part of Omniperf. It's the user's responsibility to accept any licensing implications before building the project." }