Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit e4eb755

Browse files
Foxandxssfilipesilva
authored andcommitted
chore: update to 2.4.0 (#3016)
1 parent bc91b35 commit e4eb755

File tree

11 files changed

+52
-53
lines changed

11 files changed

+52
-53
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
- DBUS_SESSION_BUS_ADDRESS=/dev/null
1111
- DISPLAY=:99.0
1212
- CHROME_BIN=chromium-browser
13-
- LATEST_RELEASE=2.3.1
13+
- LATEST_RELEASE=2.4.0
1414
- LATEST_RELEASE_BRANCH=2.4.x
1515
- TASK_FLAGS="--dgeni-log=warn"
1616
matrix:

public/docs/_examples/_boilerplate/systemjs.config.web.build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
'@angular/forms/testing': 'ng:forms-builds/master/bundles/forms-testing.umd.js',
6262

6363
// other libraries
64-
'rxjs': 'npm:[email protected].0-rc.4',
64+
'rxjs': 'npm:[email protected].1',
6565
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js',
6666
'ts': 'npm:[email protected]/lib/plugin.js',
6767
'typescript': 'npm:[email protected]/lib/typescript.js',

public/docs/_examples/_boilerplate/systemjs.config.web.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
'@angular/upgrade/static': 'npm:@angular/upgrade/bundles/upgrade-static.umd.js',
4949

5050
// other libraries
51-
'rxjs': 'npm:[email protected].0-rc.4',
51+
'rxjs': 'npm:[email protected].1',
5252
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js',
5353
'ts': 'npm:[email protected]/lib/plugin.js',
5454
'typescript': 'npm:[email protected]/lib/typescript.js',

public/docs/_examples/homepage-hello-world/ts/index.1.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<!-- Polyfills for older browsers -->
1212
<script src="https://unpkg.com/core-js/client/shim.min.js"></script>
1313

14-
<script src="https://unpkg.com/[email protected].2"></script>
14+
<script src="https://unpkg.com/[email protected].4"></script>
1515
<script src="https://unpkg.com/[email protected]"></script>
1616
<script src="https://unpkg.com/[email protected]/dist/system.src.js"></script>
1717
<script src="https://unpkg.com/[email protected]/lib/typescript.js"></script>

public/docs/_examples/homepage-tabs/ts/index.1.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!-- Polyfills for older browsers -->
1313
<script src="https://unpkg.com/core-js/client/shim.min.js"></script>
1414

15-
<script src="https://unpkg.com/[email protected].2"></script>
15+
<script src="https://unpkg.com/[email protected].4"></script>
1616
<script src="https://unpkg.com/[email protected]"></script>
1717
<script src="https://unpkg.com/[email protected]/dist/system.src.js"></script>
1818
<script src="https://unpkg.com/[email protected]/lib/typescript.js"></script>

public/docs/_examples/homepage-todo/ts/index.1.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!-- Polyfills for older browsers -->
1313
<script src="https://unpkg.com/core-js/client/shim.min.js"></script>
1414

15-
<script src="https://unpkg.com/[email protected].2"></script>
15+
<script src="https://unpkg.com/[email protected].4"></script>
1616
<script src="https://unpkg.com/[email protected]"></script>
1717
<script src="https://unpkg.com/[email protected]/dist/system.src.js"></script>
1818
<script src="https://unpkg.com/[email protected]/lib/typescript.js"></script>

public/docs/_examples/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
"author": "",
1313
"license": "MIT",
1414
"dependencies": {
15-
"@angular/common": "~2.3.0",
16-
"@angular/compiler": "~2.3.0",
17-
"@angular/compiler-cli": "~2.3.0",
18-
"@angular/core": "~2.3.0",
19-
"@angular/forms": "~2.3.0",
20-
"@angular/http": "~2.3.0",
21-
"@angular/platform-browser": "~2.3.0",
22-
"@angular/platform-browser-dynamic": "~2.3.0",
23-
"@angular/platform-server": "~2.3.0",
24-
"@angular/router": "~3.3.0",
15+
"@angular/common": "~2.4.0",
16+
"@angular/compiler": "~2.4.0",
17+
"@angular/compiler-cli": "~2.4.0",
18+
"@angular/core": "~2.4.0",
19+
"@angular/forms": "~2.4.0",
20+
"@angular/http": "~2.4.0",
21+
"@angular/platform-browser": "~2.4.0",
22+
"@angular/platform-browser-dynamic": "~2.4.0",
23+
"@angular/platform-server": "~2.4.0",
24+
"@angular/router": "~3.4.0",
2525
"@angular/tsc-wrapped": "^0.5.0",
26-
"@angular/upgrade": "~2.3.0",
26+
"@angular/upgrade": "~2.4.0",
2727
"angular-in-memory-web-api": "~0.2.1",
2828
"core-js": "^2.4.1",
2929
"reflect-metadata": "^0.1.8",
30-
"rxjs": "5.0.0-rc.4",
30+
"rxjs": "5.0.1",
3131
"systemjs": "0.19.39",
3232
"zone.js": "^0.7.4"
3333
},

public/docs/_examples/quickstart/js/package.1.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
},
88
"license": "MIT",
99
"dependencies": {
10-
"@angular/common": "~2.3.0",
11-
"@angular/compiler": "~2.3.0",
12-
"@angular/core": "~2.3.0",
13-
"@angular/forms": "~2.3.0",
14-
"@angular/http": "~2.3.0",
15-
"@angular/platform-browser": "~2.3.0",
16-
"@angular/platform-browser-dynamic": "~2.3.0",
17-
"@angular/router": "~3.3.0",
18-
"@angular/upgrade": "~2.3.0",
10+
"@angular/common": "~2.4.0",
11+
"@angular/compiler": "~2.4.0",
12+
"@angular/core": "~2.4.0",
13+
"@angular/forms": "~2.4.0",
14+
"@angular/http": "~2.4.0",
15+
"@angular/platform-browser": "~2.4.0",
16+
"@angular/platform-browser-dynamic": "~2.4.0",
17+
"@angular/router": "~3.4.0",
18+
"@angular/upgrade": "~2.4.0",
1919

2020
"angular-in-memory-web-api": "~0.1.16",
2121
"core-js": "^2.4.1",
2222
"reflect-metadata": "^0.1.8",
23-
"rxjs": "5.0.0-rc.4",
24-
"zone.js": "^0.7.2"
23+
"rxjs": "5.0.1",
24+
"zone.js": "^0.7.4"
2525
},
2626
"devDependencies": {
2727
"concurrently": "^3.0.0",

public/docs/_examples/quickstart/ts/package.1.json

+11-12
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,24 @@
99
},
1010
"license": "MIT",
1111
"dependencies": {
12-
"@angular/common": "~2.3.0",
13-
"@angular/compiler": "~2.3.0",
14-
"@angular/core": "~2.3.0",
15-
"@angular/forms": "~2.3.0",
16-
"@angular/http": "~2.3.0",
17-
"@angular/platform-browser": "~2.3.0",
18-
"@angular/platform-browser-dynamic": "~2.3.0",
19-
"@angular/router": "~3.3.0",
20-
"@angular/upgrade": "~2.3.0",
12+
"@angular/common": "~2.4.0",
13+
"@angular/compiler": "~2.4.0",
14+
"@angular/core": "~2.4.0",
15+
"@angular/forms": "~2.4.0",
16+
"@angular/http": "~2.4.0",
17+
"@angular/platform-browser": "~2.4.0",
18+
"@angular/platform-browser-dynamic": "~2.4.0",
19+
"@angular/router": "~3.4.0",
20+
"@angular/upgrade": "~2.4.0",
2121

2222
"angular-in-memory-web-api": "~0.1.16",
2323
"core-js": "^2.4.1",
2424
"reflect-metadata": "^0.1.8",
25-
"rxjs": "5.0.0-rc.4",
25+
"rxjs": "5.0.1",
2626
"systemjs": "0.19.39",
27-
"zone.js": "^0.7.2"
27+
"zone.js": "^0.7.4"
2828
},
2929
"devDependencies": {
30-
"@types/core-js": "^0.9.34",
3130
"@types/node": "^6.0.45",
3231
"concurrently": "^3.0.0",
3332
"lite-server": "^2.2.2",

public/docs/_examples/webpack/ts/package.webpack.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
},
1010
"license": "MIT",
1111
"dependencies": {
12-
"@angular/common": "~2.3.0",
13-
"@angular/compiler": "~2.3.0",
14-
"@angular/core": "~2.3.0",
15-
"@angular/forms": "~2.3.0",
16-
"@angular/http": "~2.3.0",
17-
"@angular/platform-browser": "~2.3.0",
18-
"@angular/platform-browser-dynamic": "~2.3.0",
19-
"@angular/router": "~3.3.0",
12+
"@angular/common": "~2.4.0",
13+
"@angular/compiler": "~2.4.0",
14+
"@angular/core": "~2.4.0",
15+
"@angular/forms": "~2.4.0",
16+
"@angular/http": "~2.4.0",
17+
"@angular/platform-browser": "~2.4.0",
18+
"@angular/platform-browser-dynamic": "~2.4.0",
19+
"@angular/router": "~3.4.0",
2020
"core-js": "^2.4.1",
21-
"rxjs": "5.0.0-rc.4",
22-
"zone.js": "^0.7.2"
21+
"rxjs": "5.0.1",
22+
"zone.js": "^0.7.4"
2323
},
2424
"devDependencies": {
2525
"@types/node": "^6.0.45",

tools/plunker-builder/indexHtmlTranslator.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var _rxData = [
5757
{
5858
pattern: 'script',
5959
from: 'node_modules/zone.js/dist/zone.js',
60-
to: 'https://unpkg.com/[email protected].2?main=browser'
60+
to: 'https://unpkg.com/[email protected].4?main=browser'
6161
},
6262
{
6363
pattern: 'script',
@@ -67,7 +67,7 @@ var _rxData = [
6767
{
6868
pattern: 'script',
6969
from: 'node_modules/rxjs/bundles/Rx.js',
70-
to: 'https://unpkg.com/[email protected].0-rc.4/bundles/Rx.js'
70+
to: 'https://unpkg.com/[email protected].1/bundles/Rx.js'
7171
},
7272
{
7373
pattern: 'script',

0 commit comments

Comments
 (0)