Skip to content

Commit 30a9601

Browse files
Bump the dependency-updates group with 8 updates
Bumps the dependency-updates group with 8 updates: | Package | From | To | | --- | --- | --- | | [@grafana/aws-sdk](https://github.com/grafana/grafana-aws-sdk-react) | `0.0.46` | `0.7.0` | | [@grafana/data](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-data) | `9.5.21` | `11.6.0` | | [@grafana/runtime](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-runtime) | `9.5.21` | `11.6.0` | | [@grafana/ui](https://github.com/grafana/grafana/tree/HEAD/packages/grafana-ui) | `9.5.21` | `11.6.0` | | [@playwright/test](https://github.com/microsoft/playwright) | `1.33.0` | `1.51.1` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.14.195` | `4.17.16` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `19.1.0` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `19.1.0` | Updates `@grafana/aws-sdk` from 0.0.46 to 0.7.0 - [Release notes](https://github.com/grafana/grafana-aws-sdk-react/releases) - [Changelog](https://github.com/grafana/grafana-aws-sdk-react/blob/main/CHANGELOG.md) - [Commits](https://github.com/grafana/grafana-aws-sdk-react/commits/v0.7.0) Updates `@grafana/data` from 9.5.21 to 11.6.0 - [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.6.0/packages/grafana-data) Updates `@grafana/runtime` from 9.5.21 to 11.6.0 - [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.6.0/packages/grafana-runtime) Updates `@grafana/ui` from 9.5.21 to 11.6.0 - [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.6.0/packages/grafana-ui) Updates `@playwright/test` from 1.33.0 to 1.51.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.33.0...v1.51.1) Updates `@types/lodash` from 4.14.195 to 4.17.16 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `react` from 18.2.0 to 19.1.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.1.0/packages/react) Updates `react-dom` from 18.2.0 to 19.1.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.1.0/packages/react-dom) --- updated-dependencies: - dependency-name: "@grafana/aws-sdk" dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependency-updates - dependency-name: "@grafana/data" dependency-version: 11.6.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependency-updates - dependency-name: "@grafana/runtime" dependency-version: 11.6.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependency-updates - dependency-name: "@grafana/ui" dependency-version: 11.6.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependency-updates - dependency-name: "@playwright/test" dependency-version: 1.51.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependency-updates - dependency-name: "@types/lodash" dependency-version: 4.17.16 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependency-updates - dependency-name: react dependency-version: 19.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependency-updates - dependency-name: react-dom dependency-version: 19.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependency-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e141106 commit 30a9601

File tree

2 files changed

+1577
-204
lines changed

2 files changed

+1577
-204
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
},
1717
"license": "Apache-2.0",
1818
"devDependencies": {
19-
"@grafana/data": "9.5.21",
20-
"@grafana/runtime": "9.5.21",
19+
"@grafana/data": "11.6.0",
20+
"@grafana/runtime": "11.6.0",
2121
"@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"
22+
"@grafana/ui": "11.6.0",
23+
"@playwright/test": "1.51.1",
24+
"@types/lodash": "4.17.16",
25+
"react": "^19.1.0",
26+
"react-dom": "^19.1.0"
2727
},
2828
"resolutions": {
2929
"rxjs": "7.5.5"
@@ -32,6 +32,6 @@
3232
"node": ">=14"
3333
},
3434
"dependencies": {
35-
"@grafana/aws-sdk": "^0.0.46"
35+
"@grafana/aws-sdk": "^0.7.0"
3636
}
3737
}

0 commit comments

Comments
 (0)