* 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>
6 lines
110 B
JSON
6 lines
110 B
JSON
{
|
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
|
"npmClient": "yarn",
|
|
"version": "11.5.8"
|
|
}
|