Skip to content

Commit

Permalink
fix(eslint-plugin): remove @angular-devkit/schematics dependency (#3710)
Browse files Browse the repository at this point in the history
Closes #3709
  • Loading branch information
danielsogl committed Dec 20, 2022
1 parent e75fa1a commit f0ae915
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion modules/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f0ae915

Please sign in to comment.