From 11ff944f2ccad1e9a2dd1bce892415577ff2ba2e Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 29 Nov 2021 06:57:45 +0100 Subject: [PATCH] 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). --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 41e5068..0f73892 100644 --- a/package.json +++ b/package.json @@ -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",