Skip to content

Commit

Permalink
chore: update Grafana 9.x dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amlmtl committed Nov 8, 2023
1 parent ad4e83c commit 7e1f872
Show file tree
Hide file tree
Showing 4 changed files with 294 additions and 288 deletions.
2 changes: 1 addition & 1 deletion docker/dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM grafana/grafana:9.5.2-ubuntu
FROM grafana/grafana:9.5.13-ubuntu

USER root
WORKDIR /root
Expand Down
2 changes: 1 addition & 1 deletion docker/test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM grafana/grafana:9.5.2-ubuntu
FROM grafana/grafana:9.5.13-ubuntu

USER root
WORKDIR /root
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.21.4",
"@grafana/e2e": "9.5.3",
"@grafana/e2e-selectors": "9.5.3",
"@grafana/e2e": "9",
"@grafana/e2e-selectors": "9",
"@grafana/eslint-config": "^6.0.0",
"@grafana/tsconfig": "^1.2.0-rc1",
"@swc/core": "^1.3.62",
Expand Down Expand Up @@ -59,9 +59,9 @@
},
"dependencies": {
"@emotion/css": "^11.1.3",
"@grafana/data": "9.5.3",
"@grafana/runtime": "9.5.3",
"@grafana/ui": "9.5.3",
"@grafana/data": "9",
"@grafana/runtime": "9",
"@grafana/ui": "9",
"react": "17.0.2",
"react-dom": "17.0.2",
"tslib": "2.5.3"
Expand Down
Loading

0 comments on commit 7e1f872

Please sign in to comment.