Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Feb 13, 2019
1 parent f6cc12b commit e1f315a
Show file tree
Hide file tree
Showing 11 changed files with 175 additions and 137 deletions.
12 changes: 6 additions & 6 deletions core/docz-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"@babel/core": "7.2.2",
"@babel/polyfill": "7.2.5",
"@babel/runtime": "^7.3.1",
"@mdx-js/loader": "^0.16.8",
"@mdx-js/loader": "^0.17.0",
"@sindresorhus/slugify": "^0.8.0",
"@svgr/webpack": "^4.1.0",
"babel-loader": "^8.0.5",
"babel-plugin-export-metadata": "^0.13.4",
"babel-plugin-named-asset-import": "^0.3.0",
"babel-plugin-named-asset-import": "^0.3.1",
"babel-preset-react-app": "^7.0.1",
"cache-loader": "^2.0.1",
"chalk": "^2.4.2",
"chokidar": "^2.1.0",
"chokidar": "^2.1.1",
"common-tags": "^1.8.0",
"deepmerge": "^3.1.0",
"detect-port": "^1.3.0",
Expand All @@ -55,7 +55,7 @@
"mini-html-webpack-plugin": "^0.2.3",
"p-reduce": "^1.0.0",
"pretty-error": "^2.1.1",
"react-dev-utils": "^7.0.2",
"react-dev-utils": "^7.0.3",
"react-docgen": "^3.0.0",
"react-docgen-actual-name-handler": "0.13.5",
"react-docgen-external-proptypes-handler": "^1.0.2",
Expand All @@ -77,14 +77,14 @@
"typescript": "^3.3.3",
"url-loader": "^1.1.2",
"webpack": "^4.29.3",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-bundle-analyzer": "^3.0.4",
"webpack-chain": "^5.2.0",
"webpack-dev-server": "^3.1.14",
"webpack-hot-client": "^4.1.1",
"webpack-manifest-plugin": "^2.0.4",
"webpackbar": "^3.1.5",
"ws": "^6.1.3",
"yargs": "^12.0.5"
"yargs": "^13.1.0"
},
"devDependencies": {
"@types/chokidar": "^1.7.5",
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 @@ -15,7 +15,7 @@
"@pedronauck/rollup-plugin-typescript2": "0.18.3",
"chalk": "^2.4.2",
"figures": "2.0.0",
"filesize": "^4.0.0",
"filesize": "^4.1.1",
"fs-extra": "^7.0.1",
"gzip-size": "^5.0.0",
"lodash": "^4.17.11",
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 @@ -28,7 +28,7 @@
"docz": "^0.13.5",
"emotion-theming": "^10.0.7",
"facepaint": "^1.2.1",
"hotkeys-js": "^3.4.3",
"hotkeys-js": "^3.4.4",
"lodash.flattendepth": "^4.7.0",
"lodash.get": "^4.4.2",
"match-sorter": "^2.3.0",
Expand Down
4 changes: 2 additions & 2 deletions core/docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tslint": "tslint --project ."
},
"dependencies": {
"@mdx-js/tag": "^0.16.8",
"@mdx-js/tag": "^0.17.0",
"@sindresorhus/slugify": "^0.8.0",
"array-sort": "^1.0.0",
"capitalize": "^2.0.0",
Expand All @@ -40,7 +40,7 @@
"react-router-dom": "^4.3.1",
"react-router-hash-link": "^1.2.1",
"ulid": "^2.3.0",
"yargs": "^12.0.5"
"yargs": "^13.1.0"
},
"peerDependencies": {
"react": "^16.2.0",
Expand Down
8 changes: 4 additions & 4 deletions core/gatsby-theme-docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@emotion/styled": "^10.0.7",
"babel-plugin-export-metadata": "^0.13.4",
"change-case": "^3.1.0",
"chokidar": "^2.1.0",
"chokidar": "^2.1.1",
"docz": "^0.13.5",
"docz-core": "^0.13.5",
"docz-theme-default": "^0.13.5",
"fs-extra": "^7.0.1",
"gatsby": "^2.0.118",
"gatsby": "^2.0.119",
"gatsby-mdx": "^0.3.6",
"gatsby-plugin-compile-es6-packages": "^1.0.6",
"gatsby-plugin-manifest": "^2.0.17",
Expand All @@ -39,13 +39,13 @@
"remark-docz": "^0.13.3",
"remark-frontmatter": "^1.3.1",
"ulid": "^2.3.0",
"yargs": "^12.0.5"
"yargs": "^13.1.0"
},
"devDependencies": {
"babel-eslint": "10.0.1",
"eslint": "^5.13.0",
"eslint-config-react-app": "^3.0.7",
"eslint-plugin-flowtype": "3.2.1",
"eslint-plugin-flowtype": "3.4.1",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.x"
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 @@ -28,7 +28,7 @@
"unist-util-is": "^2.1.2"
},
"devDependencies": {
"@mdx-js/mdx": "^0.16.8",
"@mdx-js/mdx": "^0.17.0",
"remark-docz": "^0.13.3"
}
}
2 changes: 1 addition & 1 deletion core/remark-docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"unist-util-visit": "^1.4.0"
},
"devDependencies": {
"@mdx-js/mdx": "^0.16.8"
"@mdx-js/mdx": "^0.17.0"
}
}
4 changes: 2 additions & 2 deletions examples/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"eslint": "^5.13.0",
"eslint-config-react-app": "^3.0.7",
"eslint-loader": "^2.1.2",
"eslint-plugin-flowtype": "3.2.1",
"eslint-plugin-flowtype": "3.4.1",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.x",
"gatsby": "^2.0.118",
"gatsby": "^2.0.119",
"gatsby-mdx": "^0.3.6",
"gatsby-plugin-eslint": "^2.0.4",
"gatsby-theme-docz": "^0.13.5"
Expand Down
4 changes: 2 additions & 2 deletions other-packages/load-cfg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"fs-extra": "^7.0.1"
},
"devDependencies": {
"@types/node": "^10.12.24",
"@types/node": "^11.9.3",
"@types/react": "^16.8.2",
"@types/webpack": "^4.4.24",
"@types/yargs": "^12.0.8",
"lerna": "3.11.0"
"lerna": "3.11.1"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
},
"devDependencies": {
"@babel/core": "7.2.2",
"@commitlint/cli": "^7.5.1",
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"@commitlint/config-lerna-scopes": "^7.5.1",
"@emotion/babel-preset-css-prop": "^10.0.7",
"@types/find-up": "^2.1.1",
"@types/fs-extra": "^5.0.4",
"@types/jest": "^24.0.0",
"@types/fs-extra": "^5.0.5",
"@types/jest": "^24.0.3",
"@types/lodash": "^4.14.120",
"@types/lodash.flatten": "^4.4.4",
"@types/lodash.flattendepth": "^4.7.4",
"@types/lodash.get": "^4.4.4",
"@types/node": "^10.12.24",
"@types/node": "^11.9.3",
"@types/prettier": "^1.16.0",
"@types/react": "^16.8.2",
"@types/react-dom": "^16.8.0",
Expand All @@ -56,7 +56,7 @@
"docz-rollup": "0.13.3",
"husky": "^1.3.1",
"jest": "^24.1.0",
"lerna": "3.11.0",
"lerna": "3.11.1",
"lint-staged": "^8.1.3",
"npm-run-all": "^4.1.5",
"prettier": "^1.16.4",
Expand Down
Loading

0 comments on commit e1f315a

Please sign in to comment.