Skip to content

Commit 8a1404b

Browse files
Update grafana dependencies
1 parent 5ab982a commit 8a1404b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/create-plugin/templates/common/.config/docker-compose-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
context: .
88
args:
99
grafana_image: ${GRAFANA_IMAGE:-{{~grafanaImage~}} }
10-
grafana_version: ${GRAFANA_VERSION:-12.4.0}
10+
grafana_version: ${GRAFANA_VERSION:-13.0.1}
1111
development: ${DEVELOPMENT:-false}
1212
anonymous_auth_enabled: ${ANONYMOUS_AUTH_ENABLED:-true}
1313
ports:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@grafana/eslint-config": "^9.0.0",
2020
"@grafana/plugin-e2e": "^3.6.1",
21-
"@grafana/tsconfig": "^2.0.1",
21+
"@grafana/tsconfig": "^2.1.0",
2222
"@playwright/test": "^1.57.0",{{#if useExperimentalRspack}}
2323
"@rspack/core": "^1.6.0",
2424
"@rspack/cli": "^1.6.0",{{/if}}

0 commit comments

Comments
 (0)