aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2023-03-04 12:55:57 +0100
committerstonedDiscord <Tukz@gmx.de>2023-03-04 12:55:57 +0100
commitff36a76f4f4be8c92a47f42f382b9b8ecddcc4a4 (patch)
tree6ffea73c4d0bc5c998288530306d62f94aaa3c8f /package.json
parentcec0754edd5a3e79b1fd51083a1674cceaec1bc5 (diff)
update shitty packages except glob
because glob doesn't fucking work anymore after the update
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json
index ed6d876..1aaf1ad 100644
--- a/package.json
+++ b/package.json
@@ -29,30 +29,30 @@
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
- "@types/jest": "^27.4.1",
+ "@types/jest": "^29.4.0",
"@types/node": "^18.0.0",
- "babel-loader": "^8.2.3",
- "copy-webpack-plugin": "^10.2.4",
+ "babel-loader": "^9.1.2",
+ "copy-webpack-plugin": "^11.0.0",
"dotenv": "^16.0.0",
"eslint": "^8.10.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"glob": "^7.2.0",
"html-webpack-plugin": "^5.5.0",
- "husky": "^7.0.0",
- "jest": "^27.5.1",
- "webpack": "^5.69.1",
- "webpack-cli": "^4.10.0",
+ "husky": "^8.0.3",
+ "jest": "^29.4.3",
+ "webpack": "^5.75.0",
+ "webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.7.4",
"workbox-webpack-plugin": "^6.5.1"
},
"dependencies": {
- "@fingerprintjs/fingerprintjs": "^3.3.3",
+ "@fingerprintjs/fingerprintjs": "^3.4.0",
"@types/websocket": "^1.0.5",
"core-js": "^3.21.1",
"golden-layout": "^2.5.0",
"regenerator-runtime": "^0.13.9",
- "source-map-loader": "^3.0.1",
+ "source-map-loader": "^4.0.1",
"ts-loader": "^9.2.8",
"typescript": "^4.6.2"
},