From 139246b62ad720ab50cd78fe8be4b6994466e4a5 Mon Sep 17 00:00:00 2001 From: "d.yaremenko" Date: Sun, 8 Nov 2020 21:01:14 +0200 Subject: [PATCH] feat(webpack5): simplify dependencies resolution when opt-in to webpack 5 --- packages/custom-webpack/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/custom-webpack/package.json b/packages/custom-webpack/package.json index 92abc18ec..6ab95cd36 100644 --- a/packages/custom-webpack/package.json +++ b/packages/custom-webpack/package.json @@ -37,9 +37,9 @@ }, "builders": "builders.json", "dependencies": { - "@angular-devkit/architect": ">=0.1000.0 < 0.1100.0", - "@angular-devkit/build-angular": ">=0.1000.0 < 0.1100.0", - "@angular-devkit/core": "^10.0.0", + "@angular-devkit/architect": ">=0.1000.0 < 0.1200.0", + "@angular-devkit/build-angular": ">=0.1000.0 < 0.1200.0", + "@angular-devkit/core": ">=10.0.0 < 12.0.0", "lodash": "^4.17.15", "ts-node": "^9.0.0", "webpack-merge": "^4.2.2"