Upgrade dependencies

This commit is contained in:
typicode
2019-05-20 06:07:52 +02:00
parent ff9e4e29fd
commit 47392e0a4d
3 changed files with 2325 additions and 2227 deletions

4241
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -34,13 +34,13 @@
"method-override": "^3.0.0", "method-override": "^3.0.0",
"morgan": "^1.9.1", "morgan": "^1.9.1",
"nanoid": "^2.0.2", "nanoid": "^2.0.2",
"object-assign": "^4.0.1", "object-assign": "^4.1.1",
"please-upgrade-node": "^3.1.1", "please-upgrade-node": "^3.1.1",
"pluralize": "^7.0.0", "pluralize": "^7.0.0",
"request": "^2.88.0", "request": "^2.88.0",
"server-destroy": "^1.0.1", "server-destroy": "^1.0.1",
"update-notifier": "^2.5.0", "update-notifier": "^3.0.0",
"yargs": "^12.0.2" "yargs": "^13.2.4"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.4.4", "@babel/cli": "^7.4.4",
@ -50,25 +50,24 @@
"@babel/polyfill": "^7.4.4", "@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.4", "@babel/preset-env": "^7.4.4",
"@babel/register": "^7.4.4", "@babel/register": "^7.4.4",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.6", "babel-loader": "^8.0.6",
"clean-webpack-plugin": "^0.1.19", "clean-webpack-plugin": "^2.0.2",
"cross-env": "^5.2.0", "cross-env": "^5.2.0",
"css-loader": "^1.0.1", "css-loader": "^2.1.1",
"eslint": "^5.16.0", "eslint": "^5.16.0",
"eslint-config-prettier": "^3.6.0", "eslint-config-prettier": "^4.3.0",
"eslint-config-standard": "^12.0.0", "eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2", "eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1", "eslint-plugin-node": "^9.0.1",
"eslint-plugin-prettier": "^3.1.0", "eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.1.1", "eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0", "eslint-plugin-standard": "^4.0.0",
"html-webpack-plugin": "^3.2.0", "html-webpack-plugin": "^3.2.0",
"husky": "^1.3.1", "husky": "^2.3.0",
"jest": "^23.6.0", "jest": "^24.8.0",
"markdown-toc": "^1.2.0", "markdown-toc": "^1.2.0",
"milligram": "^1.3.0", "milligram": "^1.3.0",
"mini-css-extract-plugin": "^0.4.5", "mini-css-extract-plugin": "^0.6.0",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"os-tmpdir": "^2.0.0", "os-tmpdir": "^2.0.0",
@ -77,8 +76,8 @@
"promise-polyfill": "^8.1.0", "promise-polyfill": "^8.1.0",
"rimraf": "^2.6.3", "rimraf": "^2.6.3",
"server-ready": "^0.3.1", "server-ready": "^0.3.1",
"supertest": "^3.4.2", "supertest": "^4.0.2",
"temp-write": "^3.4.0", "temp-write": "^4.0.0",
"webpack": "^4.31.0", "webpack": "^4.31.0",
"webpack-cli": "^3.3.2", "webpack-cli": "^3.3.2",
"whatwg-fetch": "^3.0.0" "whatwg-fetch": "^3.0.0"

View File

@ -11,7 +11,7 @@ module.exports = {
] ]
}, },
plugins: [ plugins: [
new CleanWebpackPlugin(['dist']), new CleanWebpackPlugin(),
new HtmlWebpackPlugin({ new HtmlWebpackPlugin({
favicon: 'src/front/favicon.ico', favicon: 'src/front/favicon.ico',
template: 'src/front/index.html' template: 'src/front/index.html'