- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- 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
r59329aa re29cc2e 29 29 // `@schematics/angular`, we use tilde instead of caret. This is default for Angular 30 30 // dependencies in new CLI projects. 31 package_config_1.addPackageToPackageJson(host, '@angular/cdk', `~12.2.1 0`);31 package_config_1.addPackageToPackageJson(host, '@angular/cdk', `~12.2.13`); 32 32 // Add a task to run the package manager. This is necessary because we updated the 33 33 // 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
r59329aa re29cc2e 29 29 // `@schematics/angular`, we use tilde instead of caret. This is default for Angular 30 30 // dependencies in new CLI projects. 31 package_config_1.addPackageToPackageJson(host, '@angular/cdk', `~12.2.1 0`);31 package_config_1.addPackageToPackageJson(host, '@angular/cdk', `~12.2.13`); 32 32 // Add a task to run the package manager. This is necessary because we updated the 33 33 // 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.