From 9696231871288b15726f146817265a93898e762a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Feb 2021 07:14:33 +0000 Subject: [PATCH] Bump webpack from 4.46.0 to 5.20.2 Bumps [webpack](https://github.com/webpack/webpack) from 4.46.0 to 5.20.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.46.0...v5.20.2) Signed-off-by: dependabot-preview[bot] --- examples/hybrid-migration/package.json | 2 +- examples/todos/package.json | 2 +- libs/core/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/hybrid-migration/package.json b/examples/hybrid-migration/package.json index 7784007..1dd0948 100644 --- a/examples/hybrid-migration/package.json +++ b/examples/hybrid-migration/package.json @@ -18,7 +18,7 @@ "babel-loader": "^8.0.5", "raw-loader": "^4.0.0", "serve": "^11.0.0", - "webpack": "^4.30.0", + "webpack": "^5.20.2", "webpack-cli": "^3.3.1" } } diff --git a/examples/todos/package.json b/examples/todos/package.json index d800947..4f5076c 100644 --- a/examples/todos/package.json +++ b/examples/todos/package.json @@ -12,7 +12,7 @@ "css-loader": "^3.4.0", "html-webpack-plugin": "^4.0.1", "style-loader": "^1.1.2", - "webpack": "^4.27.1", + "webpack": "^5.20.2", "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.10" } diff --git a/libs/core/package.json b/libs/core/package.json index 4c2976e..1623e66 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -12,7 +12,7 @@ "@babel/preset-env": "^7.4.4", "babel-loader": "^8.0.5", "jest": "^26.0.1", - "webpack": "^4.31.0", + "webpack": "^5.20.2", "webpack-cli": "^3.3.2" } }