Skip to content

Commit

Permalink
Update grafana dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 5a512a9 commit 8daadbe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions packages/create-plugin/templates/common/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{{#if useCypress}} "@grafana/e2e": "^11.0.7",
"@grafana/e2e-selectors": "^11.3.1",{{/if}}
"@grafana/eslint-config": "^8.0.0",{{#if usePlaywright}}
"@grafana/plugin-e2e": "^1.13.1",{{/if}}
"@grafana/plugin-e2e": "^1.14.1",{{/if}}
"@grafana/tsconfig": "^2.0.0",{{#if usePlaywright}}
"@playwright/test": "^1.41.2",{{/if}}
"@stylistic/eslint-plugin-ts": "^2.9.0",
Expand Down Expand Up @@ -72,11 +72,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.35.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 8daadbe

Please sign in to comment.