Skip to content

Commit 401db3c

Browse files
fix(deps): update grafana dependencies
1 parent 398668d commit 401db3c

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package-lock.json

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/create-plugin/templates/common/_package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{{#if useCypress}} "@grafana/e2e": "^11.0.7",
2222
"@grafana/e2e-selectors": "^11.5.2",{{/if}}
2323
"@grafana/eslint-config": "^8.0.0",{{#if usePlaywright}}
24-
"@grafana/plugin-e2e": "^1.17.1",{{/if}}
24+
"@grafana/plugin-e2e": "^1.18.3",{{/if}}
2525
"@grafana/tsconfig": "^2.0.0",{{#if usePlaywright}}
2626
"@playwright/test": "^1.41.2",{{/if}}
2727
"@stylistic/eslint-plugin-ts": "^2.9.0",
@@ -76,7 +76,7 @@
7676
"@grafana/runtime": "^11.5.2",
7777
"@grafana/ui": "^11.5.2",
7878
"@grafana/schema": "^11.5.2",{{#if_eq pluginType "scenesapp"}}
79-
"@grafana/scenes": "^5.41.3",{{/if_eq}}
79+
"@grafana/scenes": "^6.1.4",{{/if_eq}}
8080
"react": "18.2.0",
8181
"react-dom": "18.2.0"{{#if isAppType}},
8282
"react-router-dom": "^{{ reactRouterVersion }}",

0 commit comments

Comments
 (0)