Skip to content

Commit 1d74053

Browse files
chore(deps): update grafana patch dependencies
1 parent c1c010e commit 1d74053

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"license": "Apache-2.0",
1818
"devDependencies": {
1919
"@grafana/eslint-config": "^8.2.0",
20-
"@grafana/plugin-e2e": "^3.0.0",
21-
"@grafana/tsconfig": "^2.0.0",
20+
"@grafana/plugin-e2e": "^3.0.1",
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)