Files
grafana/lerna.json
T
github-actions[bot]grafana-delivery-bot[bot] <grafana-delivery-bot[bot]@users.noreply.github.com>jev forsberg
be0a7c6131 Release: 11.5.7 (#108541)
* Update changelog

* Update version to 11.5.7

* fix: change @grafana/plugin-configs dependencies to workspace:*

- Fixed yarn install failure where @grafana/plugin-configs was being fetched from npm registry
- Changed all plugin package.json files to use 'workspace:*' instead of specific versions (11.5.7/11.5.8)
- Updated yarn.lock to reflect workspace dependencies
- This resolves the 404 error in drone CI yarn install step

Affected files:
- e2e/test-plugins/grafana-test-datasource/package.json (11.5.7 -> workspace:*)
- All plugin datasource package.json files (11.5.8 -> workspace:*)
- Updated lockfile with correct workspace references

---------

Co-authored-by: grafana-delivery-bot[bot] <grafana-delivery-bot[bot]@users.noreply.github.com>
Co-authored-by: jev forsberg <jev.forsberg@grafana.com>
2025-07-23 17:26:01 +01:00

6 lines
110 B
JSON

{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "yarn",
"version": "11.5.8"
}