Skip to content

Commit d928a46

Browse files
committed
chore(deps): avoid install of separate angular versions
1 parent 911da13 commit d928a46

File tree

2 files changed

+63
-27
lines changed

2 files changed

+63
-27
lines changed

package-lock.json

Lines changed: 48 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,35 +20,40 @@
2020
"prepublishOnly": "npm run build",
2121
"release": "standard-version"
2222
},
23-
"dependencies": {
23+
"peerDependencies": {
24+
"@angular/animations": "^18.2.0",
25+
"@angular/cdk": "^18.2.0",
26+
"@angular/common": "^18.2.0",
27+
"@angular/core": "^18.2.0",
28+
"@angular/material": "^18.2.0"
29+
},
30+
"devDependencies": {
31+
"@angular-devkit/build-angular": "18.2.14",
2432
"@angular/animations": "18.2.13",
2533
"@angular/cdk": "18.2.14",
34+
"@angular/cli": "18.2.14",
2635
"@angular/common": "18.2.13",
2736
"@angular/compiler": "18.2.13",
37+
"@angular/compiler-cli": "18.2.13",
2838
"@angular/core": "18.2.13",
2939
"@angular/forms": "18.2.13",
3040
"@angular/material": "18.2.14",
3141
"@angular/platform-browser": "18.2.13",
3242
"@angular/platform-browser-dynamic": "18.2.13",
3343
"@angular/router": "18.2.13",
34-
"rxjs": "7.8.1",
35-
"tslib": "2.4.0",
36-
"zone.js": "0.14.10"
37-
},
38-
"devDependencies": {
39-
"@angular-devkit/build-angular": "18.2.14",
40-
"@angular/cli": "18.2.14",
41-
"@angular/compiler-cli": "18.2.13",
4244
"@types/jest": "29.2.1",
4345
"@types/node": "16.18.3",
4446
"codelyzer": "6.0.2",
4547
"jest": "29.7.0",
4648
"ng-packagr": "18.2.1",
4749
"protractor": "7.0.0",
50+
"rxjs": "7.8.1",
4851
"standard-version": "9.5.0",
4952
"ts-jest": "29.0.3",
5053
"ts-node": "10.9.1",
54+
"tslib": "2.4.0",
5155
"tslint": "6.1.3",
52-
"typescript": "5.4.5"
56+
"typescript": "5.4.5",
57+
"zone.js": "0.14.10"
5358
}
5459
}

0 commit comments

Comments
 (0)