We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5ecc0 commit 84a1da8Copy full SHA for 84a1da8
packages/create-plugin/templates/common/_package.json
@@ -21,7 +21,7 @@
21
{{#if useCypress}} "@grafana/e2e": "^11.0.7",
22
"@grafana/e2e-selectors": "^11.5.2",{{/if}}
23
"@grafana/eslint-config": "^8.0.0",{{#if usePlaywright}}
24
- "@grafana/plugin-e2e": "^1.17.1",{{/if}}
+ "@grafana/plugin-e2e": "^1.18.2",{{/if}}
25
"@grafana/tsconfig": "^2.0.0",{{#if usePlaywright}}
26
"@playwright/test": "^1.41.2",{{/if}}
27
"@stylistic/eslint-plugin-ts": "^2.9.0",
@@ -76,7 +76,7 @@
76
"@grafana/runtime": "^11.5.2",
77
"@grafana/ui": "^11.5.2",
78
"@grafana/schema": "^11.5.2",{{#if_eq pluginType "scenesapp"}}
79
- "@grafana/scenes": "^5.41.3",{{/if_eq}}
+ "@grafana/scenes": "^6.0.2",{{/if_eq}}
80
"react": "18.2.0",
81
"react-dom": "18.2.0"{{#if isAppType}},
82
"react-router-dom": "^{{ reactRouterVersion }}",
0 commit comments