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 May 28, 2019
1 parent e85c82b commit cecbade
Show file tree
Hide file tree
Showing 12 changed files with 258 additions and 421 deletions.
11 changes: 0 additions & 11 deletions core/docz-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,7 @@
"precommit": "lint-staged"
},
"dependencies": {
"@babel/core": "7.4.5",
"@babel/runtime": "^7.4.5",
"@mdx-js/loader": "^1.0.19",
"@sindresorhus/slugify": "^0.9.1",
"babel-plugin-export-metadata": "^1.2.0",
"babel-plugin-named-asset-import": "^0.3.2",
"babel-preset-react-app": "^9.0.0",
"chalk": "^2.4.2",
"chokidar": "^3.0.0",
"detect-port": "^1.3.0",
Expand All @@ -42,30 +36,25 @@
"lodash": "^4.17.11",
"minimatch": "^3.0.4",
"ora": "^3.4.0",
"react-dev-utils": "^9.0.1",
"react-docgen": "^4.1.1",
"react-docgen-actual-name-handler": "^1.2.0",
"react-docgen-external-proptypes-handler": "^1.0.2",
"react-docgen-typescript": "^1.12.4",
"recast": "^0.18.1",
"resolve": "^1.11.0",
"serve": "^11.0.0",
"shelljs": "^0.8.3",
"signale": "^1.4.0",
"titleize": "^2.1.0",
"typescript": "3.3.4000",
"ws": "^7.0.0",
"xstate": "^4.6.0",
"yargs": "^13.2.4"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.0",
"@types/find-up": "^2.1.1",
"@types/react": "^16.8.18",
"@types/resolve": "^0.0.8",
"@types/shelljs": "^0.8.5",
"@types/signale": "^1.2.1",
"@types/ws": "^6.0.1",
"cpy": "^7.2.0",
"docz-rollup": "^1.2.0"
}
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.11",
"log-update": "^3.2.0",
"rollup": "^1.12.3",
"rollup": "^1.12.4",
"rollup-plugin-alias": "^1.5.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions core/docz-theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"copy-text-to-clipboard": "^2.1.0",
"docz": "^1.2.0",
"facepaint": "^1.2.1",
"hotkeys-js": "^3.6.10",
"hotkeys-js": "^3.6.11",
"lodash": "^4.17.11",
"polished": "^3.3.2",
"polished": "^3.4.0",
"prop-types": "15.7.2",
"re-resizable": "^4.11.0",
"react": "^16.8.6",
Expand Down
6 changes: 3 additions & 3 deletions core/docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@loadable/component": "^5.10.1",
"@mdx-js/react": "^1.0.16",
"@mdx-js/react": "^1.0.20",
"@reach/router": "^1.2.1",
"array-sort": "^1.0.0",
"capitalize": "^2.0.0",
Expand All @@ -46,9 +46,9 @@
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@types/loadable__component": "^5.9.0",
"@types/lodash": "^4.14.132",
"@types/node": "^12.0.2",
"@types/node": "^12.0.3",
"@types/reach__router": "^1.2.4",
"@types/react": "^16.8.18",
"@types/react": "^16.8.19",
"docz-rollup": "^1.2.0"
},
"resolutions": {
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 @@ -16,8 +16,8 @@
"precommit": "lint-staged"
},
"dependencies": {
"@mdx-js/mdx": "^1.0.19",
"@mdx-js/react": "^1.0.16",
"@mdx-js/mdx": "^1.0.20",
"@mdx-js/react": "^1.0.20",
"babel-plugin-export-metadata": "^1.2.0",
"change-case": "^3.1.0",
"chokidar": "^3.0.0",
Expand All @@ -26,7 +26,7 @@
"docz-theme-default": "^1.2.0",
"docz-utils": "^1.2.0",
"fs-extra": "^8.0.1",
"gatsby": "^2.7.1",
"gatsby": "^2.7.3",
"gatsby-mdx": "^0.6.3",
"gatsby-plugin-compile-es6-packages": "^1.1.0",
"gatsby-plugin-manifest": "^2.1.1",
Expand All @@ -50,7 +50,7 @@
"eslint": "^5.16.0",
"eslint-config-react-app": "^4.0.1",
"eslint-plugin-flowtype": "3.9.1",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-import": "2.17.3",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-react-hooks": "^1.6.0"
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 @@ -27,7 +27,7 @@
"unist-util-is": "^2.1.3"
},
"devDependencies": {
"@mdx-js/mdx": "^1.0.19",
"@mdx-js/mdx": "^1.0.20",
"docz-rollup": "^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.19",
"@mdx-js/mdx": "^1.0.20",
"docz-rollup": "^1.2.0"
}
}
4 changes: 2 additions & 2 deletions examples/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"eslint-config-react-app": "^4.0.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-flowtype": "3.9.1",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-import": "2.17.3",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.13.0",
"gatsby": "^2.7.1",
"gatsby": "^2.7.3",
"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/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"styled-components": "^4.2.0"
},
"devDependencies": {
"@types/react": "^16.8.18",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"docz": "^1.2.0",
"docz-theme-default": "^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 @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/find-up": "^2.1.1",
"@types/node": "^12.0.2",
"@types/node": "^12.0.3",
"docz-rollup": "^1.2.0"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"@types/fs-extra": "^7.0.0",
"@types/jest": "^24.0.13",
"@types/lodash": "^4.14.132",
"@types/node": "^12.0.2",
"@types/node": "^12.0.3",
"@types/prettier": "^1.16.4",
"@types/react": "^16.8.18",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"all-contributors-cli": "^6.6.0",
"all-contributors-cli": "^6.6.1",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-react-app": "^9.0.0",
"commitizen": "^3.1.1",
Expand All @@ -54,7 +54,7 @@
"lint-staged": "^8.1.7",
"npm-run-all": "^4.1.5",
"prettier": "^1.17.1",
"rollup": "^1.12.3",
"rollup": "^1.12.4",
"trash-cli": "^2.0.0",
"ts-jest": "^24.0.2",
"typescript": "3.3.4000"
Expand Down
Loading

0 comments on commit cecbade

Please sign in to comment.