Closed jackw closed 1 year ago
Yarn 1 is deprecated and nearing end of life. This PR does the following in each example directory:
npx @grafana/create-plugin update
npm install
yarn.lock
It also updates the github workflow:
Fixes: #167
Yarn 1 is deprecated and nearing end of life. This PR does the following in each example directory:
npx @grafana/create-plugin update
to get latest dev dependencies / configs / scripts etcnpm install
to migrate from yarn 1 to NPMyarn.lock
It also updates the github workflow:
Fixes: #167