Ignore:
Timestamp:
10/16/21 18:10:51 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
eed0bf8
Parents:
6a3a178
Message:

adding new components

Location:
trip-planner-front/node_modules/@angular/cdk/schematics/ng-add
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@angular/cdk/schematics/ng-add/index.js

    r6a3a178 rfa375fe  
    2929            // `@schematics/angular`, we use tilde instead of caret. This is default for Angular
    3030            // dependencies in new CLI projects.
    31             package_config_1.addPackageToPackageJson(host, '@angular/cdk', `~12.2.9`);
     31            package_config_1.addPackageToPackageJson(host, '@angular/cdk', `~12.2.10`);
    3232            // Add a task to run the package manager. This is necessary because we updated the
    3333            // workspace "package.json" file and we want lock files to reflect the new version range.
  • trip-planner-front/node_modules/@angular/cdk/schematics/ng-add/index.mjs

    r6a3a178 rfa375fe  
    2929            // `@schematics/angular`, we use tilde instead of caret. This is default for Angular
    3030            // dependencies in new CLI projects.
    31             package_config_1.addPackageToPackageJson(host, '@angular/cdk', `~12.2.9`);
     31            package_config_1.addPackageToPackageJson(host, '@angular/cdk', `~12.2.10`);
    3232            // Add a task to run the package manager. This is necessary because we updated the
    3333            // workspace "package.json" file and we want lock files to reflect the new version range.
Note: See TracChangeset for help on using the changeset viewer.