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 18, 2019
1 parent 51c8639 commit b8c2db1
Show file tree
Hide file tree
Showing 14 changed files with 636 additions and 449 deletions.
4 changes: 2 additions & 2 deletions core/docz-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"titleize": "^2.1.0",
"typescript": "3.5.3",
"xstate": "^4.6.7",
"yargs": "^13.2.4"
"yargs": "^13.3.0"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.0",
"@types/find-up": "^2.1.1",
"@types/find-up": "^4.0.0",
"@types/resolve": "^0.0.8",
"@types/shelljs": "^0.8.5",
"@types/signale": "^1.2.1",
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 @@ -20,7 +20,7 @@
"gzip-size": "^5.1.1",
"lodash": "^4.17.14",
"log-update": "^3.2.0",
"rollup": "^1.16.7",
"rollup": "^1.17.0",
"rollup-plugin-alias": "^1.5.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.1",
Expand Down
8 changes: 4 additions & 4 deletions core/docz-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"precommit": "lint-staged"
},
"dependencies": {
"@babel/generator": "^7.5.0",
"@babel/parser": "^7.5.0",
"@babel/traverse": "^7.5.0",
"@babel/generator": "^7.5.5",
"@babel/parser": "^7.5.5",
"@babel/traverse": "^7.5.5",
"art-template": "^4.13.2",
"fs-extra": "^8.1.0",
"humanize-string": "^2.1.0",
Expand All @@ -37,7 +37,7 @@
"strip-indent": "^3.0.0",
"to-vfile": "^6.0.0",
"unescape-js": "^1.1.1",
"unified": "^8.1.0",
"unified": "^8.3.2",
"unist-util-find": "^1.0.1",
"unist-util-is": "^3.0.0",
"unist-util-visit": "^1.4.1"
Expand Down
8 changes: 4 additions & 4 deletions core/docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
"precommit": "lint-staged"
},
"dependencies": {
"@mdx-js/react": "^1.0.23",
"@mdx-js/react": "^1.0.27",
"array-sort": "^1.0.0",
"capitalize": "^2.0.0",
"docz-core": "^1.2.0",
"fast-deep-equal": "^2.0.1",
"gatsby": "^2.13.18",
"gatsby": "^2.13.27",
"lodash": "^4.17.14",
"marksy": "^8.0.0",
"match-sorter": "^3.1.1",
"prop-types": "^15.7.2",
"ulid": "^2.3.0",
"yargs": "^13.2.4"
"yargs": "^13.3.0"
},
"peerDependencies": {
"react": "^16.8.0",
Expand All @@ -43,7 +43,7 @@
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@types/lodash": "^4.14.136",
"@types/node": "^12.6.2",
"@types/node": "^12.6.8",
"@types/reach__router": "^1.2.4",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
Expand Down
18 changes: 9 additions & 9 deletions core/gatsby-theme-docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
"dependencies": {
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"@loadable/component": "^5.10.1",
"@mdx-js/mdx": "^1.0.25",
"@mdx-js/react": "^1.0.23",
"@loadable/component": "^5.10.2",
"@mdx-js/mdx": "^1.1.0",
"@mdx-js/react": "^1.0.27",
"@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.18",
"gatsby": "^2.13.27",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-compile-es6-packages": "^1.1.0",
"gatsby-plugin-compile-es6-packages": "^2.0.0",
"gatsby-plugin-emotion": "^4.1.2",
"gatsby-plugin-manifest": "^2.2.3",
"gatsby-plugin-mdx": "^1.0.12",
"gatsby-plugin-mdx": "^1.0.13",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby-plugin-root-import": "^2.0.5",
"lodash": "^4.17.14",
Expand All @@ -46,14 +46,14 @@
"rehype-slug": "^2.0.3",
"remark-docz": "^1.2.0",
"remark-frontmatter": "^1.3.2",
"theme-ui": "^0.2.13",
"theme-ui": "^0.2.14",
"typescript": "3.5.3",
"typography-theme-moraga": "^0.16.19",
"yargs": "^13.2.4"
"yargs": "^13.3.0"
},
"devDependencies": {
"babel-eslint": "10.0.2",
"eslint": "^5.16.0",
"eslint": "^6.0.1",
"eslint-config-docz-js": "^1.2.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion core/rehype-docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"unist-util-is": "^3.0.0"
},
"devDependencies": {
"@mdx-js/mdx": "^1.0.25",
"@mdx-js/mdx": "^1.1.0",
"docz-rollup": "^1.2.0",
"eslint-config-docz-ts": "^1.2.0",
"remark-docz": "^1.2.0"
Expand Down
6 changes: 3 additions & 3 deletions core/remark-docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"test": "jest"
},
"dependencies": {
"@babel/generator": "^7.5.0",
"@babel/types": "^7.5.0",
"@babel/generator": "^7.5.5",
"@babel/types": "^7.5.5",
"unist-util-remove": "^1.0.3",
"unist-util-visit": "^1.4.1"
},
"devDependencies": {
"@mdx-js/mdx": "^1.0.25",
"@mdx-js/mdx": "^1.1.0",
"docz-rollup": "^1.2.0",
"eslint-config-docz-ts": "^1.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@babel/preset-flow": "^7.0.0",
"docz": "^1.2.0",
"flow-bin": "^0.102.0",
"flow-typed": "^2.5.2"
"flow-typed": "^2.6.0"
}
}
4 changes: 2 additions & 2 deletions examples/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"@babel/preset-react": "^7.0.0",
"babel-eslint": "10.0.2",
"docz": "^1.2.0",
"eslint": "^5.16.0",
"eslint": "^6.0.1",
"eslint-config-react-app": "^4.0.1",
"eslint-loader": "^2.2.0",
"eslint-plugin-flowtype": "3.11.1",
"eslint-plugin-import": "2.18.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.14.2",
"gatsby": "^2.13.18",
"gatsby": "^2.13.27",
"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 @@ -21,7 +21,7 @@
"react-native-web": "^0.11.5"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/core": "^7.5.5",
"docz": "^1.2.0"
}
}
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 @@ -25,9 +25,9 @@
"test": "jest"
},
"dependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/template": "^7.4.4",
"babel-core": "7.0.0-bridge.0",
"lodash": "^4.17.14"
Expand Down
10 changes: 5 additions & 5 deletions other-packages/load-cfg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"precommit": "lint-staged"
},
"dependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@babel/register": "^7.4.4",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"find-up": "^4.1.0",
"fs-extra": "^8.1.0",
"lodash": "^4.17.14"
},
"devDependencies": {
"@types/find-up": "^2.1.1",
"@types/node": "^12.6.2",
"@types/find-up": "^4.0.0",
"@types/node": "^12.6.8",
"docz-rollup": "^1.2.0",
"eslint-config-docz-ts": "^1.2.0"
}
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,27 +38,27 @@
]
},
"devDependencies": {
"@babel/core": "7.5.4",
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"@commitlint/config-lerna-scopes": "^8.0.0",
"@babel/core": "7.5.5",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"@commitlint/config-lerna-scopes": "^8.1.0",
"@types/fs-extra": "^8.0.0",
"@types/jest": "^24.0.15",
"@types/lodash": "^4.14.136",
"@types/node": "^12.6.2",
"@types/node": "^12.6.8",
"@types/prettier": "^1.16.4",
"all-contributors-cli": "^6.7.0",
"all-contributors-cli": "^6.8.0",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-react-app": "^9.0.0",
"commitizen": "^3.1.1",
"commitizen": "^3.1.2",
"cross-env": "^5.2.0",
"husky": "^3.0.0",
"jest": "^24.8.0",
"lerna": "3.15.0",
"lint-staged": "^9.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"rollup": "^1.16.7",
"rollup": "^1.17.0",
"trash-cli": "^3.0.0",
"ts-jest": "^24.0.2",
"typescript": "3.5.3"
Expand Down
Loading

0 comments on commit b8c2db1

Please sign in to comment.