File tree 6 files changed +53
-7
lines changed
6 files changed +53
-7
lines changed Original file line number Diff line number Diff line change 21
21
"@angular/forms" : " 20.0.0-next.5" ,
22
22
"@angular/material" : " next" ,
23
23
"@angular/platform-browser" : " 20.0.0-next.5" ,
24
+ "@angular/platform-browser-dynamic" : " 20.0.0-next.5" ,
24
25
"@angular/router" : " 20.0.0-next.5" ,
25
26
"rxjs" : " ^7.5.5" ,
26
27
"tslib" : " ^2.3.0" ,
Original file line number Diff line number Diff line change 19
19
"@angular/forms" : " 20.0.0-next.5" ,
20
20
"@angular/material" : " next" ,
21
21
"@angular/platform-browser" : " 20.0.0-next.5" ,
22
+ "@angular/platform-browser-dynamic" : " 20.0.0-next.5" ,
22
23
"@angular/router" : " 20.0.0-next.5" ,
23
24
"rxjs" : " ^7.5.5" ,
24
25
"tslib" : " ^2.3.0" ,
Original file line number Diff line number Diff line change @@ -394,6 +394,20 @@ __metadata:
394
394
languageName : node
395
395
linkType : hard
396
396
397
+ " @angular/platform-browser-dynamic@npm:20.0.0-next.5 " :
398
+ version : 20.0.0-next.5
399
+ resolution : " @angular/platform-browser-dynamic@npm:20.0.0-next.5"
400
+ dependencies :
401
+ tslib : " npm:^2.3.0"
402
+ peerDependencies :
403
+ " @angular/common " : 20.0.0-next.5
404
+ " @angular/compiler " : 20.0.0-next.5
405
+ " @angular/core " : 20.0.0-next.5
406
+ " @angular/platform-browser " : 20.0.0-next.5
407
+ checksum : 10/a04d52075b7913636eb327dc8068161372787ddfeaba79668a81a4766c1e1d231f748d8c1e360b0b16a33c5ea887d29f67e46f93750b7d85bafa97081f306983
408
+ languageName : node
409
+ linkType : hard
410
+
397
411
" @angular/platform-browser@npm:20.0.0-next.5 " :
398
412
version : 20.0.0-next.5
399
413
resolution : " @angular/platform-browser@npm:20.0.0-next.5"
@@ -10436,6 +10450,7 @@ __metadata:
10436
10450
" @angular/forms " : " npm:20.0.0-next.5"
10437
10451
" @angular/material " : " npm:next"
10438
10452
" @angular/platform-browser " : " npm:20.0.0-next.5"
10453
+ " @angular/platform-browser-dynamic " : " npm:20.0.0-next.5"
10439
10454
" @angular/router " : " npm:20.0.0-next.5"
10440
10455
" @types/jasmine " : " npm:~5.1.7"
10441
10456
" @types/node " : " npm:22.14.0"
Original file line number Diff line number Diff line change 226
226
"dependencies" : {
227
227
"@nginfra/angular-linking" : " 1.0.10"
228
228
}
229
+ },
230
+ "@angular/build" : {
231
+ "peerDependencies" : {
232
+ "tslib" : " ^2.3.0"
233
+ }
229
234
}
230
235
},
231
236
"patchedDependencies" : {
You can’t perform that action at this time.
0 commit comments