We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e141106 commit 30a9601Copy full SHA for 30a9601
package.json
@@ -16,14 +16,14 @@
16
},
17
"license": "Apache-2.0",
18
"devDependencies": {
19
- "@grafana/data": "9.5.21",
20
- "@grafana/runtime": "9.5.21",
+ "@grafana/data": "11.6.0",
+ "@grafana/runtime": "11.6.0",
21
"@grafana/toolkit": "9.5.21",
22
- "@grafana/ui": "9.5.21",
23
- "@playwright/test": "1.33.0",
24
- "@types/lodash": "4.14.195",
25
- "react": "^18.2.0",
26
- "react-dom": "^18.2.0"
+ "@grafana/ui": "11.6.0",
+ "@playwright/test": "1.51.1",
+ "@types/lodash": "4.17.16",
+ "react": "^19.1.0",
+ "react-dom": "^19.1.0"
27
28
"resolutions": {
29
"rxjs": "7.5.5"
@@ -32,6 +32,6 @@
32
"node": ">=14"
33
34
"dependencies": {
35
- "@grafana/aws-sdk": "^0.0.46"
+ "@grafana/aws-sdk": "^0.7.0"
36
}
37
0 commit comments