mirror of
https://github.com/zhigang1992/docz.git
synced 2026-04-28 09:26:27 +08:00
chore: update dependencies
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
"dependencies": {
|
||||
"docz": "^0.10.3",
|
||||
"docz-core": "^0.10.3",
|
||||
"emotion": "^9.2.6",
|
||||
"emotion": "^9.2.8",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.2",
|
||||
"react-dom": "^16.4.2",
|
||||
"react-emotion": "^9.2.6"
|
||||
"react-emotion": "^9.2.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-emotion": "^9.2.6",
|
||||
"babel-plugin-emotion": "^9.2.8",
|
||||
"docz-plugin-babel6": "^0.10.3",
|
||||
"typescript": "^3.0.1"
|
||||
}
|
||||
|
||||
@@ -9,13 +9,13 @@
|
||||
"dependencies": {
|
||||
"docz": "^0.10.3",
|
||||
"docz-core": "^0.10.3",
|
||||
"emotion": "^9.2.6",
|
||||
"emotion": "^9.2.8",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.2",
|
||||
"react-dom": "^16.4.2",
|
||||
"react-emotion": "^9.2.6"
|
||||
"react-emotion": "^9.2.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-emotion": "^9.2.6"
|
||||
"babel-plugin-emotion": "^9.2.8"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,17 +7,17 @@
|
||||
"build": "docz build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/preset-flow": "^7.0.0-beta.55",
|
||||
"@babel/preset-flow": "^7.0.0",
|
||||
"docz": "^0.10.3",
|
||||
"emotion": "^9.2.6",
|
||||
"emotion": "^9.2.8",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.2",
|
||||
"react-dom": "^16.4.2",
|
||||
"react-emotion": "^9.2.6"
|
||||
"react-emotion": "^9.2.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-emotion": "^9.2.6",
|
||||
"flow-bin": "^0.77.0",
|
||||
"babel-plugin-emotion": "^9.2.8",
|
||||
"flow-bin": "^0.79.1",
|
||||
"flow-typed": "^2.5.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,12 +9,12 @@
|
||||
"dependencies": {
|
||||
"docz": "^0.10.3",
|
||||
"docz-core": "^0.10.3",
|
||||
"emotion": "^9.2.6",
|
||||
"emotion": "^9.2.8",
|
||||
"react": "^16.4.2",
|
||||
"react-dom": "^16.4.2",
|
||||
"react-emotion": "^9.2.6"
|
||||
"react-emotion": "^9.2.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-emotion": "^9.2.6"
|
||||
"babel-plugin-emotion": "^9.2.8"
|
||||
}
|
||||
}
|
||||
|
||||
12
package.json
12
package.json
@@ -33,18 +33,18 @@
|
||||
"@commitlint/cli": "^7.0.0",
|
||||
"@commitlint/config-conventional": "^7.0.1",
|
||||
"@commitlint/config-lerna-scopes": "^7.0.0",
|
||||
"all-contributors-cli": "^5.3.0",
|
||||
"all-contributors-cli": "^5.4.0",
|
||||
"commitizen": "^2.10.1",
|
||||
"del": "^3.0.0",
|
||||
"husky": "^1.0.0-rc.12",
|
||||
"lerna": "^2.11.0",
|
||||
"husky": "^1.0.0-rc.13",
|
||||
"lerna": "2.11.0",
|
||||
"libundler": "^1.7.1",
|
||||
"lint-staged": "^7.2.0",
|
||||
"lint-staged": "^7.2.2",
|
||||
"npm-run-all": "^4.1.3",
|
||||
"prettier": "^1.14.0",
|
||||
"prettier": "^1.14.2",
|
||||
"trash-cli": "^1.4.0",
|
||||
"tslint": "^5.11.0",
|
||||
"tslint-config-prettier": "^1.14.0",
|
||||
"tslint-config-prettier": "^1.15.0",
|
||||
"typescript": "^2.9.2"
|
||||
},
|
||||
"workspaces": [
|
||||
|
||||
@@ -22,18 +22,18 @@
|
||||
"tslint": "tslint --project ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "7.0.0-beta.55",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.55",
|
||||
"@babel/polyfill": "7.0.0-beta.55",
|
||||
"@babel/preset-typescript": "^7.0.0-beta.55",
|
||||
"@babel/runtime": "^7.0.0-beta.55",
|
||||
"@mdx-js/loader": "^0.15.0-2",
|
||||
"@mdx-js/mdx": "^0.15.0-2",
|
||||
"@mdx-js/mdxast": "^0.15.0-2",
|
||||
"@babel/core": "7.0.0",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
||||
"@babel/polyfill": "7.0.0",
|
||||
"@babel/preset-typescript": "^7.0.0",
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@mdx-js/loader": "^0.15.0",
|
||||
"@mdx-js/mdx": "^0.15.0",
|
||||
"@mdx-js/mdxast": "^0.15.0",
|
||||
"@sindresorhus/slugify": "^0.3.0",
|
||||
"art-template": "^4.12.2",
|
||||
"babel-loader": "^8.0.0-beta.4",
|
||||
"babel-plugin-react-docgen": "^2.0.0-rc.1",
|
||||
"art-template": "^4.13.0",
|
||||
"babel-loader": "^8.0.0",
|
||||
"babel-plugin-react-docgen": "^2.0.0-babel7.0",
|
||||
"babel-preset-react-app": "^4.0.0-next.b2fd8db8",
|
||||
"babylon": "^6.18.0",
|
||||
"cache-loader": "^1.2.2",
|
||||
@@ -48,13 +48,13 @@
|
||||
"env-dot-prop": "^1.0.2",
|
||||
"fast-deep-equal": "^2.0.1",
|
||||
"fast-glob": "^2.2.2",
|
||||
"file-loader": "^1.1.11",
|
||||
"file-loader": "^2.0.0",
|
||||
"find-up": "^3.0.0",
|
||||
"friendly-errors-webpack-plugin": "^1.7.0",
|
||||
"fs-extra": "^7.0.0",
|
||||
"get-pkg-repo": "^2.0.0",
|
||||
"happypack": "^5.0.0",
|
||||
"html-minifier": "^3.5.19",
|
||||
"html-minifier": "^3.5.20",
|
||||
"humanize-string": "^1.0.2",
|
||||
"koa": "^2.5.2",
|
||||
"koa-connect": "^2.0.1",
|
||||
@@ -64,36 +64,36 @@
|
||||
"load-cfg": "^0.10.3",
|
||||
"lodash.get": "^4.4.2",
|
||||
"mini-html-webpack-plugin": "^0.2.3",
|
||||
"prettier": "^1.14.0",
|
||||
"react-dev-utils": "^5.0.1",
|
||||
"prettier": "^1.14.2",
|
||||
"react-dev-utils": "^5.0.2",
|
||||
"react-docgen-typescript-loader": "^3.0.0-rc.0",
|
||||
"react-hot-loader": "4.3.4",
|
||||
"react-hot-loader": "4.3.5",
|
||||
"rehype-autolink-headings": "^2.0.3",
|
||||
"rehype-docz": "^0.10.3",
|
||||
"rehype-slug": "^2.0.1",
|
||||
"remark-docz": "^0.9.4",
|
||||
"remark-frontmatter": "^1.2.0",
|
||||
"remark-frontmatter": "^1.2.1",
|
||||
"remark-parse": "^5.0.0",
|
||||
"remark-parse-yaml": "^0.0.1",
|
||||
"remark-slug": "^5.0.0",
|
||||
"remark-slug": "^5.1.0",
|
||||
"resolve": "^1.8.1",
|
||||
"signale": "^1.2.1",
|
||||
"titleize": "^1.0.1",
|
||||
"to-vfile": "^5.0.0",
|
||||
"uglifyjs-webpack-plugin": "^1.2.7",
|
||||
"to-vfile": "^5.0.1",
|
||||
"uglifyjs-webpack-plugin": "^1.3.0",
|
||||
"unified": "^7.0.0",
|
||||
"unist-util-find": "^1.0.1",
|
||||
"unist-util-is": "^2.1.2",
|
||||
"unist-util-visit": "^1.4.0",
|
||||
"url-loader": "^1.0.1",
|
||||
"webpack": "^4.16.3",
|
||||
"webpack-chain": "^4.8.0",
|
||||
"url-loader": "^1.1.1",
|
||||
"webpack": "^4.17.1",
|
||||
"webpack-chain": "^4.9.0",
|
||||
"webpack-hot-client": "^4.1.1",
|
||||
"webpack-manifest-plugin": "^2.0.3",
|
||||
"webpack-serve": "^2.0.2",
|
||||
"webpack-serve-overlay": "^0.3.0",
|
||||
"webpack-serve-waitpage": "^1.0.1",
|
||||
"webpackbar": "^2.6.1",
|
||||
"webpack-serve-waitpage": "^1.0.2",
|
||||
"webpackbar": "^2.6.3",
|
||||
"ws": "^6.0.0",
|
||||
"yargs": "^12.0.1"
|
||||
},
|
||||
@@ -107,15 +107,15 @@
|
||||
"@types/html-webpack-plugin": "^3.2.0",
|
||||
"@types/koa": "^2.0.46",
|
||||
"@types/lodash.get": "^4.4.4",
|
||||
"@types/node": "10.5.5",
|
||||
"@types/node": "10.9.3",
|
||||
"@types/prettier": "^1.13.2",
|
||||
"@types/resolve": "^0.0.8",
|
||||
"@types/webpack": "^4.4.9",
|
||||
"@types/webpack-chain": "^4.8.0",
|
||||
"@types/ws": "^5.1.2",
|
||||
"@types/webpack": "^4.4.11",
|
||||
"@types/webpack-chain": "^4.8.1",
|
||||
"@types/ws": "^6.0.0",
|
||||
"@types/yargs": "^11.1.1",
|
||||
"tslint": "^5.11.0",
|
||||
"tslint-config-prettier": "^1.14.0",
|
||||
"tslint-config-prettier": "^1.15.0",
|
||||
"typescript": "^3.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,13 +23,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-loader": "^7.1.5",
|
||||
"babel-loader": "^8.0.0",
|
||||
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
||||
"babel-preset-react-app": "^3.1.2",
|
||||
"babel-runtime": "^6.26.0",
|
||||
"docz-core": "^0.10.3",
|
||||
"happypack": "^5.0.0",
|
||||
"react-docgen-typescript-loader": "^2.1.1",
|
||||
"ts-loader": "^4.4.2"
|
||||
"react-docgen-typescript-loader": "^2.2.0",
|
||||
"ts-loader": "^4.5.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,24 +22,24 @@
|
||||
"tslint": "tslint --project ."
|
||||
},
|
||||
"dependencies": {
|
||||
"autoprefixer": "^9.0.1",
|
||||
"autoprefixer": "^9.1.3",
|
||||
"css-loader": "^1.0.0",
|
||||
"deepmerge": "^2.1.1",
|
||||
"docz-core": "^0.10.3",
|
||||
"less": "^3.8.1",
|
||||
"less-loader": "^4.1.0",
|
||||
"loader-utils": "^1.1.0",
|
||||
"mini-css-extract-plugin": "^0.4.1",
|
||||
"node-sass": "^4.9.2",
|
||||
"mini-css-extract-plugin": "^0.4.2",
|
||||
"node-sass": "^4.9.3",
|
||||
"optimize-css-assets-webpack-plugin": "^5.0.0",
|
||||
"postcss": "^7.0.2",
|
||||
"postcss-flexbugs-fixes": "^4.1.0",
|
||||
"postcss-loader": "^2.1.6",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"sass-loader": "^7.1.0",
|
||||
"style-loader": "^0.21.0",
|
||||
"style-loader": "^0.23.0",
|
||||
"stylus": "^0.54.5",
|
||||
"stylus-loader": "^3.0.2",
|
||||
"webpack": "^4.16.3",
|
||||
"webpack-chain": "^4.8.0"
|
||||
"webpack": "^4.17.1",
|
||||
"webpack-chain": "^4.9.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"tslint": "tslint --project ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@svgr/webpack": "^2.1.1",
|
||||
"@svgr/webpack": "^2.2.1",
|
||||
"docz-core": "^0.10.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,23 +21,23 @@
|
||||
"tslint": "tslint --project ."
|
||||
},
|
||||
"dependencies": {
|
||||
"codemirror": "^5.39.2",
|
||||
"codemirror": "^5.40.0",
|
||||
"copy-text-to-clipboard": "^1.0.4",
|
||||
"docz": "^0.10.3",
|
||||
"emotion": "^9.2.6",
|
||||
"emotion": "^9.2.8",
|
||||
"emotion-theming": "^9.2.6",
|
||||
"facepaint": "^1.2.1",
|
||||
"hotkeys-js": "^3.3.5",
|
||||
"hotkeys-js": "^3.3.7",
|
||||
"lodash.get": "^4.4.2",
|
||||
"match-sorter": "^2.2.3",
|
||||
"polished": "^1.9.3",
|
||||
"polished": "^2.0.3",
|
||||
"pretty": "^2.0.0",
|
||||
"prop-types": "15.6.2",
|
||||
"re-resizable": "^4.7.1",
|
||||
"re-resizable": "^4.8.1",
|
||||
"react": "^16.4.2",
|
||||
"react-codemirror": "^1.0.0",
|
||||
"react-dom": "^16.4.2",
|
||||
"react-emotion": "^9.2.6",
|
||||
"react-emotion": "^9.2.8",
|
||||
"react-feather": "^1.1.1",
|
||||
"react-lightweight-tooltip": "^1.0.0",
|
||||
"react-live": "^1.11.0",
|
||||
@@ -49,12 +49,12 @@
|
||||
"react-dom": "^16.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.0.0-beta.55",
|
||||
"@babel/core": "7.0.0",
|
||||
"@types/lodash.get": "^4.4.4",
|
||||
"@types/react": "^16.4.7",
|
||||
"@types/react-dom": "^16.0.6",
|
||||
"babel-loader": "^8.0.0-beta.6",
|
||||
"babel-plugin-emotion": "^9.2.6",
|
||||
"babel-loader": "^8.0.0",
|
||||
"babel-plugin-emotion": "^9.2.8",
|
||||
"cross-env": "^5.2.0",
|
||||
"filemanager-webpack-plugin": "^2.0.2",
|
||||
"ts-loader": "^4.5.0",
|
||||
|
||||
@@ -26,17 +26,17 @@
|
||||
"tslint": "tslint --project ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@mdx-js/tag": "^0.15.0-2",
|
||||
"@mdx-js/tag": "^0.15.0",
|
||||
"@sindresorhus/slugify": "^0.3.0",
|
||||
"array-sort": "^1.0.0",
|
||||
"capitalize": "^1.0.0",
|
||||
"create-react-context": "^0.2.2",
|
||||
"create-react-context": "^0.2.3",
|
||||
"deepmerge": "^2.1.1",
|
||||
"docz-core": "^0.10.3",
|
||||
"docz-theme-default": "^0.10.3",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.4.2",
|
||||
"react-copy-write": "^0.7.0",
|
||||
"react-copy-write": "^0.8.0",
|
||||
"react-dom": "^16.4.2",
|
||||
"react-imported-component": "^4.6.2",
|
||||
"react-router": "^4.3.1",
|
||||
|
||||
@@ -23,11 +23,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"deepmerge": "^2.1.1",
|
||||
"esm": "^3.0.72",
|
||||
"esm": "^3.0.80",
|
||||
"find-up": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/find-up": "^2.1.1",
|
||||
"@types/node": "^10.5.5"
|
||||
"@types/node": "^10.9.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,12 +22,12 @@
|
||||
"tslint": "tslint --project ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/parser": "^7.0.0-beta.56",
|
||||
"@babel/traverse": "^7.0.0-beta.56",
|
||||
"@babel/parser": "^7.0.0",
|
||||
"@babel/traverse": "^7.0.0",
|
||||
"hast-util-to-string": "^1.0.1",
|
||||
"lodash.flatten": "^4.4.0",
|
||||
"lodash.get": "^4.4.2",
|
||||
"prettier": "^1.14.0",
|
||||
"prettier": "^1.14.2",
|
||||
"signale": "^1.2.1",
|
||||
"strip-indent": "^2.0.0",
|
||||
"unist-util-is": "^2.1.2"
|
||||
|
||||
Reference in New Issue
Block a user