File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ The package versions are aligned with the _Angular_ version.
88* for ** Nx < v20** and ** NG v18** use _ v18.0.1_ .
99* for ** Nx >= v20** and ** NG v18** use _ v18.1.1_ .
1010* for ** Nx >= v20** and ** NG v19** use _ v19.0.7_ .
11- * for ** Nx >= v21.2** and ** NG v20** use _ v20.0.0_ .
11+ * for ** Nx >= v21.2** and ** NG v20** use _ v20.0.1_ .
12+ * for ** Nx >= v21.2** (Nx v21-22) and ** NG v21** use _ v21.0.0_ .
1213
1314** Breaking change** in v18.1.0:
1415
Original file line number Diff line number Diff line change 1414 "yarn" : " ^1.22.17"
1515 },
1616 "dependencies" : {
17- "tslib" : " ^2.3.1 "
17+ "tslib" : " ^2.8.0 "
1818 },
1919 "optionalDependencies" : {
20- "@ngrx/schematics" : " ^20 .0.0"
20+ "@ngrx/schematics" : " ^21 .0.0"
2121 },
2222 "peerDependencies" : {
23- "@angular/core" : " ^20 .0.0" ,
24- "@nx/angular" : " >=21.2.0"
23+ "@angular/core" : " ^21 .0.0" ,
24+ "@nx/angular" : " >=21.2.0 <23.0.0 "
2525 },
2626 "main" : " src/index.js" ,
2727 "schematics" : " ./collection.json" ,
You can’t perform that action at this time.
0 commit comments