Skip to content

Commit

Permalink
chore(v1.v2): upgrade a lot of packages deps (#1668)
Browse files Browse the repository at this point in the history
* chore(v2): upgrade a lot of v2 packages deps

* chore(v1): upgrade a lot of v1 packages deps
  • Loading branch information
endiliey authored Jul 17, 2019
1 parent b34ad72 commit 96d6369
Show file tree
Hide file tree
Showing 10 changed files with 551 additions and 359 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@
"tsc": "lerna run tsc --no-private"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/core": "^7.5.4",
"@babel/preset-typescript": "^7.3.3",
"@types/escape-string-regexp": "^1.0.0",
"@types/express": "^4.16.1",
"@types/fs-extra": "7.0.0",
"@types/express": "^4.17.0",
"@types/fs-extra": "8.0.0",
"@types/inquirer": "^6.0.3",
"@types/jest": "^24.0.13",
"@types/lodash": "^4.14.129",
"@types/jest": "^24.0.15",
"@types/lodash": "^4.14.136",
"@types/lodash.kebabcase": "^4.1.6",
"@types/node": "^12.0.2",
"@types/react": "^16.8.18",
Expand Down
48 changes: 24 additions & 24 deletions packages/docusaurus-1.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,51 +26,51 @@
"docusaurus-rename-version": "./lib/rename-version.js"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.4",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@babel/traverse": "^7.0.0",
"@babel/types": "^7.1.2",
"@babel/register": "^7.4.4",
"@babel/traverse": "^7.5.0",
"@babel/types": "^7.5.0",
"autoprefixer": "^9.6.0",
"babylon": "^6.17.4",
"babylon": "^6.18.0",
"chalk": "^2.4.2",
"chokidar": "^3.0.1",
"chokidar": "^3.0.2",
"classnames": "^2.2.6",
"color": "^2.0.1",
"commander": "^2.20.0",
"cross-spawn": "^6.0.5",
"crowdin-cli": "^0.3.0",
"cssnano": "^4.1.0",
"escape-string-regexp": "^1.0.5",
"escape-string-regexp": "^2.0.0",
"express": "^4.17.1",
"feed": "^1.1.0",
"fs-extra": "^5.0.0",
"gaze": "^1.1.2",
"fs-extra": "^8.1.0",
"gaze": "^1.1.3",
"glob": "^7.1.3",
"highlight.js": "^9.12.0",
"highlight.js": "^9.15.8",
"imagemin": "^6.0.0",
"imagemin-gifsicle": "^6.0.1",
"imagemin-jpegtran": "^6.0.0",
"imagemin-optipng": "^6.0.0",
"imagemin-svgo": "^7.0.0",
"lodash": "^4.17.11",
"lodash": "^4.17.14",
"markdown-toc": "^1.2.0",
"mkdirp": "^0.5.1",
"portfinder": "^1.0.17",
"postcss": "^7.0.1",
"prismjs": "^1.15.0",
"react": "^16.5.0",
"react-dev-utils": "^5.0.2",
"react-dom": "^16.5.0",
"portfinder": "^1.0.21",
"postcss": "^7.0.17",
"prismjs": "^1.16.0",
"react": "^16.8.4",
"react-dev-utils": "^9.0.1",
"react-dom": "^16.8.4",
"remarkable": "^1.7.1",
"request": "^2.87.0",
"request": "^2.88.0",
"shelljs": "^0.8.3",
"sitemap": "^1.13.0",
"tcp-port-used": "^0.1.2",
"sitemap": "^3.2.2",
"tcp-port-used": "^1.0.1",
"tiny-lr": "^1.1.1",
"tree-node-cli": "^1.2.5",
"truncate-html": "^1.0.1"
Expand Down
14 changes: 7 additions & 7 deletions packages/docusaurus-mdx-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
},
"license": "MIT",
"dependencies": {
"@babel/parser": "^7.4.5",
"@babel/traverse": "^7.4.5",
"@mdx-js/mdx": "^1.0.25",
"@mdx-js/react": "^1.0.23",
"@babel/parser": "^7.5.0",
"@babel/traverse": "^7.5.0",
"@mdx-js/mdx": "^1.1.0",
"@mdx-js/react": "^1.0.27",
"github-slugger": "^1.2.1",
"gray-matter": "^4.0.2",
"loader-utils": "^1.2.3",
"mdast-util-to-string": "^1.0.5",
"mdast-util-to-string": "^1.0.6",
"remark-emoji": "^2.0.2",
"remark-slug": "^5.1.1",
"remark-slug": "^5.1.2",
"stringify-object": "^3.3.0",
"unist-util-visit": "^1.4.0"
"unist-util-visit": "^1.4.1"
},
"devDependencies": {
"remark": "^10.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/docusaurus-plugin-content-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"dependencies": {
"@docusaurus/mdx-loader": "^2.0.0-alpha.21",
"@docusaurus/utils": "^2.0.0-alpha.21",
"fs-extra": "^7.0.1",
"globby": "^9.2.0",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"loader-utils": "^1.2.3",
"lodash": "^4.17.11"
"lodash": "^4.17.14"
},
"peerDependencies": {
"@docusaurus/core": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/docusaurus-plugin-content-docs-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"@docusaurus/mdx-loader": "^2.0.0-alpha.21",
"@docusaurus/utils": "^2.0.0-alpha.21",
"fs-extra": "^7.0.1",
"globby": "^9.2.0",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"import-fresh": "^3.0.0",
"loader-utils": "^1.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-content-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"dependencies": {
"@docusaurus/utils": "^2.0.0-alpha.21",
"globby": "^9.2.0"
"globby": "^10.0.1"
},
"peerDependencies": {
"@docusaurus/core": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-sitemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "MIT",
"dependencies": {
"sitemap": "^2.1.0"
"sitemap": "^3.2.2"
},
"peerDependencies": {
"@docusaurus/core": "^2.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/docusaurus-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"license": "MIT",
"dependencies": {
"escape-string-regexp": "^1.0.5",
"fs-extra": "^7.0.0",
"escape-string-regexp": "^2.0.0",
"fs-extra": "^8.1.0",
"gray-matter": "^4.0.2",
"lodash": "^4.17.11"
"lodash": "^4.17.14"
}
}
26 changes: 13 additions & 13 deletions packages/docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,37 +29,37 @@
"url": "https://github.com/facebook/Docusaurus/issues"
},
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/core": "^7.5.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"@docusaurus/utils": "^2.0.0-alpha.21",
"babel-loader": "^8.0.6",
"babel-plugin-dynamic-import-node": "^2.3.0",
"cache-loader": "^4.0.1",
"chalk": "^2.4.1",
"chalk": "^2.4.2",
"chokidar": "^3.0.2",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^2.0.1",
"commander": "^2.20.0",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^2.1.1",
"ejs": "^2.6.1",
"ejs": "^2.6.2",
"express": "^4.17.1",
"fs-extra": "^7.0.0",
"globby": "^9.2.0",
"html-webpack-plugin": "^4.0.0-beta.5",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"html-webpack-plugin": "^4.0.0-beta.7",
"import-fresh": "^3.0.0",
"lodash": "^4.17.14",
"mini-css-extract-plugin": "^0.7.0",
"mini-css-extract-plugin": "^0.8.0",
"nprogress": "^0.2.0",
"null-loader": "^3.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"portfinder": "^1.0.20",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"portfinder": "^1.0.21",
"react-dev-utils": "^9.0.1",
"react-helmet": "^6.0.0-beta",
"react-loadable": "^5.5.0",
"react-loadable-ssr-addon": "^0.1.8",
"react-loadable-ssr-addon": "^0.1.9",
"react-router": "^5.0.1",
"react-router-config": "^5.0.1",
"react-router-dom": "^5.0.1",
Expand All @@ -69,8 +69,8 @@
"std-env": "^2.2.1",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.3.0",
"wait-file": "^1.0.1",
"webpack": "^4.35.3",
"wait-file": "^1.0.2",
"webpack": "^4.36.1",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1",
Expand Down
Loading

0 comments on commit 96d6369

Please sign in to comment.