diff --git a/aspnetcore/tutorials/signalr-typescript-webpack/sample/2.x/package.json b/aspnetcore/tutorials/signalr-typescript-webpack/sample/2.x/package.json index df14a309d1..dc6d6c207e 100644 --- a/aspnetcore/tutorials/signalr-typescript-webpack/sample/2.x/package.json +++ b/aspnetcore/tutorials/signalr-typescript-webpack/sample/2.x/package.json @@ -13,13 +13,13 @@ "author": "", "license": "ISC", "devDependencies": { - "clean-webpack-plugin": "1.0.1", + "clean-webpack-plugin": "2.0.0", "css-loader": "2.1.1", - "html-webpack-plugin": "4.0.0-beta.7", + "html-webpack-plugin": "4.0.0", "mini-css-extract-plugin": "0.5.0", - "ts-loader": "5.3.3", + "ts-loader": "6.0.0", "typescript": "3.3.3", - "webpack": "4.29.3", + "webpack": "5.1.1", "webpack-cli": "3.2.3" }, "dependencies": {