Skip to content

Commit

Permalink
build: update angular-devkit packages (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and dherges committed Jan 31, 2018
1 parent 7a996ef commit f25ae59
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion integration/consumers/ng-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"zone.js": "^0.8.12"
},
"devDependencies": {
"@angular-devkit/schematics": "^0.0.52",
"@angular-devkit/schematics": "^0.2.0",
"@angular/cli": "~1.6.0",
"@angular/compiler-cli": "~5.2.0",
"@angular/language-service": "~5.2.0",
Expand Down
6 changes: 3 additions & 3 deletions integration/consumers/ng-cli/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
dependencies:
source-map "^0.5.6"

"@angular-devkit/schematics@^0.0.52":
version "0.0.52"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-0.0.52.tgz#cbd2f42778b50d6422a254ffaec05ad4ef3cb6c0"
"@angular-devkit/schematics@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-0.2.0.tgz#8b70df515334b99cf37ac43b57981a542d078501"
dependencies:
"@ngtools/json-schema" "^1.1.0"
rxjs "^5.5.6"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"typescript": ">=2.4.2"
},
"devDependencies": {
"@angular-devkit/core": "^0.0.29",
"@angular-devkit/core": "^0.2.0",
"@angular/cdk": "~5.1.0",
"@angular/common": "~5.2.0",
"@angular/compiler": "~5.2.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# yarn lockfile v1


"@angular-devkit/core@^0.0.29":
version "0.0.29"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-0.0.29.tgz#6fb319b45a62eff172318cbe256fdb24ef20af2b"
"@angular-devkit/core@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-0.2.0.tgz#64694715d6af0848c4d7e401a15ad3223531185f"
dependencies:
ajv "~5.5.1"
chokidar "^1.7.0"
Expand Down

0 comments on commit f25ae59

Please sign in to comment.