Skip to content

Commit

Permalink
chore(deps): update grafana dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and sunker committed Dec 9, 2024
1 parent 9180367 commit f2e3772
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 @@ -74,11 +74,11 @@
},
"dependencies": {
"@emotion/css": "11.10.6",
"@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}}
"@grafana/data": "^11.4.0",
"@grafana/runtime": "^11.4.0",
"@grafana/ui": "^11.4.0",
"@grafana/schema": "^11.4.0",{{#if_eq pluginType "scenesapp"}}
"@grafana/scenes": "^5.29.0",{{/if_eq}}
"react": "18.2.0",
"react-dom": "18.2.0",{{#if isAppType}}
"react-router-dom": "^{{ reactRouterVersion }}",
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.2}
grafana_version: ${GRAFANA_VERSION:-11.4.0}
development: ${DEVELOPMENT:-false}
ports:
- 3000:3000/tcp
Expand Down

0 comments on commit f2e3772

Please sign in to comment.