Skip to content

Commit 706fd04

Browse files
chore: update configuration to latest version (#496)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 206a65d commit 706fd04

File tree

64 files changed

+6385
-7811
lines changed

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

+6385
-7811
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "5.19.0"
2+
"version": "5.19.1"
33
}

examples/app-basic/.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:-grafana-enterprise}
10-
grafana_version: ${GRAFANA_VERSION:-11.5.2}
10+
grafana_version: ${GRAFANA_VERSION:-11.5.3}
1111
development: ${DEVELOPMENT:-false}
1212
anonymous_auth_enabled: ${ANONYMOUS_AUTH_ENABLED:-true}
1313
ports:

examples/app-basic/package-lock.json

Lines changed: 366 additions & 432 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/app-basic/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
},
7575
"dependencies": {
7676
"@emotion/css": "11.10.6",
77-
"@grafana/data": "^11.5.2",
78-
"@grafana/runtime": "^11.5.2",
79-
"@grafana/schema": "^11.5.2",
80-
"@grafana/ui": "^11.5.2",
77+
"@grafana/data": "^11.5.3",
78+
"@grafana/runtime": "^11.5.3",
79+
"@grafana/schema": "^11.5.3",
80+
"@grafana/ui": "^11.5.3",
8181
"@types/lodash": "latest",
8282
"react": "18.2.0",
8383
"react-dom": "18.2.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "5.19.0"
2+
"version": "5.19.1"
33
}

examples/app-with-backend/.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:-grafana-enterprise}
10-
grafana_version: ${GRAFANA_VERSION:-11.5.2}
10+
grafana_version: ${GRAFANA_VERSION:-11.5.3}
1111
development: ${DEVELOPMENT:-false}
1212
anonymous_auth_enabled: ${ANONYMOUS_AUTH_ENABLED:-true}
1313
ports:

examples/app-with-backend/package-lock.json

Lines changed: 359 additions & 463 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/app-with-backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@
7676
},
7777
"dependencies": {
7878
"@emotion/css": "11.10.6",
79-
"@grafana/data": "^11.5.2",
80-
"@grafana/runtime": "^11.5.2",
81-
"@grafana/schema": "^11.5.2",
82-
"@grafana/ui": "^11.5.2",
79+
"@grafana/data": "^11.5.3",
80+
"@grafana/runtime": "^11.5.3",
81+
"@grafana/schema": "^11.5.3",
82+
"@grafana/ui": "^11.5.3",
8383
"react": "18.2.0",
8484
"react-dom": "18.2.0",
8585
"react-router-dom": "^5.2.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "5.19.0"
2+
"version": "5.19.1"
33
}

examples/app-with-dashboards/.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:-grafana-enterprise}
10-
grafana_version: ${GRAFANA_VERSION:-11.5.2}
10+
grafana_version: ${GRAFANA_VERSION:-11.5.3}
1111
development: ${DEVELOPMENT:-false}
1212
anonymous_auth_enabled: ${ANONYMOUS_AUTH_ENABLED:-true}
1313
ports:

0 commit comments

Comments
 (0)