Skip to content

Commit

Permalink
fix(package): updated the schematics #69
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed May 4, 2019
1 parent 80014cd commit 9281882
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
},
"dependencies": {
"@agm/core": "^1.0.0-beta.5",
"@angular/animations": "^7.2.11",
"@angular/cdk": "^7.3.6",
"@angular/common": "^7.2.11",
"@angular/core": "^7.2.11",
"@angular/forms": "^7.2.11",
"@angular/material": "^7.3.6"
"@angular/animations": "^7.2.14",
"@angular/cdk": "^7.3.7",
"@angular/common": "^7.2.14",
"@angular/core": "^7.2.14",
"@angular/forms": "^7.2.14",
"@angular/material": "^7.3.7"
},
"devDependencies": {
"@angular-devkit/schematics": "^7.3.8",
Expand Down
4 changes: 2 additions & 2 deletions src/schematics/src/ng-add/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export function addPackageJsonDependencies(): Rule {
},
{type: NodeDependencyType.Default, version: '^1.0.0-beta.5', name: '@agm/core'},
{type: NodeDependencyType.Default, version: '^3.30.19', name: '@types/googlemaps'},
{type: NodeDependencyType.Default, version: ngCoreVersionTag || '^7.2.7', name: '@angular/animations'},
{type: NodeDependencyType.Default, version: ngCoreVersionTag || '^7.2.7', name: '@angular/forms'}
{type: NodeDependencyType.Default, version: ngCoreVersionTag || '^7.2.12', name: '@angular/animations'},
{type: NodeDependencyType.Default, version: ngCoreVersionTag || '^7.2.14', name: '@angular/forms'}
];

dependencies.forEach(dependency => {
Expand Down

0 comments on commit 9281882

Please sign in to comment.