package.json: Update various development packages

These work without any source changes.

Don't update copy-webpack-plugin to the latest 10 major release, but
keep it at 9. 10 breaks compatibility with node.js 10, but that is still
the default in CentOS 8 stream (and we can't select the newer modules in
the spec or packit.yml).
This commit is contained in:
Martin Pitt 2021-11-29 06:57:45 +01:00 committed by Martin Pitt
parent 67c1c065e9
commit 11ff944f2c

View file

@ -17,10 +17,10 @@
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"chrome-remote-interface": "^0.28.0",
"compression-webpack-plugin": "^6.0.0",
"copy-webpack-plugin": "^6.1.0",
"css-loader": "^5.2.0",
"chrome-remote-interface": "^0.31.0",
"compression-webpack-plugin": "^9.0.0",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^6.5.0",
"css-minimizer-webpack-plugin": "^3.0.1",
"eslint": "^7.10.0",
"eslint-config-standard": "^14.1.1",
@ -35,7 +35,7 @@
"eslint-webpack-plugin": "^2.5.3",
"htmlparser": "^1.7.7",
"jed": "^1.1.1",
"mini-css-extract-plugin": "^0.11.0",
"mini-css-extract-plugin": "^2.4.5",
"po2json": "^1.0.0-alpha",
"qunit": "^2.9.3",
"sass": "^1.35.2",