Skip to content

Commit 2c0fdb5

Browse files
Bump the grafana-dependencies group with 6 updates
Bumps the grafana-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@grafana/data](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-data) | `12.1.0` | `12.2.1` | | [@grafana/prometheus](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-prometheus) | `12.1.0` | `12.2.1` | | [@grafana/runtime](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-runtime) | `12.1.0` | `12.2.1` | | [@grafana/schema](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-schema) | `12.1.0` | `12.2.1` | | [@grafana/ui](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-ui) | `12.1.0` | `12.2.1` | | [@grafana/e2e-selectors](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-e2e-selectors) | `12.1.0` | `12.2.1` | Updates `@grafana/data` from 12.1.0 to 12.2.1 - [Release notes](https://github.com/grafana/grafana/releases) - [Changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md) - [Commits](https://github.com/grafana/grafana/commits/v12.2.1/packages/grafana-data) Updates `@grafana/prometheus` from 12.1.0 to 12.2.1 - [Release notes](https://github.com/grafana/grafana/releases) - [Changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md) - [Commits](https://github.com/grafana/grafana/commits/v12.2.1/packages/grafana-prometheus) Updates `@grafana/runtime` from 12.1.0 to 12.2.1 - [Release notes](https://github.com/grafana/grafana/releases) - [Changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md) - [Commits](https://github.com/grafana/grafana/commits/v12.2.1/packages/grafana-runtime) Updates `@grafana/schema` from 12.1.0 to 12.2.1 - [Release notes](https://github.com/grafana/grafana/releases) - [Changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md) - [Commits](https://github.com/grafana/grafana/commits/v12.2.1/packages/grafana-schema) Updates `@grafana/ui` from 12.1.0 to 12.2.1 - [Release notes](https://github.com/grafana/grafana/releases) - [Changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md) - [Commits](https://github.com/grafana/grafana/commits/v12.2.1/packages/grafana-ui) Updates `@grafana/e2e-selectors` from 12.1.0 to 12.2.1 - [Release notes](https://github.com/grafana/grafana/releases) - [Changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md) - [Commits](https://github.com/grafana/grafana/commits/v12.2.1/packages/grafana-e2e-selectors) --- updated-dependencies: - dependency-name: "@grafana/data" dependency-version: 12.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grafana-dependencies - dependency-name: "@grafana/prometheus" dependency-version: 12.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grafana-dependencies - dependency-name: "@grafana/runtime" dependency-version: 12.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grafana-dependencies - dependency-name: "@grafana/schema" dependency-version: 12.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grafana-dependencies - dependency-name: "@grafana/ui" dependency-version: 12.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grafana-dependencies - dependency-name: "@grafana/e2e-selectors" dependency-version: 12.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: grafana-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 75cd769 commit 2c0fdb5

File tree

2 files changed

+315
-363
lines changed

2 files changed

+315
-363
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@babel/core": "7.27.1",
2525
"@emotion/eslint-plugin": "11.12.0",
2626
"@eslint/compat": "1.3.0",
27-
"@grafana/e2e-selectors": "12.1.0",
27+
"@grafana/e2e-selectors": "12.2.1",
2828
"@grafana/eslint-config": "8.0.0",
2929
"@grafana/plugin-e2e": "^2.0.1",
3030
"@grafana/tsconfig": "^2.0.0",
@@ -91,13 +91,13 @@
9191
"dependencies": {
9292
"@emotion/css": "11.13.5",
9393
"@grafana/azure-sdk": "^0.0.7",
94-
"@grafana/data": "12.1.0",
94+
"@grafana/data": "12.2.1",
9595
"@grafana/i18n": "12.1.0",
9696
"@grafana/plugin-ui": "^0.10.3",
97-
"@grafana/prometheus": "12.1.0",
98-
"@grafana/runtime": "12.1.0",
99-
"@grafana/schema": "12.1.0",
100-
"@grafana/ui": "12.1.0",
97+
"@grafana/prometheus": "12.2.1",
98+
"@grafana/runtime": "12.2.1",
99+
"@grafana/schema": "12.2.1",
100+
"@grafana/ui": "12.2.1",
101101
"lodash": "4.17.21",
102102
"react": "18.3.1",
103103
"react-dom": "18.3.1",

0 commit comments

Comments
 (0)