Skip to content

Commit

Permalink
chore: update to angular 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Jun 11, 2017
1 parent 0f0924d commit c3b76c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
},
"homepage": "https://github.com/mgechev/codelyzer#readme",
"devDependencies": {
"@angular/compiler": "^4.1.3",
"@angular/core": "^4.1.3",
"@angular/compiler": "^4.2.1",
"@angular/core": "^4.2.1",
"@types/chai": "^3.4.33",
"@types/less": "0.0.31",
"@types/mocha": "^2.2.32",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# yarn lockfile v1


"@angular/compiler@^4.1.3":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-4.2.0.tgz#a21df81995b210f822ffd70b57247d474876fbed"
"@angular/compiler@^4.2.1":
version "4.2.1"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-4.2.1.tgz#8d77b458e04b887947d85adccd7546e4a987d4b0"
dependencies:
tslib "^1.7.1"

"@angular/core@^4.1.3":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-4.2.0.tgz#8bf57d01379c2a9e29476ad569dec9e20d5b17dc"
"@angular/core@^4.2.1":
version "4.2.1"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-4.2.1.tgz#0865304b3df43046919b646f02fdeda85a0c4685"
dependencies:
tslib "^1.7.1"

Expand Down

0 comments on commit c3b76c6

Please sign in to comment.