From 4c1971c6b6b6402e8cde2fd48f0b6900e3cee338 Mon Sep 17 00:00:00 2001 From: Muhammed Thanish Date: Mon, 10 Oct 2016 09:37:39 +0530 Subject: [PATCH 1/2] Update @kadira/storybook dev dependency --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b62674fe600f..6b3801a40344 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "deploy-storybook": "storybook-to-ghpages", "prepublish": "node .scripts/npm-prepublish.js", - "storybook": "STORYBOOK_CLOUD_URL='http://localhost:3003/graphql' STORYBOOK_CLOUD_APPID='test-appid' STORYBOOK_CLOUD_DATABASE='test-database' start-storybook -p 3006", + "storybook": "STORYBOOK_CLOUD_URL='http://localhost:3003/graphql' start-storybook -p 3000", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/kadirahq/storybook-addon-comments#readme", "devDependencies": { - "@kadira/storybook": "^2.13.1", + "@kadira/storybook": "^2.24.0", "@kadira/storybook-addons": "^1.5.0", "@kadira/storybook-database-cloud": "^2.1.2", "@kadira/storybook-deployer": "^1.2.0", From 2d3d967733c67bf16142da9ab87087e4dfd3f2e6 Mon Sep 17 00:00:00 2001 From: Muhammed Thanish Date: Mon, 10 Oct 2016 09:41:58 +0530 Subject: [PATCH 2/2] Change the port back to 3006 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b3801a40344..50ed20f42e90 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "deploy-storybook": "storybook-to-ghpages", "prepublish": "node .scripts/npm-prepublish.js", - "storybook": "STORYBOOK_CLOUD_URL='http://localhost:3003/graphql' start-storybook -p 3000", + "storybook": "STORYBOOK_CLOUD_URL='http://localhost:3003/graphql' start-storybook -p 3006", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {