mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-05 19:51:06 +00:00
Merge pull request #860 from hedgedoc/maint/more-loader-upgrades
This commit is contained in:
commit
073d390662
2 changed files with 329 additions and 268 deletions
16
package.json
16
package.json
|
@ -11,9 +11,9 @@
|
|||
"markdownlint": "remark .",
|
||||
"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",
|
||||
"dev": "webpack --config webpack.dev.js --progress --colors --watch",
|
||||
"dev": "webpack --config webpack.dev.js --progress --watch",
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -177,7 +177,7 @@
|
|||
"babel-preset-env": "1.7.0",
|
||||
"babel-runtime": "6.26.0",
|
||||
"copy-webpack-plugin": "6.4.1",
|
||||
"css-loader": "3.6.0",
|
||||
"css-loader": "5.0.2",
|
||||
"eslint": "5.16.0",
|
||||
"eslint-config-standard": "12.0.0",
|
||||
"eslint-plugin-import": "2.22.1",
|
||||
|
@ -189,9 +189,9 @@
|
|||
"html-webpack-plugin": "4.5.1",
|
||||
"imports-loader": "1.2.0",
|
||||
"jsonlint": "1.6.3",
|
||||
"less": "3.13.1",
|
||||
"less-loader": "5.0.0",
|
||||
"mini-css-extract-plugin": "0.12.0",
|
||||
"less": "4.1.1",
|
||||
"less-loader": "7.3.0",
|
||||
"mini-css-extract-plugin": "1.3.6",
|
||||
"mocha": "5.2.0",
|
||||
"mock-require": "3.0.3",
|
||||
"optimize-css-assets-webpack-plugin": "5.0.4",
|
||||
|
@ -199,9 +199,9 @@
|
|||
"remark-preset-lint-markdown-style-guide": "3.0.1",
|
||||
"script-loader": "0.7.2",
|
||||
"string-loader": "0.0.1",
|
||||
"url-loader": "2.3.0",
|
||||
"url-loader": "4.1.1",
|
||||
"webpack": "4.46.0",
|
||||
"webpack-cli": "3.3.12",
|
||||
"webpack-cli": "4.5.0",
|
||||
"webpack-merge": "4.2.2"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
|
|
Loading…
Reference in a new issue