Skip to content

Commit 21364ea

Browse files
committed
fix: only widen peer deps
1 parent 536ddcd commit 21364ea

4 files changed

Lines changed: 22 additions & 22 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"license": "MIT",
1414
"description": "",
1515
"overrides": {
16-
"@angular/compiler": "^21.0.0",
16+
"@angular/compiler": "^19.0.0",
1717
"ajv": "^8.0.0",
1818
"pacote": "^21.1.0",
1919
"serialize-javascript": "^7.0.4",

packages/angular/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@
3838
"publint": "publint"
3939
},
4040
"peerDependencies": {
41-
"@angular/common": "^18.2.0 || ^19.0.0 || ^21.0.0",
42-
"@angular/core": "^18.2.0 || ^19.0.0 || ^21.0.0",
43-
"@angular/platform-browser": "^18.2.0 || ^19.0.0 || ^21.0.0"
41+
"@angular/common": "^18.2.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
42+
"@angular/core": "^18.2.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
43+
"@angular/platform-browser": "^18.2.0 || ^19.0.0 || ^20.0.0 || ^21.0.0"
4444
},
4545
"devDependencies": {
46-
"@angular-devkit/build-angular": "^19.0.0 || ^21.0.0",
47-
"@angular/cli": "^19.0.0 || ^21.0.0",
48-
"@angular/common": "^19.0.0 || ^21.0.0",
49-
"@angular/compiler": "^19.0.0 || ^21.0.0",
50-
"@angular/compiler-cli": "^19.0.0 || ^21.0.0",
51-
"@angular/core": "^19.0.0 || ^21.0.0",
52-
"@angular/platform-browser": "^19.0.0 || ^21.0.0",
46+
"@angular-devkit/build-angular": "^19.0.0",
47+
"@angular/cli": "^19.0.0",
48+
"@angular/common": "^19.0.0",
49+
"@angular/compiler": "^19.0.0",
50+
"@angular/compiler-cli": "^19.0.0",
51+
"@angular/core": "^19.0.0",
52+
"@angular/platform-browser": "^19.0.0",
5353
"@documenso/embed": "*",
5454
"ng-packagr": "^19.0.0",
5555
"rollup": "^4.0.0",

playground/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)