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

Commit 2929255

Browse files
committed
chore: update es6-shim to v.0.35.0 per A2 issue #7618
1 parent 2d5eb30 commit 2929255

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- 1. Load libraries -->
1010
<!-- IE required polyfills (from CDN), in this exact order -->
11-
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.33.3/es6-shim.min.js"></script>
11+
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.35.0/es6-shim.min.js"></script>
1212
<script src="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.16/system-polyfills.js"></script>
1313
<script src="https://npmcdn.com/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<!-- 1. Load libraries -->
1111
<!-- IE required polyfills (from CDN), in this exact order -->
12-
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.33.3/es6-shim.min.js"></script>
12+
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.35.0/es6-shim.min.js"></script>
1313
<script src="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.16/system-polyfills.js"></script>
1414
<script src="https://npmcdn.com/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1515

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<!-- 1. Load libraries -->
1111
<!-- IE required polyfills (from CDN), in this exact order -->
12-
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.33.3/es6-shim.min.js"></script>
12+
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.35.0/es6-shim.min.js"></script>
1313
<script src="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.16/system-polyfills.js"></script>
1414
<script src="https://npmcdn.com/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1515

public/docs/_examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"angular2": "2.0.0-beta.9",
2323
"systemjs": "0.19.24",
2424
"es6-promise": "^3.0.2",
25-
"es6-shim": "^0.33.3",
25+
"es6-shim": "^0.35.0",
2626
"reflect-metadata": "0.1.2",
2727
"rxjs": "5.0.0-beta.2",
2828
"zone.js": "0.5.15",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"angular2": "2.0.0-beta.9",
1111
"es6-promise": "^3.0.2",
12-
"es6-shim": "^0.33.3",
12+
"es6-shim": "^0.35.0",
1313
"reflect-metadata": "0.1.2",
1414
"rxjs": "5.0.0-beta.2",
1515
"zone.js": "0.5.15"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"angular2": "2.0.0-beta.9",
1515
"systemjs": "0.19.24",
1616
"es6-promise": "^3.0.2",
17-
"es6-shim": "^0.33.3",
17+
"es6-shim": "^0.35.0",
1818
"reflect-metadata": "0.1.2",
1919
"rxjs": "5.0.0-beta.2",
2020
"zone.js": "0.5.15"

public/docs/_examples/router/ts/index.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<!-- #docregion ie-cdn-polyfills -->
1313
<!-- IE required polyfills (from CDN), in this exact order -->
14-
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.33.3/es6-shim.min.js"></script>
14+
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.35.0/es6-shim.min.js"></script>
1515
<script src="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.20/system-polyfills.js"></script>
1616
<script src="https://npmcdn.com/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
1717
<!-- #enddocregion ie-cdn-polyfills -->

public/docs/_examples/styleguide/package.1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"angular2": "2.0.0-beta.0",
1313
"systemjs": "0.19.6",
1414
"es6-promise": "^3.0.2",
15-
"es6-shim": "^0.33.3",
15+
"es6-shim": "^0.35.0",
1616
"reflect-metadata": "0.1.2",
1717
"rxjs": "5.0.0-beta.0",
1818
"zone.js": "0.5.10"

public/docs/_examples/upgrade/ts/ng2_components/package.1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"angular2": "2.0.0-beta.7",
1010
"es6-promise": "^3.0.2",
11-
"es6-shim": "^0.33.3",
11+
"es6-shim": "^0.35.0",
1212
"reflect-metadata": "0.1.2",
1313
"rxjs": "5.0.0-beta.2",
1414
"zone.js": "0.5.15",

public/docs/_examples/upgrade/ts/ng2_final/package.1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"angular2": "2.0.0-beta.7",
1010
"es6-promise": "^3.0.2",
11-
"es6-shim": "^0.33.3",
11+
"es6-shim": "^0.35.0",
1212
"reflect-metadata": "0.1.2",
1313
"rxjs": "5.0.0-beta.2",
1414
"zone.js": "0.5.15",

0 commit comments

Comments
 (0)