@grafana/create-plugin 5.15.0 → 5.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v5.15.1 (Tue Feb 04 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- fix(deps): update grafana dependencies [#1508](https://github.com/grafana/plugin-tools/pull/1508) ([@renovate[bot]](https://github.com/renovate[bot]))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v5.15.0 (Tue Feb 04 2025)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/create-plugin",
|
|
3
|
-
"version": "5.15.
|
|
3
|
+
"version": "5.15.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"directory": "packages/create-plugin",
|
|
6
6
|
"url": "https://github.com/grafana/plugin-tools"
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"engines": {
|
|
87
87
|
"node": ">=20"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "31dee7d727ab7f1405fce07b14b5b37188f81f11"
|
|
90
90
|
}
|
|
@@ -7,7 +7,7 @@ services:
|
|
|
7
7
|
context: .
|
|
8
8
|
args:
|
|
9
9
|
grafana_image: ${GRAFANA_IMAGE:-{{~grafanaImage~}} }
|
|
10
|
-
grafana_version: ${GRAFANA_VERSION:-11.
|
|
10
|
+
grafana_version: ${GRAFANA_VERSION:-11.5.1}
|
|
11
11
|
development: ${DEVELOPMENT:-false}
|
|
12
12
|
anonymous_auth_enabled: ${ANONYMOUS_AUTH_ENABLED:-true}
|
|
13
13
|
ports:
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"@emotion/css": "11.10.6",
|
|
75
|
-
"@grafana/data": "^11.
|
|
76
|
-
"@grafana/runtime": "^11.
|
|
77
|
-
"@grafana/ui": "^11.
|
|
78
|
-
"@grafana/schema": "^11.
|
|
79
|
-
"@grafana/scenes": "^5.
|
|
75
|
+
"@grafana/data": "^11.5.1",
|
|
76
|
+
"@grafana/runtime": "^11.5.1",
|
|
77
|
+
"@grafana/ui": "^11.5.1",
|
|
78
|
+
"@grafana/schema": "^11.5.1",{{#if_eq pluginType "scenesapp"}}
|
|
79
|
+
"@grafana/scenes": "^5.41.1",{{/if_eq}}
|
|
80
80
|
"react": "18.2.0",
|
|
81
81
|
"react-dom": "18.2.0"{{#if isAppType}},
|
|
82
82
|
"react-router-dom": "^{{ reactRouterVersion }}",
|