Skip to content

Commit ad25efe

Browse files
chore(deps): update grafana patch dependencies
1 parent da7f0c2 commit ad25efe

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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.2.0}
10+
grafana_version: ${GRAFANA_VERSION:-12.2.1}
1111
development: ${DEVELOPMENT:-false}
1212
anonymous_auth_enabled: ${ANONYMOUS_AUTH_ENABLED:-true}
1313
ports:

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@grafana/eslint-config": "^8.2.0",
2020
"@grafana/plugin-e2e": "^2.2.0",
21-
"@grafana/tsconfig": "^2.0.0",
21+
"@grafana/tsconfig": "^2.0.1",
2222
"@playwright/test": "^1.52.0",{{#if useExperimentalRspack}}
2323
"@rspack/core": "^1.3.0",
2424
"@rspack/cli": "^1.3.0",{{/if}}
@@ -71,11 +71,11 @@
7171
},
7272
"dependencies": {
7373
"@emotion/css": "11.10.6",
74-
"@grafana/data": "^12.2.0",
75-
"@grafana/i18n": "^12.2.0",
76-
"@grafana/runtime": "^12.2.0",
77-
"@grafana/ui": "^12.2.0",
78-
"@grafana/schema": "^12.2.0",{{#if_eq pluginType "scenesapp" }}
74+
"@grafana/data": "^12.2.1",
75+
"@grafana/i18n": "^12.2.1",
76+
"@grafana/runtime": "^12.2.1",
77+
"@grafana/ui": "^12.2.1",
78+
"@grafana/schema": "^12.2.1",{{#if_eq pluginType "scenesapp" }}
7979
"@grafana/scenes": "{{ scenesVersion }}",{{/if_eq}}
8080
"react": "18.2.0",
8181
"react-dom": "18.2.0"{{#if isAppType}},

0 commit comments

Comments
 (0)