Skip to content

Commit

Permalink
Update grafana patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 9b9994a commit 3578e20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions packages/create-plugin/templates/common/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.21.4",{{#if useCypress}}
"@grafana/e2e": "^11.0.5",
"@grafana/e2e-selectors": "^11.2.1",{{/if}}
"@grafana/e2e": "^11.0.6",
"@grafana/e2e-selectors": "^11.2.2",{{/if}}
"@grafana/eslint-config": "^7.0.0",{{#if usePlaywright}}
"@grafana/plugin-e2e": "^1.8.2",{{/if}}
"@grafana/plugin-e2e": "^1.8.3",{{/if}}
"@grafana/tsconfig": "^2.0.0",{{#if usePlaywright}}
"@playwright/test": "^1.41.2",{{/if}}
"@swc/core": "^1.3.90",
Expand Down Expand Up @@ -64,11 +64,11 @@
},
"dependencies": {
"@emotion/css": "11.10.6",
"@grafana/data": "^11.2.1",
"@grafana/runtime": "^11.2.1",
"@grafana/ui": "^11.2.1",
"@grafana/data": "^11.2.2",
"@grafana/runtime": "^11.2.2",
"@grafana/ui": "^11.2.2",
"@grafana/schema": "^10.4.0",{{#if_eq pluginType "scenesapp"}}
"@grafana/scenes": "^5.16.1",{{/if_eq}}
"@grafana/scenes": "^5.16.2",{{/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.2.1}
grafana_version: ${GRAFANA_VERSION:-11.2.2}
development: ${DEVELOPMENT:-false}
ports:
- 3000:3000/tcp
Expand Down

0 comments on commit 3578e20

Please sign in to comment.