aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2021-10-09 13:51:14 +0200
committerstonedDiscord <Tukz@gmx.de>2021-10-09 13:51:14 +0200
commitc46fc68af818359554da8227da312bb59ae570f9 (patch)
tree783ac56e4d6f948422a91ebae8bd9e5d63126139 /package.json
parentd1be0aff406a4026154b2d4ce40f9c73d5146821 (diff)
update to webpack 5 at the worst possible time
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
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",