From d389cd38c9e4834acba0cbfaa8c71e1c346bb872 Mon Sep 17 00:00:00 2001 From: Mike Hartington Date: Thu, 4 Nov 2021 10:34:43 -0400 Subject: [PATCH] fix(deps): move peer deps to hard deps --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 73798e3..ab6910a 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,11 @@ "ionicframework" ], "dependencies": { - "@schematics/angular": "^12.1.1", + "@angular-devkit/architect": ">=0.120.0 <0.130.0", + "@angular-devkit/build-angular": "^12.0.0", + "@angular-devkit/core": "^12.1.1", + "@angular-devkit/schematics": "^12.0.0", + "@schematics/angular": "^12.0.0", "cheerio": "1.0.0-rc.10", "colorette": "1.1.0", "copy-webpack-plugin": "^9.0.1", @@ -80,10 +84,6 @@ "typescript": "4.2.4", "typescript-eslint-language-service": "^4.1.3" }, - "peerDependencies": { - "@angular-devkit/build-angular": "^12.0.0", - "@angular-devkit/schematics": "^12.0.0" - }, "builders": "./builders.json", "schematics": "./collection.json", "husky": {