Skip to content

Commit

Permalink
chore(deps): update grafana patch dependencies to v11.3.2 (#1381)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent e712134 commit 6bb5a7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/create-plugin/templates/common/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
},
"dependencies": {
"@emotion/css": "11.10.6",
"@grafana/data": "^11.3.1",
"@grafana/runtime": "^11.3.1",
"@grafana/ui": "^11.3.1",
"@grafana/schema": "^11.3.1",{{#if_eq pluginType "scenesapp"}}
"@grafana/data": "^11.3.2",
"@grafana/runtime": "^11.3.2",
"@grafana/ui": "^11.3.2",
"@grafana/schema": "^11.3.2",{{#if_eq pluginType "scenesapp"}}
"@grafana/scenes": "^5.28.1",{{/if_eq}}
"react": "18.2.0",
"react-dom": "18.2.0",{{#if isAppType}}
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.3.1}
grafana_version: ${GRAFANA_VERSION:-11.3.2}
development: ${DEVELOPMENT:-false}
ports:
- 3000:3000/tcp
Expand Down

0 comments on commit 6bb5a7e

Please sign in to comment.