From c46fc68af818359554da8227da312bb59ae570f9 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sat, 9 Oct 2021 13:51:14 +0200 Subject: update to webpack 5 at the worst possible time --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index e779519..b600b69 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,9 @@ "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "babel-loader": "^8.2.2", - "eslint": "^6.8.0", - "webpack": "^4.46.0", - "webpack-cli": "^3.3.12" + "eslint": "^7.32.0", + "webpack": "^5.58.1", + "webpack-cli": "^4.9.0" }, "dependencies": { "@fingerprintjs/fingerprintjs": "^3.0.5", -- cgit