Skip to content

Commit

Permalink
fix: define right internal dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Feb 27, 2019
1 parent 6659b5b commit 30a91b4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions core/docz-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion core/docz-theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions core/gatsby-theme-docz/package.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 30a91b4

Please sign in to comment.