Skip to content

Commit 6a392b0

Browse files
committed
Issue #22: upgrade all the grafana libs to the last 9.x version
1 parent 5a5e25f commit 6a392b0

File tree

3 files changed

+46
-192
lines changed

3 files changed

+46
-192
lines changed

build_and_start.sh

-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
npm install
44
npm run build
55
mage -v
6-
go test -v ./pkg/...
76
docker-compose up --build --force-recreate

package-lock.json

+44-189
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"@emotion/css": "^11.1.3",
6464
"@grafana/data": "9.5.14",
6565
"@grafana/experimental": "^1.1.0",
66-
"@grafana/runtime": "9.5.1",
67-
"@grafana/ui": "9.5.1",
66+
"@grafana/runtime": "9.5.14",
67+
"@grafana/ui": "9.5.14",
6868
"@reduxjs/toolkit": "^1.9.5",
6969
"react": "17.0.2",
7070
"react-dom": "17.0.2",

0 commit comments

Comments
 (0)