From 30a91b41c474476c75baab5b614796d413024f42 Mon Sep 17 00:00:00 2001 From: Pedro Nauck Date: Wed, 27 Feb 2019 15:13:57 -0300 Subject: [PATCH] fix: define right internal dependencies version --- core/docz-core/package.json | 4 ++-- core/docz-theme-default/package.json | 2 +- core/gatsby-theme-docz/package.json | 12 ++++++------ examples/gatsby/package.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/core/docz-core/package.json b/core/docz-core/package.json index 0e267cb13..5f1e7b902 100644 --- a/core/docz-core/package.json +++ b/core/docz-core/package.json @@ -36,7 +36,7 @@ "common-tags": "^1.8.0", "deepmerge": "^3.2.0", "detect-port": "^1.3.0", - "docz-utils": "^0.13.5", + "docz-utils": "^0.13.6", "dotenv": "^6.2.0", "env-dot-prop": "^2.0.1", "express": "^4.16.4", @@ -61,7 +61,7 @@ "react-docgen-typescript": "^1.12.3", "react-hot-loader": "^4.7.1", "recast": "^0.17.3", - "rehype-docz": "^0.13.5", + "rehype-docz": "^0.13.6", "rehype-slug": "^2.0.2", "remark-docz": "^0.13.3", "remark-frontmatter": "^1.3.1", diff --git a/core/docz-theme-default/package.json b/core/docz-theme-default/package.json index d9b1ab330..045e973c8 100644 --- a/core/docz-theme-default/package.json +++ b/core/docz-theme-default/package.json @@ -23,7 +23,7 @@ "@tippy.js/react": "^2.1.1", "codemirror": "^5.44.0", "copy-text-to-clipboard": "^1.0.4", - "docz": "^0.13.5", + "docz": "^0.13.6", "facepaint": "^1.2.1", "hotkeys-js": "^3.4.4", "lodash": "^4.17.11", diff --git a/core/gatsby-theme-docz/package.json b/core/gatsby-theme-docz/package.json index 6014d8d81..6a71c158f 100644 --- a/core/gatsby-theme-docz/package.json +++ b/core/gatsby-theme-docz/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-docz", - "version": "0.13.5", + "version": "0.13.6", "description": "Gatsby theme created to use Docz", "license": "MIT", "author": "Pedro Nauck (pedronauck@gmail.com)", @@ -19,10 +19,10 @@ "babel-plugin-export-metadata": "^0.13.4", "change-case": "^3.1.0", "chokidar": "^2.1.2", - "docz": "^0.13.5", - "docz-core": "^0.13.5", - "docz-theme-default": "^0.13.5", - "docz-utils": "^0.13.5", + "docz": "^0.13.6", + "docz-core": "^0.13.6", + "docz-theme-default": "^0.13.6", + "docz-utils": "^0.13.6", "fs-extra": "^7.0.1", "gatsby": "^2.1.18", "gatsby-mdx": "^0.4.0", @@ -35,7 +35,7 @@ "react": "^16.8.3", "react-dom": "^16.8.3", "react-helmet": "^5.2.0", - "rehype-docz": "^0.13.5", + "rehype-docz": "^0.13.6", "rehype-slug": "^2.0.2", "remark-docz": "^0.13.3", "remark-frontmatter": "^1.3.1", diff --git a/examples/gatsby/package.json b/examples/gatsby/package.json index d301e3fff..8ad918c93 100644 --- a/examples/gatsby/package.json +++ b/examples/gatsby/package.json @@ -25,6 +25,6 @@ "gatsby": "^2.1.18", "gatsby-mdx": "^0.4.0", "gatsby-plugin-eslint": "^2.0.4", - "gatsby-theme-docz": "^0.13.5" + "gatsby-theme-docz": "^0.13.6" } }