Skip to content

Commit

Permalink
Issue #22: upgrade all the grafana libs to the last 9.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
idrissneumann committed Nov 23, 2023
1 parent 5a5e25f commit 6a392b0
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 192 deletions.
1 change: 0 additions & 1 deletion build_and_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
npm install
npm run build
mage -v
go test -v ./pkg/...
docker-compose up --build --force-recreate
233 changes: 44 additions & 189 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"@emotion/css": "^11.1.3",
"@grafana/data": "9.5.14",
"@grafana/experimental": "^1.1.0",
"@grafana/runtime": "9.5.1",
"@grafana/ui": "9.5.1",
"@grafana/runtime": "9.5.14",
"@grafana/ui": "9.5.14",
"@reduxjs/toolkit": "^1.9.5",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down

0 comments on commit 6a392b0

Please sign in to comment.