Skip to content

build(deps): Bump react-router-dom from 5.3.4 to 6.26.2 #280

build(deps): Bump react-router-dom from 5.3.4 to 6.26.2

build(deps): Bump react-router-dom from 5.3.4 to 6.26.2 #280

Workflow file for this run

name: Latest Grafana API compatibility check
on: [pull_request]
jobs:
compatibilitycheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable --prefer-offline
- name: Build plugin
run: yarn build
- name: Compatibility check
run: npx @grafana/levitate@latest is-compatible --path src/module.ts --target @grafana/data@11.1.3,@grafana/ui@11.1.3,@grafana/runtime@11.1.3