FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

all these are taken care of by polyfill.io · devhttps/frontend@27726d5 · GitHub

Commit 27726d5

Browse files
committed
all these are taken care of by polyfill.io
1 parent 505bd07 commit 27726d5

6 files changed

Lines changed: 13 additions & 90 deletions

File tree

‎common/app/views/fragments/inlineJSBlocking.scala.html‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66

77
@(page: model.Page)(implicit request: RequestHeader, context: model.ApplicationContext)
88

9-
<!--[if lt IE 9]>
10-
<script src="@Static("javascripts/html5.js")"></script>
11-
<![endif]-->
12-
139
@* NOTE the order of these includes is important *@
1410
<script id="gu">
1511
// ************* POLYFILLS *************

‎package.json‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,15 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"JSON2": "^0.1.0",
76
"babel-plugin-add-module-exports": "^0.2.1",
87
"babel-runtime": "^6.20.0",
98
"bean": "~1.0.14",
109
"bonzo": "~2.0.0",
1110
"classnames": "~2.2.0",
1211
"curl": "cujojs/curl#0.8.9",
1312
"domready": "^1.0.8",
14-
"es5-shim": "^4.5.9",
1513
"fastdom": "0.8.5",
1614
"fence": "guardian/fence.git#~0.2.11",
17-
"html5shiv": "^3.7.3",
1815
"lodash-amd": "~2.4.1",
1916
"ophan-tracker-js": "^1.3.6",
2017
"qwery": "3.4.2",

‎static/src/javascripts/boot.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
// es7 polyfills not provided by pollyfill.io
44
import 'core-js/modules/es7.object.values';
5-
import 'core-js/modules/es7.object.entries';
65
import 'core-js/modules/es7.object.get-own-property-descriptors';
76
import 'core-js/modules/es7.string.pad-start';
87
import 'core-js/modules/es7.string.pad-end';

‎tools/__tasks__/compile/javascript/bundle-shims.js‎

Lines changed: 0 additions & 31 deletions
This file was deleted.

‎tools/__tasks__/compile/javascript/index.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ module.exports = {
55
require('../inline-svgs'),
66
require('./copy'),
77
require('./webpack'),
8-
require('./bundle-shims'),
98
require('./bundle-polyfills'),
109
],
1110
};

‎yarn.lock‎

Lines changed: 13 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
# yarn lockfile v1
33

44

5-
JSON2:
6-
version "0.1.0"
7-
resolved "https://registry.yarnpkg.com/JSON2/-/JSON2-0.1.0.tgz#8d7493040a63d5835af75f47decb83ab6c8c0790"
8-
95
abab@^1.0.3:
106
version "1.0.3"
117
resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.3.tgz#b81de5f7274ec4e756d797cd834f303642724e5d"
@@ -2269,7 +2265,7 @@ es5-ext@^0.10.12, es5-ext@^0.10.7, es5-ext@^0.10.8, es5-ext@^0.10.9, es5-ext@~0.
22692265
es6-iterator "2"
22702266
es6-symbol "~3.1"
22712267

2272-
es5-shim, es5-shim@^4.1.4:
2268+
es5-shim@^4.1.4:
22732269
version "4.5.9"
22742270
resolved "https://registry.yarnpkg.com/es5-shim/-/es5-shim-4.5.9.tgz#2a1e2b9e583ff5fed0c20a3ee2cbf3f75230a5c0"
22752271

@@ -3424,10 +3420,6 @@ html-encoding-sniffer@^1.0.1:
34243420
dependencies:
34253421
whatwg-encoding "^1.0.1"
34263422

3427-
html5shiv:
3428-
version "3.7.3"
3429-
resolved "https://registry.yarnpkg.com/html5shiv/-/html5shiv-3.7.3.tgz#d78a84a367bcb9a710100d57802c387b084631d2"
3430-
34313423
http-errors@~1.5.0:
34323424
version "1.5.0"
34333425
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.5.0.tgz#b1cb3d8260fd8e2386cad3189045943372d48211"
@@ -5890,18 +5882,14 @@ qs@6.2.1, qs@~6.2.0:
58905882
version "6.2.1"
58915883
resolved "https://registry.yarnpkg.com/qs/-/qs-6.2.1.tgz#ce03c5ff0935bc1d9d69a9f14cbd18e568d67625"
58925884

5893-
"qs@>= 0.4.0", qs@~6.3.0:
5894-
version "6.3.1"
5895-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.3.1.tgz#918c0b3bcd36679772baf135b1acb4c1651ed79d"
5885+
"qs@>= 0.4.0", qs@~6.4.0:
5886+
version "6.4.0"
5887+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233"
58965888

58975889
qs@~5.2.0:
58985890
version "5.2.1"
58995891
resolved "https://registry.yarnpkg.com/qs/-/qs-5.2.1.tgz#801fee030e0b9450d6385adc48a4cc55b44aedfc"
59005892

5901-
qs@~6.4.0:
5902-
version "6.4.0"
5903-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233"
5904-
59055893
query-string@^4.1.0:
59065894
version "4.2.3"
59075895
resolved "https://registry.yarnpkg.com/query-string/-/query-string-4.2.3.tgz#9f27273d207a25a8ee4c7b8c74dcd45d556db822"
@@ -6153,29 +6141,31 @@ request-progress@~2.0.1:
61536141
dependencies:
61546142
throttleit "^1.0.0"
61556143

6156-
request@2, request@2.x, request@^2.58.0, request@^2.61.0, request@^2.67.0, request@^2.69.0, request@^2.74.0, request@^2.79.0:
6157-
version "2.79.0"
6158-
resolved "https://registry.yarnpkg.com/request/-/request-2.79.0.tgz#4dfe5bf6be8b8cdc37fcf93e04b65577722710de"
6144+
request@2, request@2.x, request@^2.58.0, request@^2.61.0, request@^2.67.0, request@^2.69.0, request@^2.74.0, request@^2.79.0, request@^2.81.0:
6145+
version "2.81.0"
6146+
resolved "https://registry.yarnpkg.com/request/-/request-2.81.0.tgz#c6928946a0e06c5f8d6f8a9333469ffda46298a0"
61596147
dependencies:
61606148
aws-sign2 "~0.6.0"
61616149
aws4 "^1.2.1"
6162-
caseless "~0.11.0"
6150+
caseless "~0.12.0"
61636151
combined-stream "~1.0.5"
61646152
extend "~3.0.0"
61656153
forever-agent "~0.6.1"
61666154
form-data "~2.1.1"
6167-
har-validator "~2.0.6"
6155+
har-validator "~4.2.1"
61686156
hawk "~3.1.3"
61696157
http-signature "~1.1.0"
61706158
is-typedarray "~1.0.0"
61716159
isstream "~0.1.2"
61726160
json-stringify-safe "~5.0.1"
61736161
mime-types "~2.1.7"
61746162
oauth-sign "~0.8.1"
6175-
qs "~6.3.0"
6163+
performance-now "^0.2.0"
6164+
qs "~6.4.0"
6165+
safe-buffer "^5.0.1"
61766166
stringstream "~0.0.4"
61776167
tough-cookie "~2.3.0"
6178-
tunnel-agent "~0.4.1"
6168+
tunnel-agent "^0.6.0"
61796169
uuid "^3.0.0"
61806170

61816171
request@2.65.0:
@@ -6202,33 +6192,6 @@ request@2.65.0:
62026192
tough-cookie "~2.2.0"
62036193
tunnel-agent "~0.4.1"
62046194

6205-
request@^2.81.0:
6206-
version "2.81.0"
6207-
resolved "https://registry.yarnpkg.com/request/-/request-2.81.0.tgz#c6928946a0e06c5f8d6f8a9333469ffda46298a0"
6208-
dependencies:
6209-
aws-sign2 "~0.6.0"
6210-
aws4 "^1.2.1"
6211-
caseless "~0.12.0"
6212-
combined-stream "~1.0.5"
6213-
extend "~3.0.0"
6214-
forever-agent "~0.6.1"
6215-
form-data "~2.1.1"
6216-
har-validator "~4.2.1"
6217-
hawk "~3.1.3"
6218-
http-signature "~1.1.0"
6219-
is-typedarray "~1.0.0"
6220-
isstream "~0.1.2"
6221-
json-stringify-safe "~5.0.1"
6222-
mime-types "~2.1.7"
6223-
oauth-sign "~0.8.1"
6224-
performance-now "^0.2.0"
6225-
qs "~6.4.0"
6226-
safe-buffer "^5.0.1"
6227-
stringstream "~0.0.4"
6228-
tough-cookie "~2.3.0"
6229-
tunnel-agent "^0.6.0"
6230-
uuid "^3.0.0"
6231-
62326195
request@~2.74.0:
62336196
version "2.74.0"
62346197
resolved "https://registry.yarnpkg.com/request/-/request-2.74.0.tgz#7693ca768bbb0ea5c8ce08c084a45efa05b892ab"

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL