- Timestamp:
- 10/16/21 18:10:51 (3 years ago)
- Branches:
- master
- Children:
- eed0bf8
- Parents:
- 6a3a178
- 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 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. 9`);31 package_config_1.addPackageToPackageJson(host, '@angular/cdk', `~12.2.10`); 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
r6a3a178 rfa375fe 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. 9`);31 package_config_1.addPackageToPackageJson(host, '@angular/cdk', `~12.2.10`); 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.