From ac9774e7bbcdf421030f8151ef525e768da70f85 Mon Sep 17 00:00:00 2001 From: Dominik Prokop Date: Thu, 11 Jul 2019 14:18:07 +0200 Subject: [PATCH] lerna add data package to ui --- .circleci/config.yml | 8 ++++---- packages/grafana-ui/package.json | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) 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",