Skip to content

Commit

Permalink
docs: ensure examples get rxjs ^5.5.0 (#19985)
Browse files Browse the repository at this point in the history
This change coincidentally updates other packages that were in `package.json`
because it regenerates `yarn.lock`. This too should be fine.

PR Close #19985
  • Loading branch information
wardbell authored and matsko committed Oct 28, 2017
1 parent 2d508a3 commit a01c877
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 153 deletions.
2 changes: 1 addition & 1 deletion aio/tools/examples/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"angular-in-memory-web-api": "~0.4.6",
"core-js": "^2.4.1",
"express": "^4.14.1",
"rxjs": "^5.1.0",
"rxjs": "^5.5.0",
"systemjs": "0.19.39",
"web-animations-js": "^2.3.1",
"zone.js": "^0.8.4"
Expand Down

0 comments on commit a01c877

Please sign in to comment.