diff --git a/.circleci/config.yml b/.circleci/config.yml index 15501610135..bb27ed19ecf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -628,10 +628,10 @@ jobs: - image: circleci/node:10 steps: - checkout - - run: - name: yarn install - command: 'yarn install --pure-lockfile --no-progress' - no_output_timeout: 5m + # - run: + # name: yarn install + # command: 'yarn install --pure-lockfile --no-progress' + # no_output_timeout: 5m - run: name: boostrap lerna command: 'npx lerna bootstrap' diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index 6b27f4e3bbd..47426a9b083 100644 --- a/packages/grafana-ui/package.json +++ b/packages/grafana-ui/package.json @@ -21,6 +21,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "dependencies": { + "@grafana/data": "^6.4.0-alpha.2", "@torkelo/react-select": "2.1.1", "@types/react-color": "2.17.0", "classnames": "2.2.6",