From f0ae9151c296842bbd01cb00f2a665d6827ead17 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Tue, 20 Dec 2022 18:12:21 +0100 Subject: [PATCH] fix(eslint-plugin): remove @angular-devkit/schematics dependency (#3710) Closes #3709 --- angular.json | 1 + modules/eslint-plugin/package.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/angular.json b/angular.json index 5b3f5d9a5f..05ce71d80b 100644 --- a/angular.json +++ b/angular.json @@ -479,6 +479,7 @@ "tsConfig": "modules/eslint-plugin/tsconfig.build.json", "packageJson": "modules/eslint-plugin/package.json", "main": "modules/eslint-plugin/src/index.ts", + "updateBuildableProjectDepsInPackageJson": false, "sourceMap": false, "assets": [ "collection.json", diff --git a/modules/eslint-plugin/package.json b/modules/eslint-plugin/package.json index e80d2d89d7..4c4892a2b8 100644 --- a/modules/eslint-plugin/package.json +++ b/modules/eslint-plugin/package.json @@ -36,7 +36,6 @@ }, "sideEffects": false, "dependencies": { - "@angular-devkit/schematics": "^14.0.0-rc.0", "@typescript-eslint/experimental-utils": "^5.4.0", "eslint-etc": "^5.1.0", "semver": "^7.3.5",