File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ manually updated:
72
72
- [ ` @angular/pwa ` ] ( /packages/angular/pwa/package.json )
73
73
- [ ` @angular-devkit/build-angular ` ] ( /packages/angular_devkit/build_angular/package.json )
74
74
- [ ` @ngtools/webpack ` ] ( /packages/ngtools/webpack/package.json )
75
+ - [ ` @angular/ssr ` ] ( /packages/angular/ssr/package.json )
75
76
76
77
** DURING a minor OR major CLI release:**
77
78
Original file line number Diff line number Diff line change 17
17
"tslib" : " ^2.3.0"
18
18
},
19
19
"peerDependencies" : {
20
- "@angular/common" : " ^17.0.0 || ^17.3.0-next.0 " ,
21
- "@angular/core" : " ^17.0.0 || ^17.3.0-next.0 "
20
+ "@angular/common" : " ^17.0.0" ,
21
+ "@angular/core" : " ^17.0.0"
22
22
},
23
23
"schematics" : " ./schematics/collection.json" ,
24
24
"repository" : {
You can’t perform that action at this time.
0 commit comments