Skip to content

Commit 61922f0

Browse files
chore: update configuration to latest version (#461)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ed0562e commit 61922f0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+10952
-9725
lines changed

examples/app-basic/.config/.cprc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "5.14.1"
2+
"version": "5.15.1"
33
}

examples/app-basic/.config/docker-compose-base.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
context: .
88
args:
99
grafana_image: ${GRAFANA_IMAGE:-grafana-enterprise}
10-
grafana_version: ${GRAFANA_VERSION:-11.3.2}
10+
grafana_version: ${GRAFANA_VERSION:-11.5.1}
1111
development: ${DEVELOPMENT:-false}
1212
anonymous_auth_enabled: ${ANONYMOUS_AUTH_ENABLED:-true}
1313
ports:

examples/app-basic/package-lock.json

+622-570
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/app-basic/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@babel/core": "^7.21.4",
2121
"@grafana/eslint-config": "^8.0.0",
22-
"@grafana/plugin-e2e": "^1.17.0",
22+
"@grafana/plugin-e2e": "^1.17.1",
2323
"@grafana/plugin-meta-extractor": "^0.0.2",
2424
"@grafana/tsconfig": "^2.0.0",
2525
"@playwright/test": "^1.48.0",
@@ -73,10 +73,10 @@
7373
},
7474
"dependencies": {
7575
"@emotion/css": "11.10.6",
76-
"@grafana/data": "^11.3.2",
77-
"@grafana/runtime": "^11.3.2",
78-
"@grafana/schema": "^11.3.2",
79-
"@grafana/ui": "^11.3.2",
76+
"@grafana/data": "^11.5.1",
77+
"@grafana/runtime": "^11.5.1",
78+
"@grafana/schema": "^11.5.1",
79+
"@grafana/ui": "^11.5.1",
8080
"@types/lodash": "latest",
8181
"react": "18.2.0",
8282
"react-dom": "18.2.0",
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "5.14.1"
2+
"version": "5.15.1"
33
}

examples/app-with-backend/.config/docker-compose-base.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
context: .
88
args:
99
grafana_image: ${GRAFANA_IMAGE:-grafana-enterprise}
10-
grafana_version: ${GRAFANA_VERSION:-11.3.2}
10+
grafana_version: ${GRAFANA_VERSION:-11.5.1}
1111
development: ${DEVELOPMENT:-false}
1212
anonymous_auth_enabled: ${ANONYMOUS_AUTH_ENABLED:-true}
1313
ports:

0 commit comments

Comments
 (0)