diff --git a/.travis.yml b/.travis.yml
index bb3866b063..13ea225958 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ env:
- DBUS_SESSION_BUS_ADDRESS=/dev/null
- DISPLAY=:99.0
- CHROME_BIN=chromium-browser
- - LATEST_RELEASE=2.3.1
+ - LATEST_RELEASE=2.4.0
- LATEST_RELEASE_BRANCH=2.4.x
- TASK_FLAGS="--dgeni-log=warn"
matrix:
diff --git a/public/docs/_examples/_boilerplate/systemjs.config.web.build.js b/public/docs/_examples/_boilerplate/systemjs.config.web.build.js
index 661251cbb8..bfb9dbcd99 100644
--- a/public/docs/_examples/_boilerplate/systemjs.config.web.build.js
+++ b/public/docs/_examples/_boilerplate/systemjs.config.web.build.js
@@ -61,7 +61,7 @@
'@angular/forms/testing': 'ng:forms-builds/master/bundles/forms-testing.umd.js',
// other libraries
- 'rxjs': 'npm:rxjs@5.0.0-rc.4',
+ 'rxjs': 'npm:rxjs@5.0.1',
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js',
'ts': 'npm:plugin-typescript@5.2.7/lib/plugin.js',
'typescript': 'npm:typescript@2.0.10/lib/typescript.js',
diff --git a/public/docs/_examples/_boilerplate/systemjs.config.web.js b/public/docs/_examples/_boilerplate/systemjs.config.web.js
index 6f5e047c29..576bded343 100644
--- a/public/docs/_examples/_boilerplate/systemjs.config.web.js
+++ b/public/docs/_examples/_boilerplate/systemjs.config.web.js
@@ -48,7 +48,7 @@
'@angular/upgrade/static': 'npm:@angular/upgrade/bundles/upgrade-static.umd.js',
// other libraries
- 'rxjs': 'npm:rxjs@5.0.0-rc.4',
+ 'rxjs': 'npm:rxjs@5.0.1',
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js',
'ts': 'npm:plugin-typescript@5.2.7/lib/plugin.js',
'typescript': 'npm:typescript@2.0.10/lib/typescript.js',
diff --git a/public/docs/_examples/homepage-hello-world/ts/index.1.html b/public/docs/_examples/homepage-hello-world/ts/index.1.html
index c639f15033..b02b9d33ab 100644
--- a/public/docs/_examples/homepage-hello-world/ts/index.1.html
+++ b/public/docs/_examples/homepage-hello-world/ts/index.1.html
@@ -11,7 +11,7 @@
-
+
diff --git a/public/docs/_examples/homepage-tabs/ts/index.1.html b/public/docs/_examples/homepage-tabs/ts/index.1.html
index 6fb8ad3040..055db7eb48 100644
--- a/public/docs/_examples/homepage-tabs/ts/index.1.html
+++ b/public/docs/_examples/homepage-tabs/ts/index.1.html
@@ -12,7 +12,7 @@
-
+
diff --git a/public/docs/_examples/homepage-todo/ts/index.1.html b/public/docs/_examples/homepage-todo/ts/index.1.html
index 6cb1935f65..0cdb0a5aad 100644
--- a/public/docs/_examples/homepage-todo/ts/index.1.html
+++ b/public/docs/_examples/homepage-todo/ts/index.1.html
@@ -12,7 +12,7 @@
-
+
diff --git a/public/docs/_examples/package.json b/public/docs/_examples/package.json
index 699204929c..3beaca90e2 100644
--- a/public/docs/_examples/package.json
+++ b/public/docs/_examples/package.json
@@ -12,22 +12,22 @@
"author": "",
"license": "MIT",
"dependencies": {
- "@angular/common": "~2.3.0",
- "@angular/compiler": "~2.3.0",
- "@angular/compiler-cli": "~2.3.0",
- "@angular/core": "~2.3.0",
- "@angular/forms": "~2.3.0",
- "@angular/http": "~2.3.0",
- "@angular/platform-browser": "~2.3.0",
- "@angular/platform-browser-dynamic": "~2.3.0",
- "@angular/platform-server": "~2.3.0",
- "@angular/router": "~3.3.0",
+ "@angular/common": "~2.4.0",
+ "@angular/compiler": "~2.4.0",
+ "@angular/compiler-cli": "~2.4.0",
+ "@angular/core": "~2.4.0",
+ "@angular/forms": "~2.4.0",
+ "@angular/http": "~2.4.0",
+ "@angular/platform-browser": "~2.4.0",
+ "@angular/platform-browser-dynamic": "~2.4.0",
+ "@angular/platform-server": "~2.4.0",
+ "@angular/router": "~3.4.0",
"@angular/tsc-wrapped": "^0.5.0",
- "@angular/upgrade": "~2.3.0",
+ "@angular/upgrade": "~2.4.0",
"angular-in-memory-web-api": "~0.2.1",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.8",
- "rxjs": "5.0.0-rc.4",
+ "rxjs": "5.0.1",
"systemjs": "0.19.39",
"zone.js": "^0.7.4"
},
diff --git a/public/docs/_examples/quickstart/js/package.1.json b/public/docs/_examples/quickstart/js/package.1.json
index ea8a9f8d52..cce8572249 100644
--- a/public/docs/_examples/quickstart/js/package.1.json
+++ b/public/docs/_examples/quickstart/js/package.1.json
@@ -7,21 +7,21 @@
},
"license": "MIT",
"dependencies": {
- "@angular/common": "~2.3.0",
- "@angular/compiler": "~2.3.0",
- "@angular/core": "~2.3.0",
- "@angular/forms": "~2.3.0",
- "@angular/http": "~2.3.0",
- "@angular/platform-browser": "~2.3.0",
- "@angular/platform-browser-dynamic": "~2.3.0",
- "@angular/router": "~3.3.0",
- "@angular/upgrade": "~2.3.0",
+ "@angular/common": "~2.4.0",
+ "@angular/compiler": "~2.4.0",
+ "@angular/core": "~2.4.0",
+ "@angular/forms": "~2.4.0",
+ "@angular/http": "~2.4.0",
+ "@angular/platform-browser": "~2.4.0",
+ "@angular/platform-browser-dynamic": "~2.4.0",
+ "@angular/router": "~3.4.0",
+ "@angular/upgrade": "~2.4.0",
"angular-in-memory-web-api": "~0.1.16",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.8",
- "rxjs": "5.0.0-rc.4",
- "zone.js": "^0.7.2"
+ "rxjs": "5.0.1",
+ "zone.js": "^0.7.4"
},
"devDependencies": {
"concurrently": "^3.0.0",
diff --git a/public/docs/_examples/quickstart/ts/package.1.json b/public/docs/_examples/quickstart/ts/package.1.json
index 096d0f3e1c..a4fe0c887a 100644
--- a/public/docs/_examples/quickstart/ts/package.1.json
+++ b/public/docs/_examples/quickstart/ts/package.1.json
@@ -9,25 +9,24 @@
},
"license": "MIT",
"dependencies": {
- "@angular/common": "~2.3.0",
- "@angular/compiler": "~2.3.0",
- "@angular/core": "~2.3.0",
- "@angular/forms": "~2.3.0",
- "@angular/http": "~2.3.0",
- "@angular/platform-browser": "~2.3.0",
- "@angular/platform-browser-dynamic": "~2.3.0",
- "@angular/router": "~3.3.0",
- "@angular/upgrade": "~2.3.0",
+ "@angular/common": "~2.4.0",
+ "@angular/compiler": "~2.4.0",
+ "@angular/core": "~2.4.0",
+ "@angular/forms": "~2.4.0",
+ "@angular/http": "~2.4.0",
+ "@angular/platform-browser": "~2.4.0",
+ "@angular/platform-browser-dynamic": "~2.4.0",
+ "@angular/router": "~3.4.0",
+ "@angular/upgrade": "~2.4.0",
"angular-in-memory-web-api": "~0.1.16",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.8",
- "rxjs": "5.0.0-rc.4",
+ "rxjs": "5.0.1",
"systemjs": "0.19.39",
- "zone.js": "^0.7.2"
+ "zone.js": "^0.7.4"
},
"devDependencies": {
- "@types/core-js": "^0.9.34",
"@types/node": "^6.0.45",
"concurrently": "^3.0.0",
"lite-server": "^2.2.2",
diff --git a/public/docs/_examples/webpack/ts/package.webpack.json b/public/docs/_examples/webpack/ts/package.webpack.json
index 4ceb154005..9ff44fee78 100644
--- a/public/docs/_examples/webpack/ts/package.webpack.json
+++ b/public/docs/_examples/webpack/ts/package.webpack.json
@@ -9,17 +9,17 @@
},
"license": "MIT",
"dependencies": {
- "@angular/common": "~2.3.0",
- "@angular/compiler": "~2.3.0",
- "@angular/core": "~2.3.0",
- "@angular/forms": "~2.3.0",
- "@angular/http": "~2.3.0",
- "@angular/platform-browser": "~2.3.0",
- "@angular/platform-browser-dynamic": "~2.3.0",
- "@angular/router": "~3.3.0",
+ "@angular/common": "~2.4.0",
+ "@angular/compiler": "~2.4.0",
+ "@angular/core": "~2.4.0",
+ "@angular/forms": "~2.4.0",
+ "@angular/http": "~2.4.0",
+ "@angular/platform-browser": "~2.4.0",
+ "@angular/platform-browser-dynamic": "~2.4.0",
+ "@angular/router": "~3.4.0",
"core-js": "^2.4.1",
- "rxjs": "5.0.0-rc.4",
- "zone.js": "^0.7.2"
+ "rxjs": "5.0.1",
+ "zone.js": "^0.7.4"
},
"devDependencies": {
"@types/node": "^6.0.45",
diff --git a/tools/plunker-builder/indexHtmlTranslator.js b/tools/plunker-builder/indexHtmlTranslator.js
index de2a915e30..27ea58a4a7 100644
--- a/tools/plunker-builder/indexHtmlTranslator.js
+++ b/tools/plunker-builder/indexHtmlTranslator.js
@@ -57,7 +57,7 @@ var _rxData = [
{
pattern: 'script',
from: 'node_modules/zone.js/dist/zone.js',
- to: 'https://unpkg.com/zone.js@0.7.2?main=browser'
+ to: 'https://unpkg.com/zone.js@0.7.4?main=browser'
},
{
pattern: 'script',
@@ -67,7 +67,7 @@ var _rxData = [
{
pattern: 'script',
from: 'node_modules/rxjs/bundles/Rx.js',
- to: 'https://unpkg.com/rxjs@5.0.0-rc.4/bundles/Rx.js'
+ to: 'https://unpkg.com/rxjs@5.0.1/bundles/Rx.js'
},
{
pattern: 'script',