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 Dec 5, 2024
1 parent 6bb5a7e commit bf36778
Showing 1 changed file with 5 additions and 5 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

0 comments on commit bf36778

Please sign in to comment.