chore: upgrade deps (#1733)

This commit is contained in:
Endi 2019-08-01 19:14:12 +07:00 committed by GitHub
parent 9e0d447399
commit ca3ae5ea96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 274 additions and 168 deletions

View file

@ -35,7 +35,7 @@
"@babel/register": "^7.5.5",
"@babel/traverse": "^7.5.5",
"@babel/types": "^7.5.5",
"autoprefixer": "^9.6.0",
"autoprefixer": "^9.6.1",
"babylon": "^6.18.0",
"chalk": "^2.4.2",
"chokidar": "^3.0.2",
@ -44,7 +44,7 @@
"commander": "^2.20.0",
"cross-spawn": "^6.0.5",
"crowdin-cli": "^0.3.0",
"cssnano": "^4.1.0",
"cssnano": "^4.1.10",
"escape-string-regexp": "^2.0.0",
"express": "^4.17.1",
"feed": "^1.1.0",
@ -57,22 +57,22 @@
"imagemin-jpegtran": "^6.0.0",
"imagemin-optipng": "^6.0.0",
"imagemin-svgo": "^7.0.0",
"lodash": "^4.17.14",
"lodash": "^4.17.15",
"markdown-toc": "^1.2.0",
"mkdirp": "^0.5.1",
"portfinder": "^1.0.21",
"postcss": "^7.0.17",
"prismjs": "^1.16.0",
"prismjs": "^1.17.1",
"react": "^16.8.4",
"react-dev-utils": "^9.0.1",
"react-dom": "^16.8.4",
"remarkable": "^1.7.1",
"remarkable": "^1.7.4",
"request": "^2.88.0",
"shelljs": "^0.8.3",
"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"
"truncate-html": "^1.0.2"
}
}

View file

@ -25,7 +25,7 @@
"fs-extra": "^8.1.0",
"inquirer": "^6.5.0",
"lodash.kebabcase": "^4.1.1",
"semver": "^6.1.1",
"semver": "^6.3.0",
"shelljs": "^0.8.3"
},
"engines": {

View file

@ -10,8 +10,8 @@
"dependencies": {
"@babel/parser": "^7.5.5",
"@babel/traverse": "^7.5.5",
"@mdx-js/mdx": "^1.1.0",
"@mdx-js/react": "^1.0.27",
"@mdx-js/mdx": "^1.1.4",
"@mdx-js/react": "^1.1.4",
"github-slugger": "^1.2.1",
"gray-matter": "^4.0.2",
"loader-utils": "^1.2.3",
@ -19,7 +19,7 @@
"remark-emoji": "^2.0.2",
"remark-slug": "^5.1.2",
"stringify-object": "^3.3.0",
"unist-util-visit": "^1.4.1"
"unist-util-visit": "^2.0.0"
},
"devDependencies": {
"remark": "^10.0.1",

View file

@ -13,7 +13,7 @@
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"loader-utils": "^1.2.3",
"lodash": "^4.17.14"
"lodash": "^4.17.15"
},
"peerDependencies": {
"@docusaurus/core": "^2.0.0",

View file

@ -8,8 +8,8 @@
},
"license": "MIT",
"dependencies": {
"@mdx-js/mdx": "^1.1.0",
"@mdx-js/react": "^1.0.27",
"@mdx-js/mdx": "^1.1.4",
"@mdx-js/react": "^1.1.4",
"classnames": "^2.2.6",
"clipboard": "^2.0.4",
"infima": "0.2.0-alpha.2",

View file

@ -15,6 +15,6 @@
"escape-string-regexp": "^2.0.0",
"fs-extra": "^8.1.0",
"gray-matter": "^4.0.2",
"lodash": "^4.17.14"
"lodash": "^4.17.15"
}
}

View file

@ -48,7 +48,7 @@
"express": "^4.17.1",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"html-webpack-plugin": "^4.0.0-beta.7",
"html-webpack-plugin": "^4.0.0-beta.8",
"import-fresh": "^3.0.0",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.8.0",
@ -70,10 +70,10 @@
"static-site-generator-webpack-plugin": "^3.4.2",
"std-env": "^2.2.1",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.3.0",
"terser-webpack-plugin": "^1.4.1",
"wait-file": "^1.0.3",
"webpack": "^4.38.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-bundle-analyzer": "^3.4.1",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1",
"webpack-nicelog": "^2.3.1"