Merge pull request #860 from hedgedoc/maint/more-loader-upgrades

This commit is contained in:
David Mehren 2021-02-09 19:05:13 +01:00 committed by GitHub
commit 073d390662
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 329 additions and 268 deletions

View file

@ -11,9 +11,9 @@
"markdownlint": "remark .", "markdownlint": "remark .",
"mocha-suite": "NODE_ENV=test CMD_DB_URL=\"sqlite::memory:\" mocha --exit", "mocha-suite": "NODE_ENV=test CMD_DB_URL=\"sqlite::memory:\" mocha --exit",
"standard": "echo 'standard is no longer being used, use `npm run eslint` instead!' && exit 1", "standard": "echo 'standard is no longer being used, use `npm run eslint` instead!' && exit 1",
"dev": "webpack --config webpack.dev.js --progress --colors --watch", "dev": "webpack --config webpack.dev.js --progress --watch",
"heroku-prebuild": "bin/heroku", "heroku-prebuild": "bin/heroku",
"build": "webpack --config webpack.prod.js --progress --colors --bail", "build": "webpack --config webpack.prod.js --progress",
"start": "sequelize db:migrate && node app.js" "start": "sequelize db:migrate && node app.js"
}, },
"dependencies": { "dependencies": {
@ -177,7 +177,7 @@
"babel-preset-env": "1.7.0", "babel-preset-env": "1.7.0",
"babel-runtime": "6.26.0", "babel-runtime": "6.26.0",
"copy-webpack-plugin": "6.4.1", "copy-webpack-plugin": "6.4.1",
"css-loader": "3.6.0", "css-loader": "5.0.2",
"eslint": "5.16.0", "eslint": "5.16.0",
"eslint-config-standard": "12.0.0", "eslint-config-standard": "12.0.0",
"eslint-plugin-import": "2.22.1", "eslint-plugin-import": "2.22.1",
@ -189,9 +189,9 @@
"html-webpack-plugin": "4.5.1", "html-webpack-plugin": "4.5.1",
"imports-loader": "1.2.0", "imports-loader": "1.2.0",
"jsonlint": "1.6.3", "jsonlint": "1.6.3",
"less": "3.13.1", "less": "4.1.1",
"less-loader": "5.0.0", "less-loader": "7.3.0",
"mini-css-extract-plugin": "0.12.0", "mini-css-extract-plugin": "1.3.6",
"mocha": "5.2.0", "mocha": "5.2.0",
"mock-require": "3.0.3", "mock-require": "3.0.3",
"optimize-css-assets-webpack-plugin": "5.0.4", "optimize-css-assets-webpack-plugin": "5.0.4",
@ -199,9 +199,9 @@
"remark-preset-lint-markdown-style-guide": "3.0.1", "remark-preset-lint-markdown-style-guide": "3.0.1",
"script-loader": "0.7.2", "script-loader": "0.7.2",
"string-loader": "0.0.1", "string-loader": "0.0.1",
"url-loader": "2.3.0", "url-loader": "4.1.1",
"webpack": "4.46.0", "webpack": "4.46.0",
"webpack-cli": "3.3.12", "webpack-cli": "4.5.0",
"webpack-merge": "4.2.2" "webpack-merge": "4.2.2"
}, },
"optionalDependencies": { "optionalDependencies": {

581
yarn.lock

File diff suppressed because it is too large Load diff