Skip to content

Commit 84120bf

Browse files
Bump the dependencies group with 6 updates
Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@grafana/data](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-data) | `11.6.0` | `12.2.1` | | [@grafana/plugin-ui](https://github.com/grafana/plugin-ui) | `0.10.5` | `0.11.1` | | [@grafana/runtime](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-runtime) | `11.6.0` | `12.2.1` | | [@grafana/schema](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-schema) | `11.6.0` | `12.2.1` | | [@grafana/ui](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-ui) | `11.6.0` | `12.2.1` | | [@grafana/plugin-e2e](https://github.com/grafana/plugin-tools/tree/HEAD/packages/plugin-e2e) | `1.19.3` | `2.2.3` | Updates `@grafana/data` from 11.6.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/plugin-ui` from 0.10.5 to 0.11.1 - [Release notes](https://github.com/grafana/plugin-ui/releases) - [Changelog](https://github.com/grafana/plugin-ui/blob/main/CHANGELOG.md) - [Commits](https://github.com/grafana/plugin-ui/commits) Updates `@grafana/runtime` from 11.6.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 11.6.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 11.6.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/plugin-e2e` from 1.19.3 to 2.2.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-version: 12.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@grafana/plugin-ui" dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@grafana/runtime" dependency-version: 12.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@grafana/schema" dependency-version: 12.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@grafana/ui" dependency-version: 12.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@grafana/plugin-e2e" dependency-version: 2.2.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6d85d98 commit 84120bf

File tree

2 files changed

+532
-509
lines changed

2 files changed

+532
-509
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@grafana/e2e": "11.0.4",
2727
"@grafana/e2e-selectors": "11.6.0",
2828
"@grafana/eslint-config": "^8.0.0",
29-
"@grafana/plugin-e2e": "^1.19.3",
29+
"@grafana/plugin-e2e": "^2.2.3",
3030
"@grafana/tsconfig": "^2.0.0",
3131
"@playwright/test": "^1.55.1",
3232
"@stylistic/eslint-plugin-ts": "^3.1.0",
@@ -79,11 +79,11 @@
7979
},
8080
"dependencies": {
8181
"@emotion/css": "11.11.2",
82-
"@grafana/data": "^11.6.0",
83-
"@grafana/plugin-ui": "^0.10.5",
84-
"@grafana/runtime": "^11.6.0",
85-
"@grafana/schema": "^11.3.2",
86-
"@grafana/ui": "^11.3.2",
82+
"@grafana/data": "^12.2.1",
83+
"@grafana/plugin-ui": "^0.11.1",
84+
"@grafana/runtime": "^12.2.1",
85+
"@grafana/schema": "^12.2.1",
86+
"@grafana/ui": "^12.2.1",
8787
"react": "18.2.0",
8888
"react-dom": "18.2.0",
8989
"react-router-dom": "5.3.4",

0 commit comments

Comments
 (0)