Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jul 1, 2019
1 parent a6be6a1 commit c52d45f
Show file tree
Hide file tree
Showing 11 changed files with 238 additions and 150 deletions.
2 changes: 1 addition & 1 deletion core/docz-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"fast-deep-equal": "^2.0.1",
"fast-glob": "^3.0.3",
"find-up": "^4.1.0",
"fs-extra": "^8.0.1",
"fs-extra": "^8.1.0",
"get-pkg-repo": "^4.1.0",
"humanize-string": "^2.1.0",
"latest-version": "^5.1.0",
Expand Down
6 changes: 3 additions & 3 deletions core/docz-rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"chalk": "^2.4.2",
"figures": "3.0.0",
"filesize": "^4.1.2",
"fs-extra": "^8.0.1",
"fs-extra": "^8.1.0",
"gzip-size": "^5.1.1",
"lodash": "^4.17.11",
"log-update": "^3.2.0",
"rollup": "^1.16.2",
"rollup": "^1.16.3",
"rollup-plugin-alias": "^1.5.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-progress": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions core/docz-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@babel/traverse": "^7.4.5",
"art-template": "^4.13.2",
"codesandboxer-fs": "^1.0.1",
"fs-extra": "^8.0.1",
"fs-extra": "^8.1.0",
"humanize-string": "^2.1.0",
"js-string-escape": "^1.0.1",
"jsx-ast-utils": "^2.2.0",
"jsx-ast-utils": "^2.2.1",
"lodash": "^4.17.11",
"prettier": "^1.18.2",
"remark-frontmatter": "^1.3.2",
Expand Down
2 changes: 1 addition & 1 deletion core/docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"capitalize": "^2.0.0",
"docz-core": "^1.2.0",
"fast-deep-equal": "^2.0.1",
"gatsby": "^2.11.0",
"gatsby": "^2.11.7",
"lodash": "^4.17.11",
"match-sorter": "^3.1.1",
"prop-types": "^15.7.2",
Expand Down
17 changes: 8 additions & 9 deletions core/gatsby-theme-docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,40 +21,39 @@
"@loadable/component": "^5.10.1",
"@mdx-js/mdx": "^1.0.21",
"@mdx-js/react": "^1.0.21",
"@theme-ui/typography": "^0.2.0",
"@theme-ui/typography": "^0.2.1",
"@xstate/react": "^0.7.0",
"babel-plugin-export-metadata": "^1.2.0",
"copy-text-to-clipboard": "^2.1.0",
"docz": "^1.2.0",
"docz-core": "^1.2.0",
"emotion-theming": "^10.0.14",
"fs-extra": "^8.0.1",
"gatsby": "^2.11.0",
"gatsby-mdx": "^0.6.3",
"fs-extra": "^8.1.0",
"gatsby": "^2.11.7",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-compile-es6-packages": "^1.1.0",
"gatsby-plugin-emotion": "^4.1.0",
"gatsby-plugin-manifest": "^2.2.0",
"gatsby-plugin-mdx": "^1.0.6",
"gatsby-plugin-react-helmet": "^3.1.0",
"gatsby-plugin-root-import": "^2.0.5",
"hotkeys-js": "^3.6.11",
"lodash": "^4.17.11",
"mdx-utils": "^0.1.1",
"prism-react-renderer": "^0.1.7",
"prismjs": "^1.16.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-docgen-props-table": "^1.0.3",
"react-dom": "^16.8.6",
"react-feather": "^1.1.6",
"react-helmet": "^5.2.1",
"react-simple-code-editor": "^0.9.11",
"react-live": "^2.1.2",
"rehype-docz": "^1.2.0",
"rehype-slug": "^2.0.3",
"remark-docz": "^1.2.0",
"remark-frontmatter": "^1.3.2",
"theme-ui": "^0.2.0",
"theme-ui": "^0.2.1",
"typescript": "3.5.2",
"typography-theme-moraga": "^0.16.19",
"xstate": "^4.6.3",
"yargs": "^13.2.4"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions core/gatsby-theme-docz/src/components/Pre/styles.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export const wrapper = {
position: 'relative',
my: 4,
}

export const language = {
py: 1,
px: 2,
position: 'absolute',
bottom: 0,
right: 0,
fontSize: 1,
color: 'muted',
}
4 changes: 3 additions & 1 deletion core/rehype-docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@
"test": "jest"
},
"dependencies": {
"brace": "^0.11.1",
"docz-utils": "^1.2.0",
"hast-util-to-string": "^1.0.2",
"jsx-ast-utils": "^2.2.0",
"jsx-ast-utils": "^2.2.1",
"lodash": "^4.17.11",
"react-ace": "^7.0.2",
"unist-util-is": "^3.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"eslint-loader": "^2.1.2",
"eslint-plugin-flowtype": "3.11.1",
"eslint-plugin-import": "2.18.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.14.2",
"gatsby": "^2.11.0",
"gatsby": "^2.11.7",
"gatsby-mdx": "^0.6.3",
"gatsby-plugin-eslint": "^2.0.5",
"gatsby-theme-docz": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion other-packages/load-cfg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/preset-env": "^7.4.5",
"@babel/register": "^7.4.4",
"find-up": "^4.1.0",
"fs-extra": "^8.0.1",
"fs-extra": "^8.1.0",
"lodash": "^4.17.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"lint-staged": "^8.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"rollup": "^1.16.2",
"rollup": "^1.16.3",
"trash-cli": "^3.0.0",
"ts-jest": "^24.0.2",
"typescript": "3.5.2"
Expand Down
Loading

0 comments on commit c52d45f

Please sign in to comment.