We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75fa1a commit f0ae915Copy full SHA for f0ae915
angular.json
@@ -479,6 +479,7 @@
479
"tsConfig": "modules/eslint-plugin/tsconfig.build.json",
480
"packageJson": "modules/eslint-plugin/package.json",
481
"main": "modules/eslint-plugin/src/index.ts",
482
+ "updateBuildableProjectDepsInPackageJson": false,
483
"sourceMap": false,
484
"assets": [
485
"collection.json",
modules/eslint-plugin/package.json
@@ -36,7 +36,6 @@
36
},
37
"sideEffects": false,
38
"dependencies": {
39
- "@angular-devkit/schematics": "^14.0.0-rc.0",
40
"@typescript-eslint/experimental-utils": "^5.4.0",
41
"eslint-etc": "^5.1.0",
42
"semver": "^7.3.5",
0 commit comments