Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Dec 26, 2018
1 parent 85499a8 commit 19d1426
Show file tree
Hide file tree
Showing 12 changed files with 757 additions and 156 deletions.
22 changes: 11 additions & 11 deletions core/docz-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@babel/core": "7.2.2",
"@babel/polyfill": "7.0.0",
"@babel/polyfill": "7.2.5",
"@babel/runtime": "^7.2.0",
"@mdx-js/loader": "^0.16.6",
"@mdx-js/mdx": "^0.16.6",
Expand All @@ -31,10 +31,10 @@
"@svgr/webpack": "^4.1.0",
"art-template": "^4.13.2",
"babel-loader": "^8.0.2",
"babel-preset-docz": "^0.13.5",
"babel-plugin-export-metadata": "^0.13.4",
"babel-preset-docz": "^0.13.5",
"babylon": "^6.18.0",
"cache-loader": "^1.2.5",
"cache-loader": "^2.0.0",
"chalk": "^2.4.1",
"chokidar": "^2.0.4",
"common-tags": "^1.8.0",
Expand All @@ -43,15 +43,15 @@
"detect-port": "^1.3.0",
"docz-utils": "^0.13.5",
"dotenv": "^6.2.0",
"env-dot-prop": "^1.1.0",
"env-dot-prop": "^2.0.1",
"express": "^4.16.4",
"fast-deep-equal": "^2.0.1",
"fast-glob": "^2.2.4",
"file-loader": "^2.0.0",
"file-loader": "^3.0.1",
"find-up": "^3.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^7.0.1",
"get-pkg-repo": "^4.0.2",
"get-pkg-repo": "^4.1.0",
"happypack": "^5.0.0",
"html-minifier": "^3.5.21",
"humanize-string": "^1.0.2",
Expand All @@ -60,9 +60,9 @@
"lodash": "^4.17.11",
"mini-html-webpack-plugin": "^0.2.3",
"p-reduce": "^1.0.0",
"poi": "^12.2.4",
"poi": "^12.2.7",
"progress-estimator": "^0.2.2",
"react-dev-utils": "^6.1.1",
"react-dev-utils": "^7.0.0",
"react-docgen": "^2.21.0",
"react-docgen-actual-name-handler": "0.13.5",
"react-docgen-external-proptypes-handler": "^1.0.2",
Expand All @@ -77,13 +77,13 @@
"resolve": "^1.9.0",
"signale": "^1.3.0",
"source-map-loader": "^0.2.4",
"terser-webpack-plugin": "^1.1.0",
"terser-webpack-plugin": "^1.2.0",
"titleize": "^1.0.1",
"url-loader": "^1.1.2",
"webpack": "^4.28.0",
"webpack": "^4.28.2",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-chain": "^5.0.1",
"webpack-dev-server": "^3.1.10",
"webpack-dev-server": "^3.1.14",
"webpack-hot-client": "^4.1.1",
"webpack-manifest-plugin": "^2.0.4",
"webpackbar": "^3.1.4",
Expand Down
8 changes: 4 additions & 4 deletions core/docz-theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@emotion/core": "^10.0.5",
"@emotion/styled": "^10.0.5",
"codemirror": "^5.42.0",
"codemirror": "^5.42.2",
"copy-text-to-clipboard": "^1.0.4",
"docz": "^0.13.5",
"emotion-theming": "^10.0.5",
Expand All @@ -36,10 +36,10 @@
"prop-types": "15.6.2",
"rc-tooltip": "^3.7.3",
"re-resizable": "^4.11.0",
"react": "^16.6.3",
"react": "^16.7.0",
"react-codemirror2": "^5.1.0",
"react-dom": "^16.6.3",
"react-feather": "^1.1.4",
"react-dom": "^16.7.0",
"react-feather": "^1.1.5",
"react-live": "^1.12.0",
"react-perfect-scrollbar": "^1.4.2",
"react-powerplug": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions core/docz-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"@babel/generator": "^7.2.2",
"@babel/parser": "^7.2.2",
"@babel/traverse": "^7.2.2",
"@babel/parser": "^7.2.3",
"@babel/traverse": "^7.2.3",
"codesandboxer-fs": "^0.4.7",
"fs-extra": "^7.0.1",
"humanize-string": "^1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions core/docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"fast-deep-equal": "^2.0.1",
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-imported-component": "^5.2.4",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@emotion/core": "^10.0.5",
"@emotion/styled": "^10.0.5",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3"
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"devDependencies": {
"babel-plugin-emotion": "^10.0.5",
Expand Down
4 changes: 2 additions & 2 deletions examples/flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@emotion/core": "^10.0.5",
"@emotion/styled": "^10.0.5",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3"
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
},
"dependencies": {
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-art": "^16.6.3",
"react-dom": "^16.6.3",
"react-native-web": "^0.9.9",
"react": "^16.7.0",
"react-art": "^16.7.0",
"react-dom": "^16.7.0",
"react-native-web": "^0.9.10",
"styled-components": "^4.1.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"dependencies": {
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"styled-components": "^4.1.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@emotion/styled": "^10.0.5",
"docz": "^0.13.5",
"docz-core": "^0.13.5",
"react": "^16.6.3",
"react-dom": "^16.6.3"
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"devDependencies": {
"babel-plugin-emotion": "^10.0.5"
Expand Down
12 changes: 6 additions & 6 deletions other-packages/babel-plugin-export-metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@
"test": "jest"
},
"dependencies": {
"@babel/cli": "^7.1.2",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-env": "^7.2.3",
"@babel/template": "^7.1.2",
"lodash": "^4.17.11",
"babel-core": "7.0.0-bridge.0",
"babel-literal-to-ast": "^2.0.0",
"jsdoc": "^3.5.5",
"lodash": "^4.17.11",
"ts-jest": "^23.10.3"
},
"devDependencies": {
"babel-jest": "^23.6.0",
"jest": "^23.6.0",
"@types/babel__template": "^7.0.0",
"@types/jest": "^23.3.2",
"@types/mocha": "^5.2.5"
"@types/mocha": "^5.2.5",
"babel-jest": "^23.6.0",
"jest": "^23.6.0"
}
}
7 changes: 7 additions & 0 deletions other-packages/load-cfg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,12 @@
"esm": "^3.0.84",
"find-up": "^3.0.0",
"fs-extra": "^7.0.1"
},
"devDependencies": {
"@types/node": "^10.12.18",
"@types/react": "^16.7.18",
"@types/webpack": "^4.4.22",
"@types/yargs": "^12.0.4",
"lerna": "3.8.0"
}
}
Loading

0 comments on commit 19d1426

Please sign in to comment.