Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit b8d8b91

Browse files
chore(deps): update grafana packages (#646)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b3409f7 commit b8d8b91

3 files changed

Lines changed: 219 additions & 187 deletions

File tree

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "./.config/.eslintrc",
33
"rules": {
4+
"deprecation/deprecation": "off",
45
"react-hooks/rules-of-hooks": "off",
56
"react-hooks/exhaustive-deps": "off"
67
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@
7474
"dependencies": {
7575
"@emotion/css": "^11.13.5",
7676
"@emotion/serialize": "^1.3.3",
77-
"@grafana/data": "^11.6.1",
77+
"@grafana/data": "^12.0.0",
7878
"@grafana/experimental": "^2.1.2",
79-
"@grafana/runtime": "^11.6.1",
80-
"@grafana/schema": "^11.6.1",
81-
"@grafana/ui": "^11.6.1",
79+
"@grafana/runtime": "^12.0.0",
80+
"@grafana/schema": "^12.0.0",
81+
"@grafana/ui": "^12.0.0",
8282
"lodash": "^4.17.21",
8383
"react": "^18.3.1",
8484
"react-dom": "^18.3.1",

0 commit comments

Comments
 (0)