Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jun 21, 2018
1 parent f2912b4 commit c58b676
Show file tree
Hide file tree
Showing 10 changed files with 417 additions and 178 deletions.
10 changes: 5 additions & 5 deletions examples/babel6/package.json
Expand Up @@ -9,11 +9,11 @@
"dependencies": {
"docz": "^0.2.7",
"docz-core": "^0.2.7",
"emotion": "^9.2.1",
"prop-types": "^15.6.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-emotion": "^9.2.1"
"emotion": "^9.2.3",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-emotion": "^9.2.3"
},
"devDependencies": {
"babel-plugin-emotion": "^9.2.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/basic/package.json
Expand Up @@ -9,11 +9,11 @@
"dependencies": {
"docz": "^0.2.7",
"docz-core": "^0.2.7",
"emotion": "^9.2.1",
"prop-types": "^15.6.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-emotion": "^9.2.1"
"emotion": "^9.2.3",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-emotion": "^9.2.3"
},
"devDependencies": {
"babel-plugin-emotion": "^9.2.0"
Expand Down
12 changes: 6 additions & 6 deletions examples/flow/package.json
Expand Up @@ -7,13 +7,13 @@
"build": "docz build"
},
"dependencies": {
"@babel/preset-flow": "^7.0.0-beta.49",
"@babel/preset-flow": "^7.0.0-beta.51",
"docz": "^0.2.7",
"emotion": "^9.2.1",
"prop-types": "^15.6.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-emotion": "^9.2.1"
"emotion": "^9.2.3",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-emotion": "^9.2.3"
},
"devDependencies": {
"babel-plugin-emotion": "^9.2.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/typescript/package.json
Expand Up @@ -8,10 +8,10 @@
},
"dependencies": {
"docz": "^0.2.7",
"emotion": "^9.2.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-emotion": "^9.2.1"
"emotion": "^9.2.3",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-emotion": "^9.2.3"
},
"devDependencies": {
"babel-plugin-emotion": "^9.2.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"trash-cli": "^1.4.0",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.13.0",
"typescript": "^2.9.1"
"typescript": "^2.9.2"
},
"workspaces": [
"packages/*",
Expand Down
36 changes: 18 additions & 18 deletions packages/docz-core/package.json
Expand Up @@ -20,20 +20,20 @@
"tslint": "tslint --project ."
},
"dependencies": {
"@babel/core": "7.0.0-beta.49",
"@babel/preset-typescript": "^7.0.0-beta.49",
"@babel/runtime": "^7.0.0-beta.49",
"@mdx-js/loader": "^0.10.0",
"@mdx-js/mdx": "^0.10.0",
"@babel/core": "7.0.0-beta.51",
"@babel/preset-typescript": "^7.0.0-beta.51",
"@babel/runtime": "^7.0.0-beta.51",
"@mdx-js/loader": "^0.11.0",
"@mdx-js/mdx": "^0.10.1",
"@mdx-js/mdxast": "^0.10.0",
"@sindresorhus/slugify": "^0.3.0",
"art-template": "^4.12.2",
"babel-loader": "^8.0.0-beta.3",
"babel-plugin-react-docgen": "^1.9.0",
"babel-plugin-react-docgen": "^2.0.0-rc.1",
"babel-polyfill": "^7.0.0-beta.3",
"babel-preset-react-app": "^4.0.0-next.b2fd8db8",
"chalk": "^2.4.1",
"chokidar": "^2.0.3",
"chokidar": "^2.0.4",
"connect-history-api-fallback": "^1.5.0",
"deepmerge": "^2.1.1",
"detect-port": "^1.2.3",
Expand All @@ -48,23 +48,23 @@
"humanize-string": "^1.0.2",
"koa-connect": "^2.0.1",
"koa-mount": "^3.0.0",
"koa-static": "^4.0.3",
"koa-static": "^5.0.0",
"load-cfg": "^0.2.0",
"lodash.get": "^4.4.2",
"prettier": "^1.13.5",
"react-dev-utils": "^5.0.1",
"react-docgen-typescript-loader": "^2.1.0",
"react-hot-loader": "4.3.0",
"react-docgen-typescript-loader": "^2.1.1",
"react-hot-loader": "4.3.3",
"rehype-autolink-headings": "^2.0.2",
"rehype-slug": "^2.0.1",
"remark-frontmatter": "^1.2.0",
"remark-parse": "^5.0.0",
"remark-parse-yaml": "^0.0.1",
"remark-slug": "^5.0.0",
"resolve": "^1.7.1",
"signale": "^1.1.0",
"to-vfile": "^4.0.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"resolve": "^1.8.1",
"signale": "^1.2.1",
"to-vfile": "^5.0.0",
"uglifyjs-webpack-plugin": "^1.2.6",
"ulid": "^2.3.0",
"unified": "^7.0.0",
"unist-util-find": "^1.0.1",
Expand All @@ -91,16 +91,16 @@
"@types/fs-extra": "^5.0.3",
"@types/html-webpack-plugin": "^2.30.3",
"@types/lodash.get": "^4.4.3",
"@types/node": "10.3.2",
"@types/prettier": "^1.13.0",
"@types/node": "10.3.4",
"@types/prettier": "^1.13.1",
"@types/resolve": "^0.0.8",
"@types/webpack": "^4.4.0",
"@types/webpack": "^4.4.2",
"@types/webpack-chain": "^4.8.0",
"@types/ws": "^5.1.2",
"@types/yargs": "^11.0.0",
"rollup-plugin-cpy": "^1.0.0",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.13.0",
"typescript": "^2.9.1"
"typescript": "^2.9.2"
}
}
20 changes: 10 additions & 10 deletions packages/docz-theme-default/package.json
Expand Up @@ -21,22 +21,22 @@
},
"dependencies": {
"docz": "^0.2.7",
"emotion": "^9.2.1",
"emotion-theming": "^9.2.1",
"emotion": "^9.2.3",
"emotion-theming": "^9.2.3",
"fast-deep-equal": "^2.0.1",
"prismjs": "^1.14.0",
"prop-types": "15.6.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-emotion": "^9.2.1",
"prismjs": "^1.15.0",
"prop-types": "15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-emotion": "^9.2.3",
"react-feather": "^1.1.0",
"react-lightweight-tooltip": "^1.0.0",
"react-powerplug": "^1.0.0-alpha.7",
"react-powerplug": "^0.1.6",
"react-spinners": "^0.3.2"
},
"peerDependencies": {
"react": "^16.4.0",
"react-dom": "^16.4.0"
"react": "^16.3.0",
"react-dom": "^16.3.0"
},
"devDependencies": {
"@types/prismjs": "^1.9.0",
Expand Down
11 changes: 6 additions & 5 deletions packages/docz/package.json
Expand Up @@ -24,26 +24,27 @@
"tslint": "tslint --project ."
},
"dependencies": {
"@mdx-js/tag": "^0.11.0",
"@sindresorhus/slugify": "^0.3.0",
"deepmerge": "^2.1.1",
"docz-core": "^0.2.7",
"docz-theme-default": "^0.2.7",
"invariant": "^2.2.4",
"loadable-components": "^2.2.2",
"pascalcase": "^0.1.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-router-dom": "^4.3.1",
"yargs": "^11.0.0"
},
"peerDependencies": {
"react": "^16.4.0",
"react-dom": "^16.4.0"
"react": "^16.3.0",
"react-dom": "^16.3.0"
},
"devDependencies": {
"@types/bluebird": "^3.5.20",
"@types/deepmerge": "^2.1.0",
"@types/react": "^16.3.17",
"@types/react": "^16.4.1",
"@types/react-dom": "^16.0.6",
"@types/react-router-dom": "^4.2.7"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/load-cfg/package.json
Expand Up @@ -22,11 +22,11 @@
},
"dependencies": {
"deepmerge": "^2.1.1",
"esm": "^3.0.48",
"find-up": "^2.1.0"
"esm": "^3.0.52",
"find-up": "^3.0.0"
},
"devDependencies": {
"@types/find-up": "^2.1.1",
"@types/node": "^10.3.2"
"@types/node": "^10.3.4"
}
}

0 comments on commit c58b676

Please sign in to comment.