Skip to content

Commit

Permalink
build(aio): update @angular/service-worker to v1.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gkalpak authored and petebacondarwin committed Apr 27, 2017
1 parent cd5b1f3 commit 2a7f636
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion aio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@angular/platform-browser-dynamic": "next",
"@angular/platform-server": "next",
"@angular/router": "next",
"@angular/service-worker": "^1.0.0-beta.8",
"@angular/service-worker": "^1.0.0-beta.10",
"core-js": "^2.4.1",
"rxjs": "^5.2.0",
"zone.js": "^0.8.4"
Expand Down
9 changes: 4 additions & 5 deletions aio/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@
version "4.0.0"
resolved "https://registry.yarnpkg.com/@angular/router/-/router-4.0.0.tgz#f4a2dc83b44e023db1d6f2c12ca5a37a22c66afc"

"@angular/service-worker@^1.0.0-beta.8":
version "1.0.0-beta.8"
resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-1.0.0-beta.8.tgz#dccaea1a530d09f9bc54108379a946b3a62f9da8"
"@angular/service-worker@^1.0.0-beta.10":
version "1.0.0-beta.10"
resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-1.0.0-beta.10.tgz#273ef15e26b4ff87a1076d601b3087dabc8cc8d2"
dependencies:
base64-js "^1.1.2"
jshashes "^1.0.5"
Expand Down Expand Up @@ -7555,14 +7555,13 @@ yargs-parser@^4.2.0:
dependencies:
camelcase "^3.0.0"

[email protected], yargs@^3.32.0:
yargs-parser@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-5.0.0.tgz#275ecf0d7ffe05c77e64e7c86e4cd94bf0e1228a"
dependencies:
camelcase "^3.0.0"

yargs@^3.32.0:
yargs@3.32.0, yargs@^3.32.0:
version "3.32.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.32.0.tgz#03088e9ebf9e756b69751611d2a5ef591482c995"
dependencies:
Expand Down

0 comments on commit 2a7f636

Please sign in to comment.