Skip to content

Commit 01d36b9

Browse files
Bump the dependencies group across 1 directory with 5 updates
Bumps the dependencies group with 3 updates in the / directory: [@grafana/data](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-data), [@grafana/runtime](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-runtime) and [@grafana/plugin-e2e](https://github.com/grafana/plugin-tools/tree/HEAD/packages/plugin-e2e). Updates `@grafana/data` from 11.4.0 to 11.5.2 - [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/v11.5.2/packages/grafana-data) Updates `@grafana/runtime` from 11.4.0 to 11.5.2 - [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/v11.5.2/packages/grafana-runtime) Updates `@grafana/schema` from 11.4.0 to 11.5.2 - [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/v11.5.2/packages/grafana-schema) Updates `@grafana/ui` from 11.4.0 to 11.5.2 - [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/v11.5.2/packages/grafana-ui) Updates `@grafana/plugin-e2e` from 1.15.0 to 1.18.3 - [Release notes](https://github.com/grafana/plugin-tools/releases) - [Changelog](https://github.com/grafana/plugin-tools/blob/main/packages/plugin-e2e/CHANGELOG.md) - [Commits](https://github.com/grafana/plugin-tools/commits/@grafana/[email protected]/packages/plugin-e2e) --- updated-dependencies: - dependency-name: "@grafana/data" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@grafana/runtime" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@grafana/schema" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@grafana/ui" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@grafana/plugin-e2e" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 13daa88 commit 01d36b9

File tree

2 files changed

+632
-668
lines changed

2 files changed

+632
-668
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@babel/core": "^7.25.7",
2828
"@grafana/eslint-config": "^7.0.0",
29-
"@grafana/plugin-e2e": "^1.15.0",
29+
"@grafana/plugin-e2e": "^2.0.2",
3030
"@grafana/tsconfig": "^2.0.0",
3131
"@playwright/test": "^1.50.1",
3232
"@swc/core": "^1.7.26",
@@ -74,10 +74,10 @@
7474
},
7575
"dependencies": {
7676
"@emotion/css": "11.13.4",
77-
"@grafana/data": "^11.4.0",
78-
"@grafana/runtime": "^11.4.0",
79-
"@grafana/schema": "^11.2.2",
80-
"@grafana/ui": "^11.2.2",
77+
"@grafana/data": "^12.0.0",
78+
"@grafana/runtime": "^12.0.0",
79+
"@grafana/schema": "^12.0.0",
80+
"@grafana/ui": "^12.0.0",
8181
"js-sql-parser": "^1.6.0",
8282
"pgsql-ast-parser": "^12.0.1",
8383
"react": "18.3.1",

0 commit comments

Comments
 (0)