diff --git a/integration_tests/package.json b/integration_tests/package.json index 64faf0452..201e3c570 100644 --- a/integration_tests/package.json +++ b/integration_tests/package.json @@ -79,7 +79,7 @@ "@types/react-router-dom": "4.2.7", "@types/react-transition-group": "2.x", "@types/react-virtualized": "9.x", - "@types/webpack": "4.x", + "@types/webpack": "5.x", "@typescript-eslint/eslint-plugin": "^1.7.0", "@typescript-eslint/parser": "^1.7.0", "bootstrap-sass": "^3.3.7", @@ -117,7 +117,7 @@ "ts-loader": "5.3.3", "ts-node": "5.x", "typescript": "3.4.4", - "webpack": "4.29.6", + "webpack": "5.104.1", "webpack-bundle-analyzer": "2.x", "webpack-cli": "^2.0.12", "webpack-virtual-modules": "^0.1.10" diff --git a/package.json b/package.json index 488deae59..18f4585e5 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "ts-node": "^3.0.6", "tslint": "^5.4.3", "typescript": "3.6.3", - "webpack": "4.41.0", + "webpack": "5.104.1", "webpack-bundle-analyzer": "3.5.2", "webpack-cli": "3.3.9" },