Skip to content

Commit 51ef08a

Browse files
committed
deps: Remove root level angular dev dependencies
1 parent 4ab62d6 commit 51ef08a

File tree

4 files changed

+183
-117
lines changed

4 files changed

+183
-117
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
"build:examples-app": "lerna run build:examples-app && node packages/examples-app/prepare-examples-app.js"
2222
},
2323
"devDependencies": {
24-
"@angular/core": "^19.0.0",
25-
"@angular/cli": "^19.0.0",
2624
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.5",
2725
"@babel/plugin-proposal-optional-chaining": "^7.16.5",
2826
"@istanbuljs/nyc-config-typescript": "^1.0.2",

packages/angular-material/angular.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "../../node_modules/@angular/cli/lib/config/schema.json",
2+
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
33
"version": 1,
44
"newProjectRoot": ".",
55
"projects": {
@@ -20,28 +20,23 @@
2020
"outputPath": "example/dist/",
2121
"index": "example/index.html",
2222
"main": "example/main.ts",
23-
"polyfills": [
24-
"zone.js"
25-
],
23+
"polyfills": ["zone.js"],
2624
"tsConfig": "tsconfig.example.json",
2725
"inlineStyleLanguage": "scss",
2826
"assets": [],
2927
"styles": [
3028
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css"
3129
],
3230
"scripts": [],
33-
"allowedCommonJsDependencies": [
34-
"lodash",
35-
"hammerjs"
36-
],
31+
"allowedCommonJsDependencies": ["lodash", "hammerjs"],
3732
"optimization": false,
3833
"buildOptimizer": false
3934
}
4035
},
4136
"serve": {
4237
"builder": "@angular-devkit/build-angular:dev-server",
4338
"options": {
44-
"buildTarget": "example:build"
39+
"buildTarget": "example:build"
4540
}
4641
}
4742
}
@@ -72,10 +67,7 @@
7267
"options": {
7368
"karmaConfig": "karma.conf.js",
7469
"tsConfig": "tsconfig.spec.json",
75-
"polyfills": [
76-
"zone.js",
77-
"zone.js/testing"
78-
]
70+
"polyfills": ["zone.js", "zone.js/testing"]
7971
}
8072
}
8173
}

packages/angular-material/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
"@angular-eslint/template-parser": "^19.0.0",
9191
"@angular/animations": "^19.0.0",
9292
"@angular/cdk": "^19.0.0",
93+
"@angular/cli": "^19.0.0",
9394
"@angular/common": "^19.0.0",
9495
"@angular/compiler": "^19.0.0",
9596
"@angular/compiler-cli": "^19.0.0",

0 commit comments

Comments
 (0)