Skip to content

Commit

Permalink
Update grafana dependencies (#1075)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com>
  • Loading branch information
renovate[bot] and leventebalogh authored Aug 28, 2024
1 parent b39f8e8 commit 2ccd818
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions packages/create-plugin/templates/common/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.21.4",{{#if useCypress}}
"@grafana/e2e": "^11.0.3",
"@grafana/e2e-selectors": "^11.1.4",{{/if}}
"@grafana/e2e": "^11.0.4",
"@grafana/e2e-selectors": "^11.2.0",{{/if}}
"@grafana/eslint-config": "^7.0.0",{{#if usePlaywright}}
"@grafana/plugin-e2e": "^1.7.1",{{/if}}
"@grafana/tsconfig": "^2.0.0",{{#if usePlaywright}}
Expand Down Expand Up @@ -64,9 +64,9 @@
},
"dependencies": {
"@emotion/css": "11.10.6",
"@grafana/data": "^11.1.4",
"@grafana/runtime": "^11.1.4",
"@grafana/ui": "^11.1.4",
"@grafana/data": "^11.2.0",
"@grafana/runtime": "^11.2.0",
"@grafana/ui": "^11.2.0",
"@grafana/schema": "^10.4.0",{{#if_eq pluginType "scenesapp"}}
"@grafana/scenes": "^5.10.1",{{/if_eq}}
"react": "18.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
context: ./.config
args:
grafana_image: ${GRAFANA_IMAGE:-{{~grafanaImage~}} }
grafana_version: ${GRAFANA_VERSION:-11.1.4}
grafana_version: ${GRAFANA_VERSION:-11.2.0}
development: ${DEVELOPMENT:-false}
ports:
- 3000:3000/tcp
Expand Down

0 comments on commit 2ccd818

Please sign in to comment.