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 10, 2019
1 parent 7a6a5c7 commit feb2457
Show file tree
Hide file tree
Showing 13 changed files with 88 additions and 83 deletions.
4 changes: 2 additions & 2 deletions core/docz-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"humanize-string": "^2.1.0",
"latest-version": "^5.1.0",
"load-cfg": "^1.2.0",
"lodash": "^4.17.11",
"lodash": "^4.17.14",
"minimatch": "^3.0.4",
"ora": "^3.4.0",
"react-docgen": "^4.1.1",
Expand All @@ -46,7 +46,7 @@
"signale": "^1.4.0",
"titleize": "^2.1.0",
"typescript": "3.5.3",
"xstate": "^4.6.4",
"xstate": "^4.6.7",
"yargs": "^13.2.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion core/docz-rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"filesize": "^4.1.2",
"fs-extra": "^8.1.0",
"gzip-size": "^5.1.1",
"lodash": "^4.17.11",
"lodash": "^4.17.14",
"log-update": "^3.2.0",
"rollup": "^1.16.7",
"rollup-plugin-alias": "^1.5.2",
Expand Down
2 changes: 1 addition & 1 deletion core/docz-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"humanize-string": "^2.1.0",
"js-string-escape": "^1.0.1",
"jsx-ast-utils": "^2.2.1",
"lodash": "^4.17.11",
"lodash": "^4.17.14",
"prettier": "^1.18.2",
"remark-frontmatter": "^1.3.2",
"remark-parse": "^6.0.2",
Expand Down
8 changes: 4 additions & 4 deletions core/docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
},
"dependencies": {
"@loadable/component": "^5.10.1",
"@mdx-js/react": "^1.0.21",
"@mdx-js/react": "^1.0.23",
"array-sort": "^1.0.0",
"capitalize": "^2.0.0",
"docz-core": "^1.2.0",
"fast-deep-equal": "^2.0.1",
"gatsby": "^2.13.10",
"lodash": "^4.17.11",
"gatsby": "^2.13.13",
"lodash": "^4.17.14",
"match-sorter": "^3.1.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
Expand All @@ -46,7 +46,7 @@
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@types/loadable__component": "^5.9.0",
"@types/lodash": "^4.14.136",
"@types/node": "^12.6.1",
"@types/node": "^12.6.2",
"@types/reach__router": "^1.2.4",
"@types/react": "^16.8.23",
"docz-rollup": "^1.2.0",
Expand Down
10 changes: 5 additions & 5 deletions core/gatsby-theme-docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"@loadable/component": "^5.10.1",
"@mdx-js/mdx": "^1.0.21",
"@mdx-js/react": "^1.0.21",
"@mdx-js/mdx": "^1.0.23",
"@mdx-js/react": "^1.0.23",
"@theme-ui/typography": "^0.2.5",
"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.1.0",
"gatsby": "^2.13.10",
"gatsby": "^2.13.13",
"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.1",
"gatsby-plugin-mdx": "^1.0.7",
"gatsby-plugin-mdx": "^1.0.9",
"gatsby-plugin-react-helmet": "^3.1.0",
"gatsby-plugin-root-import": "^2.0.5",
"lodash": "^4.17.11",
"lodash": "^4.17.14",
"mdx-utils": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
Expand Down
4 changes: 2 additions & 2 deletions core/rehype-docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"docz-utils": "^1.2.0",
"hast-util-to-string": "^1.0.2",
"jsx-ast-utils": "^2.2.1",
"lodash": "^4.17.11",
"lodash": "^4.17.14",
"react-ace": "^7.0.2",
"unist-util-is": "^3.0.0"
},
"devDependencies": {
"@mdx-js/mdx": "^1.0.21",
"@mdx-js/mdx": "^1.0.23",
"docz-rollup": "^1.2.0",
"eslint-config-docz-ts": "^1.2.0",
"remark-docz": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion core/remark-docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"unist-util-visit": "^1.4.1"
},
"devDependencies": {
"@mdx-js/mdx": "^1.0.21",
"@mdx-js/mdx": "^1.0.23",
"docz-rollup": "^1.2.0",
"eslint-config-docz-ts": "^1.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-plugin-import": "2.18.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.14.2",
"gatsby": "^2.13.10",
"gatsby": "^2.13.13",
"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 examples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-native-web": "^0.11.5"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/core": "^7.5.4",
"docz": "^1.2.0",
"docz-theme-default": "^1.2.0"
}
Expand Down
6 changes: 3 additions & 3 deletions other-packages/babel-plugin-export-metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
},
"dependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.3",
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@babel/template": "^7.4.4",
"babel-core": "7.0.0-bridge.0",
"lodash": "^4.17.11"
"lodash": "^4.17.14"
},
"devDependencies": {
"babel-jest": "^24.8.0",
Expand Down
6 changes: 3 additions & 3 deletions other-packages/load-cfg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"precommit": "lint-staged"
},
"dependencies": {
"@babel/preset-env": "^7.5.3",
"@babel/preset-env": "^7.5.4",
"@babel/register": "^7.4.4",
"find-up": "^4.1.0",
"fs-extra": "^8.1.0",
"lodash": "^4.17.11"
"lodash": "^4.17.14"
},
"devDependencies": {
"@types/find-up": "^2.1.1",
"@types/node": "^12.6.1",
"@types/node": "^12.6.2",
"docz-rollup": "^1.2.0",
"eslint-config-docz-ts": "^1.2.0"
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"contributors:generate": "all-contributors generate"
},
"devDependencies": {
"@babel/core": "7.5.0",
"@babel/core": "7.5.4",
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"@commitlint/config-lerna-scopes": "^8.0.0",
"@types/fs-extra": "^8.0.0",
"@types/jest": "^24.0.15",
"@types/lodash": "^4.14.136",
"@types/node": "^12.6.1",
"@types/node": "^12.6.2",
"@types/prettier": "^1.16.4",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
Expand All @@ -51,7 +51,7 @@
"husky": "^3.0.0",
"jest": "^24.8.0",
"lerna": "3.15.0",
"lint-staged": "^9.1.0",
"lint-staged": "^9.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"rollup": "^1.16.7",
Expand Down
Loading

0 comments on commit feb2457

Please sign in to comment.