Skip to content

Commit f790fb1

Browse files
committed
build: update patch @angular/core to have a peer dependency on common
This is already fixed in `@angular/core@20` but we need to patch it here for our local development.
1 parent 63c579d commit f790fb1

File tree

3 files changed

+27
-17
lines changed

3 files changed

+27
-17
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-1406867100
55
integration/package.json=-620011313
6-
package.json=-808673600
6+
package.json=1405819661
77
patches/@angular__compiler-cli.patch=-11405367
88
patches/@angular__core.patch=213102054
9-
pnpm-lock.yaml=45810425
9+
pnpm-lock.yaml=313249421
1010
pnpm-workspace.yaml=334858811
1111
src/cdk-experimental/package.json=237487315
1212
src/cdk/package.json=-908433069

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@
196196
"clonedeep": "*"
197197
}
198198
},
199+
"@angular/core": {
200+
"peerDependencies": {
201+
"@angular/compiler": "*"
202+
}
203+
},
199204
"@angular/animations": {
200205
"dependencies": {
201206
"@nginfra/angular-linking": "1.0.6"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)